In the CP in my default list of templates theres no such thing as moderators template and your telling me to edite in the forumdissplay but i did and nothing this is the entire coding check it...
First You will need to edit your templates. So go to styles area in
your control panel and modify your templates by clicking "edit templates".
Expand your category "Forum Home Page Templates" and edit your "forumhome_forumbit_level2_post."
Now Replace This Code:
------------------------------------
<td bgcolor="{firstaltcolor}"><smallfont>$forum[moderators]</smallfont></td>
</tr>
With This Edited Code:
--------------------------------
<form><td bgcolor="{firstaltcolor}" valign="middle" align="right" nowrap>
<IMG align="absmiddle" SRC="{imagesfolder}/team.gif">
<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>
Now Save Changes!
Next step you will need to edit your forumhome_moderator template
in the same Forum Home Page Templates category.
Now Replace This Code:
---------------------------------------
<a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$moderator[userid]">$moderator[username]</a>
With This Edited Code:
---------------------------------------
<OPTION VALUE="member.php?s=$session[sessionhash]&action=getinfo&userid=$moderator[userid]">$moderator[username]</OPTION>
Now Save Changes!!
Next you want to edit your header section and add this script so
It runs correctly. So Go back to main style area, where you change
your colors, fonts, ect and you now have to add the script in "header" text box.
Look For This Code:
----------------------------------
<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="6" cellspacing="0" border="0">
<tr>
<td>
Add Underneath:
-------------------------------
<!-- kaotixVIBEinc -->
<script>
<!--
function jumpPage(newLoc) {
newPage = newLoc.options[newLoc.selectedIndex].value
if (newPage != "") { window.location.href = newPage }
}
// -->
</script>
<!-- /kaotixVIBEinc -->
Save Changes! Now upload "Team.gif" to your image directory and you are done.
|