Simple Machine Codes
April 16, 2024, 06:21:17 pm
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] 2 3 4
1  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 26, 2008, 06:22:13 am
Well i don't know what to do either rofl...
2  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 23, 2008, 08:24:15 pm
This code didn't work code i put:
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var vfive = new Array()
vfive[vfive.length] = ["Silabsoft","Silabsoft","Red","OTHER","0","CUSTOM MESSAGE"]

for(l=0;l<vfive.length;l++){
$("a:.contains("+vfive[l][0]+")").html("<font color='"+vfive[f][2]+"'>"+vfive[f][3]+vfive[f][(vfive[f][1] != "" ? 1 : 0)]+"</font>")
if (vfive[l][4] == '1') {
if(location.href.match(/topic/i)){
$("td b a:contains("+vfive[l][0]+")").after("<div class='custommessage'><strong>Custom Message:</strong><br>"+vfive[l][5]+"</div>");
};};};});};
name_across_board();
</script>
I wanted name to stay the same just change the color...
plz someone help!!!!!!!!!!!!!!!!
3  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 23, 2008, 02:59:14 pm
so basicly put this:
Code:
[code]<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var vfive = new Array()
vfive[vfive.length] = ["unreal","unreal","blue","<img src="http://i219.photobucket.com/albums/cc144/n00bzs/admincrown.gif" border="0" alt="Photobucket"></a>","1","Founder of the site"]

for(l=0;l<vfive.length;l++){
$("a:.contains("+vfive[l][0]+")").html("<font color='"+vfive[f][2]+"'>"+vfive[f][3]+vfive[f][(vfive[f][1] != "" ? 1 : 0)]+"</font>")
if (vfive[l][4] == '1') {
if(location.href.match(/topic/i)){
$("td b a:contains("+vfive[l][0]+")").after("<div class='custommessage'><strong>Custom Message:</strong><br>"+vfive[l][5]+"</div>");
};};};});};
name_across_board();
</script>
[/code]
4  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 23, 2008, 02:57:50 pm
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var vfive = new Array()
vfive[vfive.length] = ["unreal","","blue","<img src="http://i219.photobucket.com/albums/cc144/n00bzs/admincrown.gif" border="0" alt="Photobucket"></a>","1/0","Founder of the site"]

for(l=0;l<vfive.length;l++){
$("a:.contains("+vfive[l][0]+")").html("<font color='"+vfive[f][2]+"'>"+vfive[f][3]+vfive[f][(vfive[f][1] != "" ? 1 : 0)]+"</font>")
if (vfive[l][4] == '1') {
if(location.href.match(/topic/i)){
$("td b a:contains("+vfive[l][0]+")").after("<div class='custommessage'><strong>Custom Message:</strong><br>"+vfive[l][5]+"</div>");
};};};});};
name_across_board();
</script>
If your having trouble heres why you need in the empty "" a new name...and the 1/0 needs to be changed to a 1...
I told you look...
5  Forum Coding / SMF For Free Codes / Re: Automatic Color for Stickied Topics on: March 22, 2008, 11:26:17 pm
oh yeah and what will happen if a topic is sticked and locked???
6  Forum Coding / SMF For Free Codes / Re: Automatic Color for Stickied Topics on: March 22, 2008, 11:20:34 pm
 Hey thanks a lot...
7  Forum Coding / SMF For Free Codes / Re: Automatic Color for Locked Topics on: March 22, 2008, 11:17:47 pm
how do I do stickied ones???
8  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 22, 2008, 11:09:38 pm
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var vfive = new Array()
vfive[vfive.length] = ["unreal","","blue","<img src="http://i219.photobucket.com/albums/cc144/n00bzs/admincrown.gif" border="0" alt="Photobucket"></a>","1/0","Founder of the site"]

for(l=0;l<vfive.length;l++){
$("a:.contains("+vfive[l][0]+")").html("<font color='"+vfive[f][2]+"'>"+vfive[f][3]+vfive[f][(vfive[f][1] != "" ? 1 : 0)]+"</font>")
if (vfive[l][4] == '1') {
if(location.href.match(/topic/i)){
$("td b a:contains("+vfive[l][0]+")").after("<div class='custommessage'><strong>Custom Message:</strong><br>"+vfive[l][5]+"</div>");
};};};});};
name_across_board();
</script>
If your having trouble heres why you need in the empty "" a new name...and the 1/0 needs to be changed to a 1...
9  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 22, 2008, 11:08:19 pm
This code didn't work code i put:
Code:
<script>
function name_across_board(){
//Created by Agent Moose (smcodes.smfforfree3.com)
$(function() {
var vfive = new Array()
vfive[vfive.length] = ["Silabsoft","Silabsoft","Red","OTHER","0","CUSTOM MESSAGE"]

for(l=0;l<vfive.length;l++){
$("a:.contains("+vfive[l][0]+")").html("<font color='"+vfive[f][2]+"'>"+vfive[f][3]+vfive[f][(vfive[f][1] != "" ? 1 : 0)]+"</font>")
if (vfive[l][4] == '1') {
if(location.href.match(/topic/i)){
$("td b a:contains("+vfive[l][0]+")").after("<div class='custommessage'><strong>Custom Message:</strong><br>"+vfive[l][5]+"</div>");
};};};});};
name_across_board();
</script>

I wanted name to stay the same just change the color...
10  Forum Coding / SMF For Free Codes / Re: Change Username Across Board V5 on: March 22, 2008, 11:02:10 pm
Its good but if you want a name change you can go to their profile and change their name of corse this one has color etc.
11  Forum Coding / SMF For Free Codes / Re: Add Custom Message V1 on: March 21, 2008, 09:24:22 pm
On your forum you have a custom message above your post this code puts it under your name how do you guys do it?
12  Forum Coding / SMF For Free Codes / Re: Shoutbox (Build B) on: March 21, 2008, 09:13:14 pm
can i see a prwview anyone???
13  Forum Coding / SMF For Free Codes / Re: Add a Matrix-Style Text effect on: March 21, 2008, 08:13:07 pm
Well I got from invision free actually should have posted in code help i don't know if it works in smf sorry wrong section would it work though agent???
14  Forum Coding / SMF For Free Codes / Re: Inventory!!! on: March 21, 2008, 08:00:52 pm
um makes a inventory Cheesy Cheesy Cheesy lol

Whats the inventory for.. exactly? Shop V1?
what it does is this:
say you buy something from the shop like a ps3 then in their inventory in their posts you can add a pic of a ps3 because they bot it...
15  Forum Coding / SMF For Free Codes / Re: Button that says your name! on: March 21, 2008, 07:59:27 pm
Thanks, this is really nice to give people a warm welcome to your forum!
Yep...
Pages: [1] 2 3 4
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