 | Re: MODS in limbo/suspense |  |
Posted: 09/01/2007 6:10 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:39 PM
Location: St Pete, FL
|

|
|
|
|
 |
Awesome. You'll have hundreds of MODs installed in no time at all at this rate. Keep it up...
This is a perfect example where the MOD author include far more information in the FIND command than was absolutely necessary, guaranteeing that it would fail on most forums. This is how you correct the problem:
OPEN
add_chatbox_link_into_overall_header.txt
FIND
| Code:
|
#
#-----[ FIND ]----------------------------------------
#
<a href="{U_FAQ}" class="mainmenu"><img src="templates/subSilver/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span>
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]----------------------------------------
#
{U_FAQ}
|
You will also need to correct the following too:
FIND
| Code:
|
#
#-----[ SAVE/UPLOAD ALL FILES ]---------------------------------
#
|
REPLACE WITH
| Code:
|
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] MODS in limbo/suspense |  |
Posted: 09/01/2007 10:44 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 9:39 PM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| EDITED - I found my ChatBox error NR. Looks like it is going to work wonders. Might need to edit the backgroud but.... we'll see. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: MODS in limbo/suspense |  |
Posted: 09/02/2007 1:58 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:39 PM
Location: St Pete, FL
|

|
|
|
|
 |
Yep, that seems to be working fine...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] MODS in limbo/suspense |  |
Posted: 09/02/2007 2:40 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 9:39 PM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| Yeah, I had not realized that chat_mod folder needed to reside in the root folder as I had removed everything. So me and OOOOOOPS. Read my server error log and was like, HUH?? Did some thinking and tinkering... whallah, DONE!! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: MODS in limbo/suspense |  |
Posted: 09/02/2007 2:50 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:39 PM
Location: St Pete, FL
|

|
|
|
|
 |
Didn't you use EM to install the MOD? EM would have copied the files correctly to the new chatbox_mod folder...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] MODS in limbo/suspense |  |
Posted: 09/02/2007 2:55 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 9:39 PM
Location: Somewhere in Maryland
|

|
|
|
|
 |
Yep I did and nope it did not. I had to manually place it there because what I removed was the folder thats resides in admin/mods ONLY.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: MODS in limbo/suspense |  |
Posted: 09/02/2007 3:06 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:39 PM
Location: St Pete, FL
|

|
|
|
|
 |
Did you install the EM Friendly of the MOD script that I created or did you install the original? The original had a mistake in the copy command for this:
FIND
| Code:
|
|
copy chatbox_mod/*.* to chatbox_mod/
|
REPLACE WITH
| Code:
|
|
copy chatbox_mod/*.* to chatbox_mod/*.*
|
The EM Friendly version should have created this new folder and copied the files over for you since I had corrected this line...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] MODS in limbo/suspense |  |
Posted: 09/02/2007 3:21 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 9:39 PM
Location: Somewhere in Maryland
|

|
|
|
|
 |
Ugggh ohhhhhhhhhhh. Lemme go look in the HERstory and see. BRB.... (screeech)
Ok, me back... nah, it installed the EM Friendly version you tweaked NR. You think I still have some errors?  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: MODS in limbo/suspense |  |
Posted: 09/02/2007 3:25 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 10:39 PM
Location: St Pete, FL
|

|
|
|
|
 |
No, it should be fine. Since the script was corrected, I can't even begin to guess why the copy command didn't work correctly for you. Your server may not recognize wild cards, which would be odd...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] MODS in limbo/suspense |  |
Posted: 09/02/2007 3:27 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 9:39 PM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| I was getting really worried that something else was wrong NR. Well, if I ever can log on with someone to see if the Chatting is really LIVE as it purports, then I'll be happier. |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|