We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
[ Some help ]
Topic Started: Jul 6 2007, 05:49 AM (187 Views)
j0yfulldiidi
Member
[ * ]
Hello people
I have made a forum for my National police unit and need some help to edit it .

1]I need to make a portal similiar to http://www.ragezone.com/
2] SOmething right at the forum User where there are like colours when people move their mouse over the colours it will tell them the Legend of the colour . Example Red = Administrator
If i suceed in that , how do i make my name appear in Red etc .

Thats the current questions i got XD
pls do help
Offline Profile Quote Post Goto Top
 
Beaumont
Member Avatar
Member
[ *  *  *  *  * ]
Well, you can find a tutorial on skinning the portal here

And there is a nice member legend that I like to use. It is:
Quote:
 
<script>
<!--
/*Advanced Member Legend v2.0 by Gamer373
v1.0 by es. http://if-productions.com 2005 */

//variables
newtitle = "Information"
pretext = "User Legend: "
mover = "Group Name: "
howwide = "100%"
numbergroup =3
bgcolor = "#3D3D3D"

//legend;Team Name,Color,Symbol Color,Symbol,iconimg,linkurl
var legend = [3]
legend[1]=["<b><font color='#C15D5D'>Administrator</font></b>" , "000" , "000" , "" , "http://i4.ifrm.com/10699/17/upload/p1418701.gif",]
legend[2]=["<b><font color='#5D9FC1'>Co-Admin</font></b>" , "000" , "000" , "" , "http://i4.ifrm.com/10699/17/upload/p1418704.gif",]
legend[3]=["<b><font color='#90B77B'>Global Moderator</font></b>" , "000" , "000" , "" , "http://i4.ifrm.com/10699/17/upload/p1418720.gif",]

//icons
newicon = "http://i186.photobucket.com/albums/x40/futureads/SubForumMarkerNnp.gif"

/*
//end variables;start external
document.write('<script src = "http://h1.ripway.com/WhiteElephant/memberlegendadu.ibf" />')*/
//newtable
newtable = "<table class='ads' id = 'MO' bgcolor ='" + bgcolor + "' width = '" + howwide +"'>"
newtable += "<tr>"
newtable += "<td width = '50%' align = 'left'>&nbsp;</td>"
newtable += "</tr>"
newtable += "<tr>"
newtable += "<td width = '50%' align = 'left'>" +zextra+ "</td>"
newtable += "<td width = '40%' align='right'><b>"+pretext+"</b> "
newtable += "<font style='cursor: pointer; cursor: hand;'>"
for(x=1;x<=numbergroup;x++)
{
z=x+2
imggroup = new Array(numbergroup)
imggroup[x] = "<img src='" +legend[x][4]+ "' border=0 onMouseOver=ch(" + x + ") onMouseOut=unch()>"
newtable += imggroup[x] + "&nbsp;"
}
newtable += "</font>"
newtable += "</td></tr></table>"
newgroup = new Array(numbergroup)

//Cloning tables and etc
a=0
b=document.getElementsByTagName('DIV')
for(a=0;a<b.length;a++)
{
if(b[a].className == "maintitle" && b[a].innerHTML.match(/board statistics/i))
{
for(iTab = b[a].nextSibling; iTab.nodeName != 'TABLE'; iTab = iTab.nextSibling);
if(iTab)
{
for(iPos = iTab.firstChild; iPos.nodeName != 'TBODY'; iPos = iPos.nextSibling);
if(iPos)
{
iTR = iTab.getElementsByTagName('TR')
clonea = iTR[2].cloneNode(true)
clonea.getElementsByTagName('td')[0].innerHTML = newtitle
cloneb = iTR[3].cloneNode(true)
cloneb.getElementsByTagName('td')[0].innerHTML = "<img src='" +newicon+ "' border=0>"
cloneb.getElementsByTagName('td')[1].innerHTML = newtable
iPos.insertBefore(clonea,iPos.getElementsByTagName('TR')[2])
iPos.insertBefore(cloneb,iPos.getElementsByTagName('TR')[3])
}
break
}}}

//hovers, selected, changing
function ch(data)
{
document.getElementById('MO').getElementsByTagName('TD')[0].innerHTML = "<b>"+mover+"</b> <font color='" +legend[data][2]+ "'>" +legend[data][3]+ "</font><font color='" +legend[data][1]+ "'>" +legend[data][0]+ "</font>"
}
function unch()
{
document.getElementById('MO').getElementsByTagName('TD')[0].innerHTML = '&nbsp;'
}
//-->
</script>


Red: Red is changed to the number of user groups you're going to have in the legend.
Green: Green is changed to the hex code of the background color you want the legend to have.
Purple: Purple is changed to the URL of the forum marker you want your member legend to have.
Orange: Orange is changed to the URL of the icon you want displayed for the user group it is located on.
Blue: Blue is changed to the group name. For instance Admin or Moderator etc. You can edit what it looks like using the following:

  • <b>TEXT</b> will bold it.
  • <i>TEXT</i> will italicize.
  • <s>TEXT</s> will strikethrough the text.
  • <font color="HEX">TEXT</font> will change the font color to whatever the color the hex code stands for.
Offline Profile Quote Post Goto Top
 
j0yfulldiidi
Member
[ * ]
Thanks but put is under where
Offline Profile Quote Post Goto Top
 
Beaumont
Member Avatar
Member
[ *  *  *  *  * ]
Oh sorry.. You can put it anywhere in your footers.
Offline Profile Quote Post Goto Top
 
KirstyPie
Member
[ *  * ]
Removed.
Offline Profile Quote Post Goto Top
 
j0yfulldiidi
Member
[ * ]
Can u remove those f`cuking pictures, I dont want my mum to see th em
Offline Profile Quote Post Goto Top
 
KirstyPie
Member
[ *  * ]
Blame Nicola.
Offline Profile Quote Post Goto Top
 
j0yfulldiidi
Member
[ * ]
Lame , blame u
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Creative Discussion · Next Topic »
Add Reply