SMF For Free Support Forum
Signup For Free Forum
July 04, 2009, 10:46:58 am *
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 [3] 4 5 6 ... 10
  Print  
Author Topic: [Code] Adding the Runescape Admin Crown  (Read 41253 times)
0 Members and 1 Guest are viewing this topic.
nondier
SMF For Free Member
*
Offline Offline

Posts: 38



View Profile WWW
« Reply #30 on: November 09, 2008, 01:50:31 pm »

Forum Url: http://synysterscape.smfforfree3.com
thanks so much  Smiley
Logged

<embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" bgcolor="#000000" width="540" height="405" name="chat" FlashVars="id=40672730&gn=Synysterscape" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.s
|~|-XxxGearzOfStrxxX-|~|
SMF For Free Newbie
*
Offline Offline

Posts: 3


View Profile
« Reply #31 on: December 21, 2008, 01:38:49 pm »

Forum Url: http://strengthlegendsforums.smfforfree.com
Sorry, i did it wrong last post due to some mis Copy-Paste, anyways i'm still having the same problem.

Heres what i got for code, Is this right?

Quote
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["|-xXxGearzOfStrxXx-|","<b>|-xXxGearzOfStrxXx-|","yellow","<img src='http://i137.photobucket.com/albums/q232/LaundryLady1947/Runescape/mod_gold.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>


I dont know whats wrong but please help.

~SLC-Owner-|-xXxGearzOfStrxXx-|

EDIT: LOL NEVER MIND FIGURED IT OUT....

Logged
interruption
SMF For Free Member
*
Offline Offline

Posts: 24



View Profile WWW
« Reply #32 on: January 18, 2009, 01:38:23 am »

Thanks, I really wanted this.
Logged

buffaloparrot
SMF For Free Member
*
Offline Offline

Posts: 36


View Profile
« Reply #33 on: January 21, 2009, 04:50:34 pm »

I feel as if I'm on a totally different planet. Where do I go to put this in? Where in the admin center do I go?
Logged
Jessie
SMF For Free Hero
*
Offline Offline

Posts: 739


View Profile WWW
« Reply #34 on: January 21, 2009, 08:08:51 pm »

I feel as if I'm on a totally different planet. Where do I go to put this in? Where in the admin center do I go?

Admin - Manage Styles - Create Style (Put in a name) - Modify Style (Select that name)

Scroll down to bottom and you'll see CSS.
Delete whats there and paste the given code.

If it says to add somthing to Headers/Footers go to:
Admin - Manage Styles - Headers/Footers

If it gives you image links, modify them here:
Admin - Manage Styles - Customize Images
Logged

buffaloparrot
SMF For Free Member
*
Offline Offline

Posts: 36


View Profile
« Reply #35 on: January 22, 2009, 02:21:06 pm »

Ohh ok thank you so much, Jessie.

The only problem is that I don't delete the code that's there, because then it removes everything except the text, links, and some images. Adding it into the code that's there doesn't work... Anyone know?
« Last Edit: January 22, 2009, 02:52:57 pm by buffaloparrot » Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #36 on: January 22, 2009, 03:37:55 pm »

Add the code to your footer either above or below any code you may have there already.
Make sure to use the jquery include code that is posted in the directions -  THAT code has to be in the Header.

If you have any trouble with the code working please post the code you used so we can take a look at it and your forum url.
Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
buffaloparrot
SMF For Free Member
*
Offline Offline

Posts: 36


View Profile
« Reply #37 on: January 23, 2009, 10:12:50 pm »

Thanks Sibyl. It worked beautifully.

I would reccomend to Revolation to put what he said in the first post. It'll help tecnically challenged people like me.
Logged
ziiiiiiiin
SMF For Free Member
*
Offline Offline

Posts: 45

Visit http://run3sc4p3.smfforfree.com/index.php


View Profile WWW
« Reply #38 on: February 22, 2009, 04:47:37 am »

<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ziiiiiiiin","red","<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>

thats the code i used but it wont work, can you plz fix it.
Logged

hacth my eggs




simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #39 on: February 22, 2009, 06:32:45 am »

ziiiiiiin did you put the jquery code in your header?
Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
Andrew
SMF For Free Sponsors
*
Offline Offline

Posts: 1088


Please do not PM for Support Questions


View Profile WWW
« Reply #40 on: February 22, 2009, 10:31:18 am »

It looks like she removed the NEW NAME from the script.

Alright make sure you have this in you header:
Code:
<script src="/jquery.js"></script>

And heres the fixed code for ya, add this to you footers
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
var vfour = new Array()
vfour[vfour.length] = ["Ziiiiiiiin","","red","<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>

Hope that worked Smiley
Logged

ziiiiiiiin
SMF For Free Member
*
Offline Offline

Posts: 45

Visit http://run3sc4p3.smfforfree.com/index.php


View Profile WWW
« Reply #41 on: February 22, 2009, 11:44:50 pm »

yea it worked thx
Logged

hacth my eggs




Lolsant
SMF For Free Newbie
*
Offline Offline

Posts: 5


View Profile
« Reply #42 on: February 24, 2009, 07:32:17 am »

I tested it on my other forums, i made for some testings, and it worked there..
Why it wont on the other forums?


Url = Rune-smash.co.cc


Please look through and reply / Pm me.


Thanks!



-Lolsant
Logged
simply sibyl
Global Moderator
*
Offline Offline

Posts: 11806


On vacation until July 6th


View Profile WWW
« Reply #43 on: February 24, 2009, 12:20:49 pm »


Url = Rune-smash.co.cc


The above url is not an SMF for Free hosted forum -  we should have picked up on that sooner, sorry.
You'll need to use simplemachines.org for that forum.
« Last Edit: February 24, 2009, 12:26:52 pm by simply sibyl » Logged

Some Helpful Links:
Support FAQ | Guides & Tutorials | Tips for Using Support
I do not do support via personal messages
99strp0onz
SMF For Free Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #44 on: February 24, 2009, 01:25:59 pm »

Where's my 'HEADER' and 'FOOTER'?
Logged


Pages: 1 2 [3] 4 5 6 ... 10
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
ServerBeach Coupon
Page created in 0.297 seconds with 17 queries.