Advertise Here

Author Topic: quick link  (Read 1526 times)

0 Members and 1 Guest are viewing this topic.

Offline Danger

  • SMF For Free Newbie
  • *
  • Posts: 11
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
quick link
« on: November 28, 2008, 02:29:41 pm »
Idk if this is right section but i like how you can change member groups but i would like to know how to change the name colors for when they post too, the membergroups just changes their colors on the bottom of screen, can someone link me to wen they post ti changes colors too


thanks

Offline [JeReMy]

  • SMF For Free Master
  • *
  • Posts: 1174
  • www.ourhangout.org
    • View Profile
    • ourhangout

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: quick link
« Reply #1 on: November 28, 2008, 02:46:38 pm »

Offline [JeReMy]

  • SMF For Free Master
  • *
  • Posts: 1174
  • www.ourhangout.org
    • View Profile
    • ourhangout

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: quick link
« Reply #2 on: November 28, 2008, 02:48:29 pm »

Offline Jessie

  • SMF For Free Hero
  • *
  • Posts: 754
    • View Profile
    • iSimple

  • Total Badges: 18
    Badges: (View All)
    Windows User Apple User Mobile User Topic Starter Combination
Re: quick link
« Reply #3 on: November 28, 2008, 03:09:35 pm »
Or use the crown code, it has a place for color and you can just not put a crown.
Feel free to PM me or email me. ;)

My Forum :)

Offline Danger

  • SMF For Free Newbie
  • *
  • Posts: 11
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: quick link
« Reply #4 on: November 28, 2008, 03:13:33 pm »
that did not work devil but i think jessie is right..thanks guys

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: quick link
« Reply #5 on: November 28, 2008, 03:54:44 pm »
Moose created a new code recently for just this purpose..  has only the places to put in the username and the color you want.
Can't seem to locate it though..  I don't think he has posted it yet.   In the meantime the Change Username Across Board code would do it fine.

Offline [JeReMy]

  • SMF For Free Master
  • *
  • Posts: 1174
  • www.ourhangout.org
    • View Profile
    • ourhangout

  • Total Badges: 16
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: quick link
« Reply #6 on: November 28, 2008, 03:57:41 pm »
that did not work devil but i think jessie is right..thanks guys
hmm well i dont know what u want then sorry

Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: quick link
« Reply #7 on: November 28, 2008, 04:13:32 pm »
Use this code.. it will do what you are wanting
(Mooses Change Username Across Board Code)

Make sure you have this in your Header:

Code: [Select]
<script src="/jquery.js"></script>


After editing put this in your Footer:

Code: [Select]

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
for(f=0;f<vfour.length;f++){
$("a[href*='u=']").each(function() {
if(this.innerHTML.match(vfour[f][0])){
this.innerHTML = this.innerHTML.replace(vfour[f][0],"<font color='" + vfour[f][2] + "'>" + vfour[f][3] + vfour[f][(vfour[f][1] != "" ? 1 : 0)] + "</font>");
};});};}
name_across_board();
</script>

Replace OLD NAME with your username
Replace NEW NAME with the name you want it to change it to  (or just put your username there)
Replace COLOR with a color code -  the color you want the name to be
You can ignore the IMAGE URL or put the direct link to a small image there if you want one just before their name

If you want to do this for more then one person add more of these lines to the code (directly under the existing one)
Code: [Select]
vfour[vfour.length] = ["OLD NAME","NEW NAME","COLOR","<img src='IMAGE URL' />"];
« Last Edit: November 28, 2008, 04:21:46 pm by simply sibyl »

 

Related Topics

  Subject / Started by Replies Last post
7 Replies
12155 Views
Last post May 13, 2008, 04:23:06 pm
by Kalphiter
2 Replies
1106 Views
Last post November 20, 2007, 04:56:47 pm
by SkyKid10
3 Replies
1242 Views
Last post March 14, 2008, 01:29:45 pm
by LaundryLady
Link Sig

Started by -A- Graphics

6 Replies
1862 Views
Last post April 03, 2008, 01:32:01 pm
by -A-
6 Replies
1345 Views
Last post May 19, 2008, 10:16:22 am
by Blade