Author Topic: some help for the forums ;D  (Read 929 times)

Offline Cavallers

  • Adamant Poster
  • ****
  • Posts: 451
  • Respect: 26
  • GFX Artist
    • MSN Messenger - pipe_el_vago@hotmail.com
    • View Profile
    • Email
some help for the forums ;D
« on: May 08, 2008, 12:38:26 pm »
ok i have forums of my friends server and now i added crowns tto names and i think it would be cool for the forum admins and global moderators to have the admin and mod icon on their names so here is how u do it to anyone that has websites and if jeremy wants to add it,ui just wanted to help if my topic is on wrong section please move it :)
 ok
Purpose of Code: To add the Administration Crown next to your name.

INSTRUCTIONS:

Put this in your HEADER if you do not already have it:

Code:

<script src="/jquery.js"></script>



This code goes in your FOOTER:
Instructions for editing it are under the code.


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>

if ur adding more then 1 name just post same code but whit  different names and the color of the names arent coded.... so just type green white or black wichever color u want...

Change OLD NAME to the current username
Change NEW NAME to the name you want it to change TO
Change COLOR to the color you want their name to be
Change IMAGE URL to the images url (the direct link to the image)



Some Crown Links you can use:


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_silver.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thco-owner.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/thmod.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/rainbowmodor1.jpg


http://i253.photobucket.com/albums/hh47/mod_jagex9/kingadmin.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/supermodat5.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/11iek2d.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/34q2ywz.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/12234013pa5.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/council-crown.gif


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/highvoicescrown2zr6.png


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/imagesvx4.jpg


http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png

This code can be used for other things.  Such as when it is a members birthday.
You could put a little birthday cake next to their name


http://i102.photobucket.com/albums/m105/mysmileyplace/birthdaycake.gif

note:
im not taking any credicts from this i found and i just wanted to help...
« Last Edit: May 08, 2008, 01:36:53 pm by Cavallers »

-Cavallers

Offline kaelan

  • Blitz Maniac!
  • Mithril Poster
  • ***
  • Posts: 129
  • Respect: 3
    • View Profile
    • Email
Re: some help for the forums ;D
« Reply #1 on: May 08, 2008, 08:28:14 pm »
This is hosted not gay smfforfree.

Offline Cavallers

  • Adamant Poster
  • ****
  • Posts: 451
  • Respect: 26
  • GFX Artist
    • MSN Messenger - pipe_el_vago@hotmail.com
    • View Profile
    • Email
Re: some help for the forums ;D
« Reply #2 on: May 08, 2008, 09:16:13 pm »
what u mean and this is a smfforfree forum...... :'(

-Cavallers

Offline Ry60003333

  • Creator of ~All-Go-Free~
  • AllGoFree Owner
  • Barrow Poster
  • *****
  • Posts: 1,427
  • Respect: 280
  • Founder of AllGoFree.
    • AOL Instant Messenger - Ry60003333
    • View Profile
    • ~All-Go-Free~
    • Email
Re: some help for the forums ;D
« Reply #3 on: May 08, 2008, 11:01:38 pm »
what u mean and this is a smfforfree forum...... :'(
He said:
This is hosted not *** smfforfree.
He said that this is not an smfforfree forum, only smfforfree has headers and footers. SMF normally doesn't have that.
Quote
Triniboy: AllGoFree Staff don't get paid, they only get laid.



Offline Cavallers

  • Adamant Poster
  • ****
  • Posts: 451
  • Respect: 26
  • GFX Artist
    • MSN Messenger - pipe_el_vago@hotmail.com
    • View Profile
    • Email
Re: some help for the forums ;D
« Reply #4 on: May 09, 2008, 09:26:12 am »
oo well can a moderator lock the topic then??? :D cya around

-Cavallers

Offline kaelan

  • Blitz Maniac!
  • Mithril Poster
  • ***
  • Posts: 129
  • Respect: 3
    • View Profile
    • Email
Re: some help for the forums ;D
« Reply #5 on: May 09, 2008, 03:20:21 pm »
Ah sorry for how rude i was i just dont like smforfree.

Offline Cavallers

  • Adamant Poster
  • ****
  • Posts: 451
  • Respect: 26
  • GFX Artist
    • MSN Messenger - pipe_el_vago@hotmail.com
    • View Profile
    • Email
Re: some help for the forums ;D
« Reply #6 on: May 09, 2008, 04:18:30 pm »
its okey well ry can u lock this topic?

-Cavallers

Offline Ry60003333

  • Creator of ~All-Go-Free~
  • AllGoFree Owner
  • Barrow Poster
  • *****
  • Posts: 1,427
  • Respect: 280
  • Founder of AllGoFree.
    • AOL Instant Messenger - Ry60003333
    • View Profile
    • ~All-Go-Free~
    • Email
Re: some help for the forums ;D
« Reply #7 on: May 09, 2008, 05:53:10 pm »
its okey well ry can u lock this topic?
If you insist.  :o
Quote
Triniboy: AllGoFree Staff don't get paid, they only get laid.