 | Re: ChatBox MOD |  |
Posted: 09/11/2007 3:55 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 5:16 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| Ok NR back to this one. I want to take out version 1.9 and install 3.??? So how do I remove what's there now? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/11/2007 4:54 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
Normally I would tell you to Restore the EM Backups. But since you have installed at least 9 MODs since installing the Chatbox MOD, it might be easier to manually remove the Chatbox MOD code. If you want to Restore the EM Backups, you will have to Restore the EM Backups for the Resize Attached Images Based on Max Width MOD first, and work your way down until the Chatbox MOD is removed. The problem with doing this is that you would also lose the fixes for the other MODs that you have installed that didn't work as advertised...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:06 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 5:16 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
Ok, I'll read the info on ChatBox MOD and undo the changes manually on effected files NR. Thank you!!  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:27 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
If I remember correctly, you will only have to undo changes in 3 files. It shouldn't take very long. Just be careful and download a backup of the files before making any changes to them, just in case something goes wrong...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:33 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 5:16 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| There's 5 if you include the Install Chatbox in overall header part NR. Still easy.... I HOPE!! |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:41 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, that still shouldn't be too bad. I imagine it won't take more than 15-30 minutes to remove the chatbox code from the 5 files, even if you are being overly careful and taking your time...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:44 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 5:16 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
| Code:
|
#
#-----[ OPEN ]--------------------------------------------
#
templates/subSilver/index_body.tpl
#
#-----[ FIND ]--------------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
#
#-----[ REPLACE WITH ]------------------------------------
#
<td class="row1" align="center" valign="middle" rowspan="3"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
|
NR, I have a 4 where 2 and 3 are. What value should I change it to? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:48 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
All this did was increase the rowspan setting by one. So all you have to do is decrease the rowspan setting by one. If it currently is set to 4, then it should be set to 3 after you have completed the modifications...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 3:49 PM |
|
|
|
|
|
| Citation |
| Posts |
826 |
| Word Cnt. |
37,329 |
| BDay |
Oct 2 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Apr 03, 2007
Local time: 5:16 AM
Location: Somewhere in Maryland
|

|
|
|
|
 |
After I do this, I will be uploading the new edited pages.
(Crosses everything she can cross in hopes this works.)
Wellllllllll, looks done or undone should I say to me. Am trying to access pages but so far so good.  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: ChatBox MOD |  |
Posted: 09/12/2007 4:06 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 6:16 AM
Location: St Pete, FL
|

|
|
|
|
 |
After removing the old chatbox code, why didn't you install the new using EM???
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|