 | Re: sub forum |  |
Posted: 12/09/2006 3:27 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
| masteranu84 wrote:
|
|
No, im using the EM to modifying the filez.After i delete the simple forum mod from my admin/mod filez. How to using the EM to restore back my filez?
|
After you delete the MOD folder from admin/mods without downloading it to your PC, then you can't use EM to Restore Backups since you deleted the EM backups that it created in the MOD folder. So at that point, you have to manually remove the code from your phpBB files if you want to uninstall the MOD. So why would you delete the MOD folders after installing the MODs???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/10/2006 3:12 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:53 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
| masteranu84 wrote:
|
|
No, im using the EM to modifying the filez.After i delete the simple forum mod from my admin/mod filez. How to using the EM to restore back my filez?
|
After you delete the MOD folder from admin/mods without downloading it to your PC, then you can't use EM to Restore Backups since you deleted the EM backups that it created in the MOD folder. So at that point, you have to manually remove the code from your phpBB files if you want to uninstall the MOD. So why would you delete the MOD folders after installing the MODs???
|
Ops..i can do it my self now..Thanks for reply yet nightrider.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/10/2006 1:44 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
Good Luck masteranu84!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/17/2006 5:55 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:53 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider, i was upload the simply sub-forum file into my admin/mod area.But i dont seen the MOD at my forum adminstration panel EM area.What should i need to do? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/17/2006 6:24 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
MOD scripts always have the txt or mod file extension. If you look in your admin/mods/simple_subforums_1.0.2 folder, you will see that there is no MOD script, meaning no MOD files that end in txt. You do have a lincense.txt file though but that does not include the MOD code. The MOD script is stored in the contrib folder, so you will need to move it to the admin/mods/simple_subforums_1.0.2 folder. So when you look in the MOD folder, you should see this: admin/mods/simple_subforums_1.0.2/simple_subforums_1.0.2.txt...
Then you should replace the code in your MOD script with this EM friendly version:
Simple Subforums MOD Version: 1.0.2
This version has all the major conflicts ironed out...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/17/2006 6:49 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:53 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
OK, i can see the mod file on my administration panel EM mod area now.But after i click process it got a error msg :
| Code:
|
Error Detail
Warning
FIND FAILED: In file [templates/aqua/overall_header.tpl] could not find:
@import url
MOD script line #715 :: FAQ :: Report
Error Detail
Warning
FIND FAILED: In file [templates/Avalanche/overall_header.tpl] could not find:
@import url
MOD script line #715 :: FAQ :: Report
Error Detail
Warning
FIND FAILED: In file [templates/xmas_white/overall_header.tpl] could not find:
@import url
MOD script line #715 :: FAQ :: Report
Error Detail
Warning
FIND FAILED: In file [templates/Avalanche/viewforum_body.tpl] could not find:
{L_MARK_TOPICS_READ}
</tr>
</table>
MOD script line #771 :: FAQ :: Report
Error Detail
Critical Error
FIND FAILED: In file [templates/subSilver/viewtopic_body.tpl] could not find:
{U_INDEX}
MOD script line #850 :: FAQ :: Report
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/17/2006 5:53 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, try this:
OPEN
simple_subforums_1.0.2_EM_Friendly.txt
FIND
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
|
REPLACE WITH
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.css
|
FIND
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{L_MARK_TOPICS_READ}
</tr>
</table>
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{L_MARK_TOPICS_READ}
#
#-----[ FIND ]------------------------------------------
#
</table>
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/18/2006 10:34 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:53 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Ok, try this:
OPEN
simple_subforums_1.0.2_EM_Friendly.txt
FIND
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/overall_header.tpl
|
REPLACE WITH
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/subSilver.css
|
FIND
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{L_MARK_TOPICS_READ}
</tr>
</table>
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{L_MARK_TOPICS_READ}
#
#-----[ FIND ]------------------------------------------
#
</table>
|
Save, upload, and try again using EM...
|
Ok,But still have last error msg :
| Code:
|
Critical Error
FIND FAILED: In file [templates/subSilver/viewtopic_body.tpl] could not find:
{U_INDEX}
|
|
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/19/2006 3:38 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 4:53 PM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, try this:
OPEN
simple_subforums_1.0.2_EM_Friendly.txt
FIND
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{U_INDEX}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<!-- IF PARENT_FORUM --> -> <a class="nav" href="{U_VIEW_PARENT_FORUM}">{PARENT_FORUM_NAME}</a><!-- ENDIF -->
#
#-----[ FIND ]------------------------------------------
#
{U_INDEX}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<!-- IF PARENT_FORUM --> -> <a class="nav" href="{U_VIEW_PARENT_FORUM}">{PARENT_FORUM_NAME}</a><!-- ENDIF -->
|
REPLACE WITH
| Code:
|
#
#-----[ OPEN ]------------------------------------------
#
templates/subSilver/viewtopic_body.tpl
#
#-----[ FIND ]------------------------------------------
#
{U_INDEX}
#
#-----[ IN-LINE FIND ]------------------------------------------
#
</a>
#
#-----[ IN-LINE AFTER, ADD ]------------------------------------------
#
<!-- IF PARENT_FORUM --> -> <a class="nav" href="{U_VIEW_PARENT_FORUM}">{PARENT_FORUM_NAME}</a><!-- ENDIF -->
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: sub forum |  |
Posted: 12/19/2006 12:18 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 8:53 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Thanks so much~~~ The MOD current work~~ LOVE U NIGHTRIDER!!! |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|