Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB Skinning Help

IPB Skinning Help Need help customizing the looks of your forum? Post here.


Reply
 
LinkBack Thread Tools Display Modes
Old 11-08-2004, 01:56 PM   #1 (permalink)
Junior Forumer
 
N00B's Avatar
 
Join Date: Oct 2004

Posts: 61
Rep Power: 4 N00B is on a distinguished road
fTrader: (0)
fBuck$: 238
Bank: 0
Total fBuck$: 238

My Forumer
My Country:
Default

Okay, I was wondering how you get that little legend at the bottom of some forums that tell you the colours and what not of admins and stuff. A good example is on Elite Graphics Forums.

Is there a html code or something? If so could someone please give me the code and tell me where to put it in.

<img src='http://img.photobucket.com/albums/v321/Support/ChitChatCornerDanTMcopy.jpg' border='0' alt='user posted image' />
N00B is offline   Reply With Quote
Old 11-08-2004, 01:58 PM   #2 (permalink)
Ali
Senior Forumer
 
Ali's Avatar
 
Join Date: May 2004

Location: Ontario, Canada
Posts: 2,262
Rep Power: 7 Ali is on a distinguished road
fTrader: (0)
fBuck$: 51,970
Bank: 0
Total fBuck$: 51,970

My Forumer
My Country:
Default

How are we suppose to give you the code if you don't tell us what usergroups you'd like to include within the code and what colors you'd like to apply to them? Tell me this and I will create the script for you.
Ali is offline   Reply With Quote
Old 11-08-2004, 02:38 PM   #3 (permalink)
WNA
Junior Forumer
 
WNA's Avatar
 
Join Date: Oct 2004

Location: UK
Posts: 175
Rep Power: 4 WNA is on a distinguished road
fTrader: (0)
fBuck$: 685
Bank: 0
Total fBuck$: 685

My Forumer
My Country:
Default

I asked this in another thread: I would like one that lists

Administrator Moderator Super Moderator

http://wayneaustin.5.forumer.com/index.php?act=home

* Wanna chat games and Consoles?
* Join Gamers Paradise today!
WNA is offline   Reply With Quote
Old 11-08-2004, 02:50 PM   #4 (permalink)
Senior Forumer
 
Hoang's Avatar
 
Join Date: Aug 2004

Location: FL, USA
Posts: 1,236
Rep Power: 5 Hoang is on a distinguished road
fTrader: (5)
fBuck$: 13,220
Bank: 0
Total fBuck$: 13,220

My Forumer
My Country:
Default

Code:
<font color=orange>Administrator</font> <font color=green>Moderator</font> <font color=red>Super Moderator</font>

Hoang is offline   Reply With Quote
Old 11-08-2004, 03:20 PM   #5 (permalink)
WNA
Junior Forumer
 
WNA's Avatar
 
Join Date: Oct 2004

Location: UK
Posts: 175
Rep Power: 4 WNA is on a distinguished road
fTrader: (0)
fBuck$: 685
Bank: 0
Total fBuck$: 685

My Forumer
My Country:
Default

Quote:
Originally posted by Hoang@Nov 8 2004, 02:50 PM
Code:
<font color=orange>Administrator</font> <font color=green>Moderator</font> <font color=red>Super Moderator</font>
Where do i add it?

http://wayneaustin.5.forumer.com/index.php?act=home

* Wanna chat games and Consoles?
* Join Gamers Paradise today!
WNA is offline   Reply With Quote
Old 11-08-2004, 03:36 PM   #6 (permalink)
Ali
Senior Forumer
 
Ali's Avatar
 
Join Date: May 2004

Location: Ontario, Canada
Posts: 2,262
Rep Power: 7 Ali is on a distinguished road
fTrader: (0)
fBuck$: 51,970
Bank: 0
Total fBuck$: 51,970

My Forumer
My Country:
Default

Quote:
Originally posted by WNA+Nov 8 2004, 05:20 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (WNA @ Nov 8 2004, 05:20 PM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Hoang@Nov 8 2004, 02:50 PM
Code:
<font color=orange>Administrator</font> <font color=green>Moderator</font> <font color=red>Super Moderator</font>
Where do i add it? [/b][/quote]
This HTML code goes in your Footer (Admin CP -> Skins & Templates -> HTML Template -> Manage HTML -> Topic View Section -> Footer).
Ali is offline   Reply With Quote
Old 11-08-2004, 04:09 PM   #7 (permalink)
Junior Forumer
 
N00B's Avatar
 
Join Date: Oct 2004

Posts: 61
Rep Power: 4 N00B is on a distinguished road
fTrader: (0)
fBuck$: 238
Bank: 0
Total fBuck$: 238

My Forumer
My Country:
Default

Thanks very much Ali and others. I am sorry I did not specify what groups I wanted but it seems I now see the code and it looks pretty straight forward as to how I add more. Thanks.

But is there a way where you can create a whole seperate box or contained area for the groups?

EDIT: I meant that the text goes under the active members section on the home page of the forum. Not in a forum itself.

<img src='http://img.photobucket.com/albums/v321/Support/ChitChatCornerDanTMcopy.jpg' border='0' alt='user posted image' />
N00B is offline   Reply With Quote
Old 11-08-2004, 05:31 PM   #8 (permalink)
Senior Forumer
 
Hoang's Avatar
 
Join Date: Aug 2004

Location: FL, USA
Posts: 1,236
Rep Power: 5 Hoang is on a distinguished road
fTrader: (5)
fBuck$: 13,220
Bank: 0
Total fBuck$: 13,220

My Forumer
My Country:
Default

Yes!

Using this Code:

<table width="751" height="27" border="1">
<tr>
<th scope="col">ANOTHER CODE GOES HERE</th>
</tr>
</table>

You can also Change the Width and The Length!
^_^

Hoang is offline   Reply With Quote
Old 11-08-2004, 07:08 PM   #9 (permalink)
Junior Forumer
 
N00B's Avatar
 
Join Date: Oct 2004

Posts: 61
Rep Power: 4 N00B is on a distinguished road
fTrader: (0)
fBuck$: 238
Bank: 0
Total fBuck$: 238

My Forumer
My Country:
Default

But what do you mean by the bolded text "Another code goes here"? Does that mean I cannot make the table until I get that code?

<img src='http://img.photobucket.com/albums/v321/Support/ChitChatCornerDanTMcopy.jpg' border='0' alt='user posted image' />
N00B is offline   Reply With Quote
Old 11-08-2004, 11:32 PM   #10 (permalink)
WNA
Junior Forumer
 
WNA's Avatar
 
Join Date: Oct 2004

Location: UK
Posts: 175
Rep Power: 4 WNA is on a distinguished road
fTrader: (0)
fBuck$: 685
Bank: 0
Total fBuck$: 685

My Forumer
My Country:
Default

I tried it and i cant get it to work. :unsure:

http://wayneaustin.5.forumer.com/index.php?act=home

* Wanna chat games and Consoles?
* Join Gamers Paradise today!
WNA is offline   Reply With Quote
Old 11-09-2004, 01:57 AM   #11 (permalink)
Junior Forumer
 
i'm lost's Avatar
 
Join Date: Nov 2004

Posts: 157
Rep Power: 4 i'm lost is on a distinguished road
fTrader: (0)
fBuck$: 392
Bank: 0
Total fBuck$: 392

My Forumer
My Country:
Default

I couldn't get that to work either. However, you can go to Admin CP -> Users and Groups -> Manage User Groups -> Edit Group (for the group you want to change). Inside there, you can use font or span tags to change the color for a group. Type in the tag you want in the Online List Format [Prefix] field (<font color=red>, for example), then type in the closing tag in Online List Format [Suffix] field (</font> or </span>, depending on the first tag).
i'm lost is offline   Reply With Quote
Old 11-09-2004, 05:45 AM   #12 (permalink)
VIP Team
 
shane's Avatar
 
Join Date: Feb 2004

Location: Kansas City, MO
Posts: 3,769
Rep Power: 8 shane is on a distinguished road
fTrader: (14)
fBuck$: 1,259
Bank: 0
Total fBuck$: 1,259

My Forumer
My Country:
Default

Moved to forum: Skinning Help.

Owner/CEO - ComputerHelpForum.org
Administrator - Revision3.com
Administrator - Scopetech.net
Lowe's (my employer) Department Manager - Lumber/Building Materials/Millwork
shane is offline   Reply With Quote
Old 11-09-2004, 05:45 PM   #13 (permalink)
Junior Forumer
 
N00B's Avatar
 
Join Date: Oct 2004

Posts: 61
Rep Power: 4 N00B is on a distinguished road
fTrader: (0)
fBuck$: 238
Bank: 0
Total fBuck$: 238

My Forumer
My Country:
Default

And how do I make it like this?:

Member Legend:

[b]|Super Mod Team|Mod Team|Support Team|Graphics Team|[b]

(Then some other info here...)

???

<img src='http://img.photobucket.com/albums/v321/Support/ChitChatCornerDanTMcopy.jpg' border='0' alt='user posted image' />
N00B is offline   Reply With Quote
Old 11-09-2004, 05:57 PM   #14 (permalink)
Junior Forumer
 
chik's Avatar
 
Join Date: Sep 2004

Location: North Carolina USA
Posts: 85
Rep Power: 4 chik is on a distinguished road
fTrader: (0)
fBuck$: 432
Bank: 0
Total fBuck$: 432

My Forumer
My Country:
Default

Quote:
Originally posted by WNA+Nov 8 2004, 05:20 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td>QUOTE (WNA @ Nov 8 2004, 05:20 PM)</td></tr><tr><td id='QUOTE'> <!--QuoteBegin-Hoang@Nov 8 2004, 02:50 PM
Code:
<font color=orange>Administrator</font> <font color=green>Moderator</font> <font color=red>Super Moderator</font>
[/b][/quote]
^That is the code to make it have the legend

chik is offline   Reply With Quote
Old 11-09-2004, 05:58 PM   #15 (permalink)
Senior Forumer
 
Hoang's Avatar
 
Join Date: Aug 2004

Location: FL, USA
Posts: 1,236
Rep Power: 5 Hoang is on a distinguished road
fTrader: (5)
fBuck$: 13,220
Bank: 0
Total fBuck$: 13,220

My Forumer
My Country:
Default

Quote:
Originally posted by N00B@Nov 8 2004, 07:08 PM
But what do you mean by the bolded text "Another code goes here"? Does that mean I cannot make the table until I get that code?

NO!
I mean this CODE!

Code:
<font color=orange>Administrator</font> <font color=green>Moderator</font> <font color=red>Super Moderator</font>
Understand?

Hoang is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump