s-p0k
06-27-2009, 08:20 AM
i wanted to know if some1 can get this to work for vbulletin?
<script>
function name_across_board() {
//Created by Agent Moose (smcodes.smfforfree3.com), Added FireFox Blink Effect by Agent Moose Jr.
$(function() {
var vfour = new Array()
vfour[vfour.length] = ["Agent Moose Jr.","<blink>Agent Moose Jr.</blink>","orange",""]
vfour[vfour.length] = ["OLD USERNAME.","<blink>NEW USERNAME</blink>","COLOR",""]
for(f=0;f<vfour.length;f++){
$("a").each(function() {
if(this.innerHTML == 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>
credit to agent mosse nice code work:D
sry this should be in the
General vBulletin Discussions
move plzz
<script>
function name_across_board() {
//Created by Agent Moose (smcodes.smfforfree3.com), Added FireFox Blink Effect by Agent Moose Jr.
$(function() {
var vfour = new Array()
vfour[vfour.length] = ["Agent Moose Jr.","<blink>Agent Moose Jr.</blink>","orange",""]
vfour[vfour.length] = ["OLD USERNAME.","<blink>NEW USERNAME</blink>","COLOR",""]
for(f=0;f<vfour.length;f++){
$("a").each(function() {
if(this.innerHTML == 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>
credit to agent mosse nice code work:D
sry this should be in the
General vBulletin Discussions
move plzz