SMF For Free Support Forum
Signup For Free Forum
October 06, 2008, 09:31:15 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1] 2
  Print  
Author Topic: [Code] Simple Member Legend  (Read 1078 times)
0 Members and 1 Guest are viewing this topic.
deathwilldie
Style Designer
****
Offline Offline

Posts: 584

Give me an idea for a Stylesheet


View Profile WWW
« on: May 24, 2007, 05:18:54 pm »

Well this is a very simple member legend but its the first one I have made. 

Preview!!
Its at the bottom of the page


Were it goes: Admin --> Manage Styles --> Edit Headers/Footers --> Footers

Code:
<!--Member Legend made by Deathwilldie (www.smcodes.smfforefree3.com)-->
<center><table width="50%" border="0">
<tr><th class="windowbg2">Member Legend</th></tr>
<tr><td class='catbg'>
<center><font color="COLOR">Administrator</font> | <font color="COLOR">Moderator</font> | <font color="COLOR">Member</font> | <font color=COLOR>Banned</font> </center>
</tbody>
</table>


To change the color of the Names just change the COLOR part in the code to the color that you want.

To add more parts to the Legend Keep adding one of these right before the </center> Tag.
Code:
| <font color=COLOR>Banned</font>

Your also able to change the names on the Legend to fit your forums staff or members and things like that.
« Last Edit: August 27, 2007, 09:00:19 pm by simply sibyl » Logged
Agent Moose
Moderator
*****
Offline Offline

Posts: 636


Do not PM me for Code Support or Request


View Profile
« Reply #1 on: May 24, 2007, 07:26:27 pm »

wow, very very simple...
Logged

SMC Code Index - The best Code Index for all your Needs!  Includes a bunch of codes not on Support.[/center]
Kimmie
SMF For Free Master
*
Offline Offline

Posts: 2013


View Profile WWW
« Reply #2 on: May 25, 2007, 02:07:15 am »

NICE! Thanks to you and Moose, were gonna end up having all the features that the pro forums have before its all over with  buck2 Cheesy
Logged

deathwilldie
Style Designer
****
Offline Offline

Posts: 584

Give me an idea for a Stylesheet


View Profile WWW
« Reply #3 on: May 25, 2007, 02:42:21 pm »

lol.  Thats what I am hoping for. Grin
Logged
Kimmie
SMF For Free Master
*
Offline Offline

Posts: 2013


View Profile WWW
« Reply #4 on: May 25, 2007, 06:59:03 pm »

you left the "t" out of the word center at the end. Thought you might want to fix it for the people using your code  Wink

Code:
<font color=COLOR>Banned</font> </cener>
</tbody>
Logged

deathwilldie
Style Designer
****
Offline Offline

Posts: 584

Give me an idea for a Stylesheet


View Profile WWW
« Reply #5 on: May 25, 2007, 07:54:13 pm »

Oh I didn't see that.  Thanks.
Logged
Kimmie
SMF For Free Master
*
Offline Offline

Posts: 2013


View Profile WWW
« Reply #6 on: May 25, 2007, 10:10:59 pm »

Oh I didn't see that.  Thanks.

No problem.  Wink

The code works great!  Smiley
Logged

Hurricane47
SMF For Free Master
*
Offline Offline

Posts: 1102



View Profile WWW
« Reply #7 on: May 25, 2007, 10:27:22 pm »

Kewl! Nice!
Logged



anthonylivesinavan@hotmai
SMF For Free Member
*
Offline Offline

Posts: 48


View Profile
« Reply #8 on: May 30, 2007, 05:50:56 pm »

Yep very nice, too bad that when i submitted it the header box, the header box disappeared so that i cant add anymore of them....
Logged
Kimmie
SMF For Free Master
*
Offline Offline

Posts: 2013


View Profile WWW
« Reply #9 on: May 30, 2007, 05:59:13 pm »

Yep very nice, too bad that when i submitted it the header box, the header box disappeared so that i cant add anymore of them....

(??) what do you mean by "the header box disappeared"? When you go to admin cp > manage styles > edit headers/footers - are you saying your header box is gone?
Logged

Kimmie
SMF For Free Master
*
Offline Offline

Posts: 2013


View Profile WWW
« Reply #10 on: May 30, 2007, 06:09:00 pm »

Yep very nice, too bad that when i submitted it the header box, the header box disappeared so that i cant add anymore of them....

Your missing the first part of the code. If you cant get back into your headers you will probably have to get SMF to go in and delete either that script, or all of the code in your headers.

Here is your script:
Code:
<!--Mer><table width="50%" border="0">
<tr><th class="windowbg2">Member Legend</th></tr>
<tr><td class='catbg'>
<center><font color="Yellow">Administrator</font> | <font color="Brown">Moderator</font> | <font color="Black">Member</font> | <font color="Red"></font> Banned </center>
</tbody>
</table>
Logged

deathwilldie
Style Designer
****
Offline Offline

Posts: 584

Give me an idea for a Stylesheet


View Profile WWW
« Reply #11 on: May 30, 2007, 08:01:58 pm »

First of all did you put it in the Footers because thats what it said to do.  And Sorry But I don't know how to fix it.
Logged
anthonylivesinavan@hotmai
SMF For Free Member
*
Offline Offline

Posts: 48


View Profile
« Reply #12 on: May 30, 2007, 11:04:17 pm »

Yep very nice, too bad that when i submitted it the header box, the header box disappeared so that i cant add anymore of them....

(??) what do you mean by "the header box disappeared"? When you go to admin cp > manage styles > edit headers/footers - are you saying your header box is gone?

Yes thats exdactly what i mean.
Logged
Kimmie
SMF For Free Master
*
Offline Offline

Posts: 2013


View Profile WWW
« Reply #13 on: May 31, 2007, 12:19:40 am »

Yep very nice, too bad that when i submitted it the header box, the header box disappeared so that i cant add anymore of them....

(??) what do you mean by "the header box disappeared"? When you go to admin cp > manage styles > edit headers/footers - are you saying your header box is gone?

Yes thats exdactly what i mean.

Sounds like SMF will have to clear out your headers for you. Unfortunately, some of these codes will work in  both headers AND footers and some wont.  Undecided
Logged

deathwilldie
Style Designer
****
Offline Offline

Posts: 584

Give me an idea for a Stylesheet


View Profile WWW
« Reply #14 on: May 31, 2007, 12:57:40 am »

Yea I don't know why it would do that.  Thats pretty strange.
Logged


Pages: [1] 2
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.29 seconds with 17 queries.