 | [Solved] Installing Color Font Bar |  |
Posted: 03/16/2007 10:13 AM |
|
|
|
|
|
| Glider |
| Posts |
245 |
| Word Cnt. |
8,270 |
| BDay |
Oct 9 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Mar 11, 2007
Local time: 6:22 AM
Location: Houston
|

|
|
|
|
 |
Cant find a help topic on this critical error, so id figure id start a topic on it.
Installing this mod, i get the critical warning...
| Code:
|
Critical Error
FIND FAILED: In file [templates/subSilver/posting_body.tpl] could not find:
<td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td>
</tr>
</table>
</td>
</tr>
MOD script line #38 :: FAQ :: Report
|
any ideas on what to change the find code to? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Installing Color Font Bar |  |
Posted: 03/16/2007 12:44 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 12:22 PM
|

|
|
|
|
 |
| Sometimes making the FIND code smaller helps, I 've had to do that a few times for EasyMod to locate the code. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Installing Color Font Bar |  |
Posted: 03/16/2007 2:04 PM |
|
|
|
|
|
| Glider |
| Posts |
245 |
| Word Cnt. |
8,270 |
| BDay |
Oct 9 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Mar 11, 2007
Local time: 6:22 AM
Location: Houston
|

|
|
|
|
 |
| can you give an example. with the code that i posted? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Installing Color Font Bar |  |
Posted: 03/16/2007 3:32 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 12:22 PM
|

|
|
|
|
 |
I wouldn't like to without seeing the whole file and the code that you are looking for. If you post it I'll look and see  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Installing Color Font Bar |  |
Posted: 03/16/2007 4:11 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:22 AM
Location: St Pete, FL
|

|
|
|
|
 |
Ok, try this:
OPEN
color_font_bar_1.5/install.txt
FIND
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
<td nowrap="nowrap" align="right"><span class="gensmall"><a href="javascript:bbstyle(-1)" class="genmed" onMouseOver="helpline('a')">{L_BBCODE_CLOSE_TAGS}</a></span></td>
</tr>
</table>
</td>
</tr>
|
REPLACE WITH
| Code:
|
#
#-----[ FIND ]------------------------------------------
#
{L_BBCODE_CLOSE_TAGS}
</tr>
</table>
</td>
</tr>
|
Save, upload, and try again using EM...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Installing Color Font Bar |  |
Posted: 03/16/2007 4:17 PM |
|
|
|
|
|
| Glider |
| Posts |
245 |
| Word Cnt. |
8,270 |
| BDay |
Oct 9 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Mar 11, 2007
Local time: 6:22 AM
Location: Houston
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Installing Color Font Bar |  |
Posted: 03/16/2007 4:32 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:22 AM
Location: St Pete, FL
|

|
|
|
|
 |
Congratulations MistaChy!!!
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: [Solved] Installing Color Font Bar |  |
Posted: 03/16/2007 4:47 PM |
|
|
|
|
|
| Citation |
| Posts |
1253 |
| Word Cnt. |
68,166 |
| BDay |
Nov 9 |
| Sign |
Scorpio |
| Sex |
 |
|
|
|
Joined: Jan 06, 2006
Local time: 12:22 PM
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|