PDA

View Full Version : Forum Footer Code



-Paul
12-11-2005, 08:37 AM
Could anyone make me the folowing code up to go at the bottom of my IF forum?

Administrator
Admin
Super Moderator
Moderator
HP Staff

Thanx +rep for anyone who can ;D

xRoyal15
12-11-2005, 09:47 AM
Im not sure if you wanted it with administrator and admin so i made one with and one without:

With admin and administrator

<table width="100%"><tr><td class="titlemedium" align="center">Member Legend</td></tr><tr><td class="row1" align="center">
<SPAN style="FONT-WEIGHT: bold; COLOR: red">Administrator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: red">Admin</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: green">Super Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: blue">Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: black">HP Staff</SPAN>
</td></tr></table>

Without Admin but with administrator

<table width="100%"><tr><td class="titlemedium" align="center">Member Legend</td></tr><tr><td class="row1" align="center">
<SPAN style="FONT-WEIGHT: bold; COLOR: red">Administrator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: green">Super Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: blue">Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: black">HP Staff</SPAN>
</td></tr></table>

-Paul
12-11-2005, 10:43 AM
Im not sure if you wanted it with administrator and admin so i made one with and one without:

With admin and administrator

<table width="100%"><tr><td class="titlemedium" align="center">Member Legend</td></tr><tr><td class="row1" align="center">
<SPAN style="FONT-WEIGHT: bold; COLOR: red">Administrator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: red">Admin</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: green">Super Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: blue">Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: black">HP Staff</SPAN>
</td></tr></table>

Without Admin but with administrator

<table width="100%"><tr><td class="titlemedium" align="center">Member Legend</td></tr><tr><td class="row1" align="center">
<SPAN style="FONT-WEIGHT: bold; COLOR: red">Administrator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: green">Super Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: blue">Moderator</SPAN> |
<SPAN style="FONT-WEIGHT: bold; COLOR: black">HP Staff</SPAN>
</td></tr></table>

Thanx :)

* It's because ones Root Admin and ones normal :)

+REP

Baving
12-11-2005, 10:48 AM
+Rep :) It also helped me as i needed a member legend :)

[N]
12-11-2005, 11:05 AM
EDIT: nvm,

---MAD---
12-11-2005, 12:19 PM
nice help :D
what forum are you using?

xRoyal15
12-11-2005, 12:40 PM
Need anymore codes... PM me.

redtom
12-11-2005, 09:59 PM
here a leagend (a one like IP zone one but better)



<script>
<!--
/*Advanced Legend v1.01
by es. http://if-productions.com 2005 */

//variables
newtitle = "Legend"
pretext = "Legend:"
selected = "Selected:"
mover = "Group:"
howwide = "50%"
numbergroup = 5
dropdown = "NO"
dropdefault= "Groups- - -"



//legend;Team Name,Color,Symbol Color,Symbol,iconimg
var legend = []

legend[1]=["Admin" , "red" , "SYMBOL COLOR HEX" , "TEAM SYMBOL" , "http://69.93.183.37/1867/132/upload/p6013069.gif"]
legend[2]=["Super Mod " , "orange" , "SYMBOL COLOR HEX" , "TEAM SYMBOL" , "http://69.93.183.37/1867/132/upload/p6013145.gif"]
legend[3]=["Mod " , "yellow" , "SYMBOL COLOR HEX" , "TEAM SYMBOL" , "http://69.93.183.37/1867/132/upload/p6013190.gif"]
legend[4]=["Member" , "green" , "SYMBOL COLOR HEX" , "TEAM SYMBOL" , " http://69.93.183.37/1867/132/upload/p6013104.gif"]
legend[5]=["Banned" , "black" , "SYMBOL COLOR HEX" , "TEAM SYMBOL" , "http://70.85.169.212/3560/8/upload/p1516592.gif"]

//icons
newicon='http://www.geocities.com/guardianofharmony1/greenblue/new.png'

//options groups

memgroup = []
memgroup[1] = ["" , "" , ""]

//end variables;start external
document.write('<script src = "http://70.85.240.179/4035/102/upload/p370790.ibf"></script>')
//-->
</script>




to add a new user group add this


legend[5]=["Banned" , "black" , "SYMBOL COLOR HEX" , "TEAM SYMBOL" , "http://70.85.169.212/3560/8/upload/p1516592.gif"]

remmber to:

change the number
Change the name
[COLOR="Green"]Change the colour
and change the image url

Also change the number in this bit:


[/CODE]//variables
newtitle = "Legend"
pretext = "Legend:"
selected = "Selected:"
mover = "Group:"
howwide = "50%"
numbergroup = 5
dropdown = "NO"
dropdefault= "Groups- - -"



change the url in this:


//icons
newicon='http://www.geocities.com/guardianofharmony1/greenblue/new.png'

//options groups

to what you want the logo to be

LaserPrint
16-11-2005, 09:28 PM
Its better to create your own simple Table code legend that way its easyer to edit also less codes.

Want to hide these adverts? Register an account for free!