Advertise Here

Author Topic: Help with crowns  (Read 873 times)

0 Members and 1 Guest are viewing this topic.

Offline sergeim

  • SMF For Free Full Member
  • *
  • Posts: 195
    • View Profile
    • Gaming For Consoles

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Help with crowns
« on: July 17, 2008, 09:46:02 pm »
crown how do i get that? the hacker took it off me how do i get it back on?

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
Help with crowns
« Reply #1 on: July 17, 2008, 10:02:10 pm »
crown how do i get that? the hacker took it off me how do i get it back on?

Set up the crowns the same way you did when you first did it.


There is a Guide for that here:
How to add a runescape crown next to name
   
« Last Edit: July 17, 2008, 10:08:54 pm by simply sibyl »

Offline sergeim

  • SMF For Free Full Member
  • *
  • Posts: 195
    • View Profile
    • Gaming For Consoles

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Help with crowns
« Reply #2 on: July 17, 2008, 10:42:02 pm »
i have this
Code: [Select]
<script>
function legend(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var legendone = new Array()

legendone[0] = ["Founder","yellow","<b>","</b>"]
legendone[1] = ["Administrator","red","<b>","</b>"]
legendone[2] = ["Global Moderator","Blue","<b>","</b>"]
legendone[3] = ["Member","green","<b>","</b>"]
legendone[4] = ["Banned","black","<b>","</b>"]

c = document.getElementsByTagName("div")
for (v=0;v<c.length;v++)
for(t=0;t<legendone.length;t++){
if((c[v].className=="smalltext")&&(c[v].innerHTML.match(/Users active in past/))){
c[v].innerHTML+="["+legendone[t][2]+"<font color='"+legendone[t][1]+"'>"+legendone[t][0]+"</font>"+legendone[t][3]+"]  "
};};});}


legend()
</script>

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: Help with crowns
« Reply #3 on: July 18, 2008, 02:47:44 am »
serg go to the link I posted to you.. that one has the correct code and instructions for doing the crowns.
The code you posted is a different code  (Im not sure what the one you posted is.. possibly a member legend, not sure)

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
982 Views
Last post March 21, 2008, 12:58:26 pm
by pker own
3 Replies
2043 Views
Last post May 26, 2008, 04:48:57 pm
by *ballin*
4 Replies
957 Views
Last post June 01, 2008, 06:18:28 am
by LaundryLady
5 Replies
2311 Views
Last post July 11, 2009, 02:17:10 pm
by ecosrage
1 Replies
823 Views
Last post March 09, 2011, 02:03:01 pm
by simply sibyl