The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Need help Please!!!
Is about the Moderator drop down template. for some reason is not working for me. I follow every step but the forumhome_moderator template wasn't in my cp templates so i had to make it and i couldn't replace any code because it was new so i add This Edited Code:
--------------------------------------- <OPTION VALUE="member.php?s=$session[sessionhash]&action=getinfo&userid=$moderator[userid]">$moderator[username]</OPTION> what you think i'm doing wrong? |
#2
|
||||
|
||||
Thats on forumdisplay, not forumhome. So you edited the wrong templates.
|
#3
|
|||
|
|||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|