i edited the code a bit to get it to work with vB3
in forumhome_forumbit_level2_post
AND forumhome_forumbit_level1_post
find:
PHP Code:
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
replace with:
PHP Code:
<if condition="$vboptions['showmoderatorcolumn']">
<form><td class="alt1" valign="middle" align="right" nowrap>
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #182029; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></td></form>
</if>
thats how u get the drop down box
now i cant figure out how to get the moderator names in there
also u can get it in the forum display template:
in forumdisplay_moderator
find:
PHP Code:
<a href="member.php?$session[sessionurl]u=$moderator[userid]">$moderator[musername]</a>
replace with:
PHP Code:
<if condition="$vboptions['showmoderatorcolumn']">
<form><class="alt1" valign="middle" align="right" nowrap>
<SELECT NAME="newLoc" onChange="jumpPage(this.form.newLoc)" style="font-size: 7pt; background-color: #182029; font-family: Arial, Tahoma;" maxlength="20">
<OPTION VALUE="#">moderators</OPTION>
<OPTION VALUE="#">---------------------</OPTION>
$forum[moderators]</select></form>
again its messed up...it lists each moderator next to a drop down box
i dont know enough about php and html to fix it...im still learning as i go
also u can change the background color
if any1 can get this to work i know it will be a great addition to all boards with more than 1 or 2 moderators
for an example of what i mean view my test forums:
http://filestore.dfmafia.net/vb3
or the attackment for the forumdisplay_moderator errors