Simple Machine Codes
March 29, 2024, 09:11:46 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to SMC, the best place for your SMF For Free Codes
 
  Home Help Search Arcade Gallery Affiliates Code Index Staff List Calendar Members Login Register  
  Show Posts
Pages: [1]
1  Forum Coding / SMF For Free Codes / Re: Add More Tabs V1 on: January 18, 2008, 01:55:08 am
thanks!
2  Forum Coding / SMF For Free Codes / Re: Add More Tabs V1 on: January 17, 2008, 10:10:38 am
when i use it,i click it and it becomes this survey thing
3  Forum Coding / SMF For Free Codes / Re: Group Post Background Color on: November 15, 2007, 11:33:45 am
Footers
Code:
<script creator="Agent Moose">
if (location.href.match("topic,")){
var postColor = new Array()
postColor[postColor.length] = ["GROUP NAME","COLOR"]

for(f=0;f<postColor.length;f++){
$($("tbody").contains(postColor[f][0])).each(function(){
$(this).addClass(postColor[f][0]+"Class")
});
document.write("<st"+"yle>."+postColor[f][0]+"Class{background-color: "+postColor[f][1]+";}</st"+"yle>")
};};
</script>

Original Request: http://smcodes.smfforfree3.com/index.php/topic,178.0.html

GROUP NAME:  The name of the group you want the background to change.
COLOR:  The color that the background will change to.

Just add more of these lines for more groups:
Code:
postColor[postColor.length] = ["GROUP NAME","COLOR"]

Enjoy!
nice i like that but on the membergroup can u put runescape?

-Link Removed-
Pages: [1]
Powered by EzPortal
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum

Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy