vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Remove :: from Buttons

Remove :: from Buttons - Posted By Michael (wrighty) on 15th Mar 08 at 10:22pm
This does not remove from the menu

<script>
/*Remove :: from buttons
Usual Copyright stuff here!
Wrighty*/

for(i=0; i<get('td','tag').length;i++){
    if(get('td','tag')[i].innerHTML.match(/ :: /) && get('td','tag')[i].className.match(/title(1|2)/)){
        get('td','tag')[i].innerHTML = get('td','tag')[i].innerHTML.replace(/ :: /g,' ');
    }
}
</script>


Global Footer

Re: Remove :: from Buttons - Posted By LEG7930 (lauren) on 9th Jun 08 at 2:02am
umm i aam trying to use this and it isnt working for me.

Re: Remove :: from Buttons - Posted By Nick (nickb) on 9th Jun 08 at 2:12am
Forum please?

and were did you place it?