Advertise Here

Author Topic: [Code] Adding the Runescape Admin Crown  (Read 261321 times)

0 Members and 2 Guests are viewing this topic.

Offline ziiiiiiiin

  • SMF For Free Member
  • *
  • Posts: 45
  • Visit http://run3sc4p3.smfforfree.com/index.php
    • View Profile
    • Run3sc4p3

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Adding the Runescape Admin Crown
« Reply #45 on: February 24, 2009, 02:34:26 pm »
Admin/manage styles/header footer
hacth my eggs





Offline thebeastown

  • SMF For Free Member
  • *
  • Posts: 65
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Adding the Runescape Admin Crown
« Reply #46 on: March 04, 2009, 11:39:58 am »
i really need help i got no name now!!! look at it skillersclub.smfforfree.com

Offline - Lawrence -

  • SMF For Free Hero
  • *
  • Posts: 549
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Adding the Runescape Admin Crown
« Reply #47 on: March 04, 2009, 11:42:07 am »
i really need help i got no name now!!! look at it skillersclub.smfforfree.com
I have looked and it seems to be working fine.

Offline noi172

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

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Adding the Runescape Admin Crown
« Reply #48 on: March 12, 2009, 03:15:19 pm »
how you do it by group?

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: [Guide] Adding the Runescape Admin Crown
« Reply #49 on: March 12, 2009, 03:23:25 pm »
how you do it by group?

THe code only does it by username... not membergroups

Offline Lolsant

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

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Guide] Adding the Runescape Admin Crown
« Reply #50 on: April 09, 2009, 09:51:06 am »
When i want to edit the crowns, i copy the picture to "Paint" and change colors or something there.
Everywhere it dosent have a background..
But when i copy it to "paint", it has a black Background.

When i try to upload it as white background or black one, It really shows up with the blank background.. :S
I want the background to be invinsible. How?


Work :
First before editing :

Code: [Select]
http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/deleteafteriu0.png
After editing :

Code: [Select]
http://i333.photobucket.com/albums/m392/darkheavenpkz/Crowns/Co-Owner.png[/b]


Help please? :)



.Alex (Lolsant)

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Guide] Adding the Runescape Admin Crown
« Reply #51 on: April 09, 2009, 12:06:55 pm »
You'd have to use another photo editing program... paint does that... sorry...
<--- Donate to SMF For Free! :D

Offline dvp99

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

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Guide] Adding the Runescape Admin Crown
« Reply #52 on: April 18, 2009, 11:50:17 am »
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>

do that agen and agen for more then one crown
--Dharmesh--

We wil
we wil
own u!
dun dun dun!!!!!!!!!!!!

Offline daeth owner

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

  • Total Badges: 8
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Guide] Adding the Runescape Admin Crown
« Reply #53 on: April 20, 2009, 11:27:44 am »
hey .. can u explain to me step by step how u put the crowns and wher do u put thom bc im kinda confused e.e  :uglystupid2: soo yea

Offline мσנσвσנσ82

  • SMF For Free Sr. Member
  • *
  • Posts: 310
    • View Profile
    • Darkilscape

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Adding the Runescape Admin Crown
« Reply #54 on: April 20, 2009, 04:24:22 pm »
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>

do that agen and agen for more then one crown
No you don't... Theres a topic on how to make it double sided on the first page...



Offline мσנσвσנσ82

  • SMF For Free Sr. Member
  • *
  • Posts: 310
    • View Profile
    • Darkilscape

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Guide] Adding the Runescape Admin Crown
« Reply #55 on: April 20, 2009, 04:34:08 pm »
hey .. can u explain to me step by step how u put the crowns and wher do u put thom bc im kinda confused e.e  :uglystupid2: soo yea
ok... ill do it 1 by 1 :D

1. Get on your website  ;D

2. Go to the Admin CP

3. You should see some things down the left hand side. Look for "Configuration" and click "Manage Styles" which is under it.

4. You should see some themes that you can use. Above them you should see some tabs E.g "Main", "Create", "Modify Style". Click the tab "Headers/Footers".

5. Copy in the code thats on page 1.

6. Put your name where it says "NAME" in the code. And put the URL of the image where it says "IMAGE URL". Images and their url's are on the first page.

7. Click "Save Headers Footers" and your done!

Sorry for no pics my photobucket wasn't working and i cba uploading anyway lol. Hope i helped!



Offline riley

  • SMF For Free Member
  • *
  • Posts: 34
    • View Profile
    • coolwebs

  • Total Badges: 11
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Adding the Runescape Admin Crown
« Reply #56 on: April 26, 2009, 06:18:27 pm »
HM it still won't work for me i have tried this
<script>
function name_across_board(){
//Created by Agent Moose (smokes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["siden7","riley","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/admin.gif'  />"];
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>
but it isn't working






please click eggs!!!!

Offline Seldom Fail

  • Helpers
  • *
  • Posts: 2082
  • Helping for 3 years! :)
    • View Profile
    • My Site!

  • Total Badges: 26
    Badges: (View All)
    Sixth year Anniversary Fifth year Anniversary Apple User Search Poll Voter
Re: [Guide] Adding the Runescape Admin Crown
« Reply #57 on: April 26, 2009, 06:31:37 pm »
Siden - the code you placed works fine on my test forum.

Are you sure you added it to your footers?
<--- Donate to SMF For Free! :D

Offline Marmar

  • SMF For Free Member
  • *
  • Posts: 23
    • View Profile

  • Total Badges: 9
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Guide] Adding the Runescape Admin Crown
« Reply #58 on: May 16, 2009, 05:13:54 am »
hmmmm itz good but i did already know that code but i didnt have those crowns well done :D

Offline DestinyLight

  • SMF For Free Newbie
  • *
  • Posts: 6
  • Cloud God
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 First Post
Re: [Guide] Adding the Runescape Admin Crown
« Reply #59 on: May 17, 2009, 05:11:27 pm »
Thanks for the guide.
I control the clouds
which means I control the rain
which means i control droughts
which means i control whether you dehydrate
which  means I control whether you live or not.
-DestinyLight