Nemesis
What's an Admin?
Global Moderator
YaBB God
    
Posts: 2199

|
 |
[Done 1.3.0] Removal of subject line
« on: March 18, 2002, 06:39:43 AM » |
|
This mod hides the subject info on the display thread. It is already posted on top of thread discussion, why have it on every reply? Just another thing to clean up display thread. Here the URL to download it. <DOWNLOAD HERE> http://www.gamerzalliance.com/distributions/index.php</DOWNLOAD HERE> This is for YaBB SE 1.3.0 It is packaged as a Boardmod SE mod, I am working on a packman version also. (Once I figure out how packman works.) Go to my forum's to see it in action. http://gamerzalliance.com/community/index.php
|
|
« Last Edit: August 31, 2002, 04:58:35 AM by Nemesis »
|
Logged
|
 Want to say thanks? ************************************* DONATE or check out my WishList*********************************
|
|
|
|
|
|
Dic
Noobie

Posts: 44

|
 |
Re:[Done] Removal of subject line mod version 0.1
« Reply #4 on: March 28, 2002, 02:37:12 AM » |
|
i got this to work but your mod is messed up a bit <edit file> english.lng </edit file>
<search for> $txt[30] = "Posted"; </search for>
<add before> $txt[30] = "on"; </add before> way off txt30 is "on" not "Posted"  and <edit file> Sources/Display.php </edit file>
<search for> <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td> <td align="left" valign="middle"> <font size="2"><B>$msub</b></font><BR> <font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td> <td align="right" valign="bottom" nowrap height="20"> </search for>
<replace> <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td <td align="left" valign="middle"><font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td> <td align="right" valign="bottom" nowrap height="20"> </replace> that does not work for me either it puts the pic below the posted date this here should be right <author> By Nemesis </author>
<homepage> http://www.gamerzalliance.com </homepage>
<edit file> english.lng </edit file>
<search for> $txt[30] = "on"; </search for>
<replace> $txt[30] = "Posted on"; </replace>
<edit file> Sources/Display.php </edit file>
<search for> <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td> <td align="left" valign="middle"> <font size="2"><B>$msub</b></font><BR> <font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td> <td align="right" valign="bottom" nowrap height="20"> </search for>
<replace> <td align="left" valign="middle"><a name="$mid"><img src="$imagesdir/$micon.gif" alt=""></a></td> <td align="left" valign="middle"> <font size="1">« <B>$counterwords $txt[30]:</B> $messdate »</font></td> <td align="right" valign="bottom" nowrap height="20"> </replace> works for me but i don't know if txt30 does more then the one spot or not you can see it here if you want http://forum.clansup.com/
|
|
« Last Edit: March 28, 2002, 02:38:03 AM by Dic »
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
|