Quote:
Originally Posted by Mastar
The hack says : 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 -->
$spacer_open
where do I locate -->> main style area, where you change
your colors, fonts, ect and you now have to add the script in "header" text box.
|
If you go to your templates ection....where you normally use the drop box for "Edit/Add Templates" the initial option should be "All Style Options" its right there at the top
Edit:
To add a small bug (for my board anyway)
You have:
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>
I had to use this for it to work:
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>
<OPTION VALUE="#">$forum[moderators]</OPTION>
</select></td></form></tr>
And i'm running a heavily hacked 3.0.7 board