Version: , by GoTTi
Developer Last Online: Feb 2016
Version: Unknown
Rating:
Released: 08-27-2005
Last Update: Never
Installs: 0
No support by the author.
when you talk about the postbit and postbit legacy instructions, it gets very confusing to do what your asking, with the "in same template" then u goto "not legacy but postbit" and all this run around stuff....
can you clean it up and make it like:
in postbit do: XXXXXXXX
in postbit_legacy do: XXXXXXXXX
the way it is now isnt making sense. i was wondering why i didn't see the warning points on the showthreads. its cuz i use the legacy, and the postbit_legacy needs certain code, but i didnt put it in there cuz in the directions you have:
Code:
In the same template, (postbit only) find:
<td valign="top" nowrap="nowrap">
<div class="smallfont">
<if condition="$post['joindate']"><div>$vbphrase[join_date]: $post[joindate]</div></if>
Right above that, add:
<!-- Show warned sign -->
<if condition="THIS_SCRIPT=='showthread'">
<if condition="$showwarnsignmgm==1">
<!-- Mgm can click on the stop sign to see the warnings -->
<td><A HREF="Warn.php?do=ViewPostWarnings&post=$post[postid]" onclick="window.open('Warn.php?do=ViewPostWarnings&post=$post[postid]','','width=1000, height=500, resizable=yes, scrollbars=yes'); return false;" target="_blank"><img src="images/misc/warn.gif" border=0></a></td>
</if>
<if condition="$showwarnsign==1">
<!-- Simple Users can only see the warn sign but not the warnings -->
<td><img src="images/misc/warn.gif" border=0></td>
</if>
</if>
<!-- End of show warned sign -->
In the same template find:
<if condition="$show['reputation']">$post[reputationdisplay]</if>
Below that, add:
<!-- Show warning points -->
<if condition="$showpoints==1">
<if condition="$post[alerts]>0">
<font color="#ff0000">
<BR>Alerts: $post[alerts]
<font color="#000000">
</if>
<if condition="$post[warnings]>0">
<font color="#ff0000">
<BR>Warnings: $post[warnings]
<font color="#000000">
</if>
<if condition="$post[warning_level]>0">
<font color="#ff0000">
<BR>Warnings Level: $post[warning_level]
<font color="#000000">
</if>
<if condition="$post[warning_bans]>0">
<font color="#ff0000">
<BR>Number of bans: $post[warning_bans]
<font color="#000000">
</if>
</if>
<!-- End of show warning points -->
it doesnt say to goto the _legacy template, so i never had the info on the warnings on the legacy showing. now i do....
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.