Quote:
Originally Posted by Walim
This dont work with the subforum etc.. only in the main page ..
|
A litte late but do this:
edit your "forumhome_forumbit_
level1_post."
Replace This Code:
------------------------------------
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
With This Edited Code:
--------------------------------
<form><td class="alt1"><div class="smallfont">
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #dfdfdf; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">Moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></td></form></tr>
That alteration makes it work fine in sub-forums.