PDA

View Full Version : can some1 help me


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

mikey1991
06-27-2009, 12:57 PM
You're wanting the text to blink?

s-p0k
06-27-2009, 04:36 PM
You're wanting the text to blink?
yes for a usename

s-p0k
07-04-2009, 05:20 AM
anyone can help me with this one

mmoore5553
07-05-2009, 07:18 AM
Here is an old article that works. You will have to just use the javascript and then put in class="blink"

http://www.vbulletin.com/forum/archive/index.php/t-198066.html