vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Database of Codes/Hacks/Mods :: Remove Select Menu Buttons - View Topic
Topic Rating: *****
Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Remove Select Menu Buttons (25th Apr 08 at 4:01pm UTC)
This code will allow you to choose which menu buttons you want to remove from the menu bar.

Edit the red part. Just add the name of the button.
eg: home, help, profile, register, login, logout etc...

To add more just add another vertical line then the name. eg:
(home|help|search|profile)


<script>
/*Remove Select Menu Buttons
Created By Wrighty
Do Not: Rip, Repost or Claim*/

var y = get('menu_buttons','id');
var x = y.getElementsByTagName('a');
for(a=0;a<x.length;a++){
    if(x[a].getElementsByTagName('img')[0].alt.match(/(help|profile)/i)){
        x[a].style.display = 'none';
    }
}
</script>


Global Header
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Remove Select Menu Buttons (30th Dec 09 at 6:58am UTC)
It doesn't work

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
Graham
Support Administrator
*****

[Avatar]

Posts: 1,642
Status: Offline
Gender: Male
Location: Sussex, UK
Age: 39
Joined:  

Additional Groups:
Support Team
***


Reputation: 57%  


pmwww
Re: Remove Select Menu Buttons (30th Dec 09 at 9:54am UTC)
 
It doesn't work


Can you give more details please?

Pop a thread in the Code Support board and we'll take a look at it for you {Smile}
Aiken
Full Member
***

[Avatar]

Posts: 333
Status: Offline
Gender: Male
Location: In a very lonely place, the domain of despair
Age: 35
Joined:  
Reputation: 12%  


pmtwitterskypemsnyahooxfire
Re: Remove Select Menu Buttons (30th Dec 09 at 10:04am UTC)
I put the code in and it doesn't do anything, nothing looks different

vF forums:
Perfect World RP
BLEACH Universe - Under Construction / Testing Phase
Xen Qarna RP - Stage I
Vyren Entar Battle Network RP - Under Construction / Maintenance Mode Enabled
the Final Anime Hideout
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 4,043
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: Remove Select Menu Buttons (30th Dec 09 at 12:16pm UTC)
As graham said, throw a thread in the Code Support board, with a forum URL, and we'll help {Smile}
 Printable View

All times are GMT+0 :: The current time is 1:52pm
Page generated in 0.1673 seconds
This Forum is Powered By vForums (v2.4)
Create a Forum for Free | Find Forums