vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: Programming & Coding :: Code Requests & Support :: [F] [Wrighty] Add Button To Menu MOd - View Topic
Topic Rating: *****
Printable View
dog199200
Guest
[F] [Wrighty] Add Button To Menu MOd (24th Feb 08 at 1:05pm UTC)
Wrighty can i get a mod of you Add Menu Button code so that guests can see the button...plz?
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: [Wrighty] Add Button To Menu MOd (24th Feb 08 at 1:38pm UTC)
They should be able to anyway.
dog199200
Guest
Re: [Wrighty] Add Button To Menu MOd (24th Feb 08 at 5:13pm UTC)
oops spelling error i mean cant {Smile}

Edit: Also I just have to say your avatar cracks me up, it always lands on the ones the best fits the topic {Smile} sorry i know its random.
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: [Wrighty] Add Button To Menu MOd (24th Feb 08 at 5:45pm UTC)
It's ok! {Smile}


I'll get to this after I'm back! {Cheesy}
dog199200
Guest
Re: [Wrighty] Add Button To Menu MOd (24th Feb 08 at 6:04pm UTC)
ok i'll be waiting
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: [Wrighty] Add Button To Menu MOd (24th Feb 08 at 8:03pm UTC)
Text or image one?
dog199200
Guest
Re: [Wrighty] Add Button To Menu MOd (24th Feb 08 at 10:46pm UTC)
image
Michael
Moderator
*****

[Avatar]
Recoding the future

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

Additional Groups:
Coding Team
***


Reputation: 58%  


pmtwittervForum
Re: [Wrighty] Add Button To Menu MOd (25th Feb 08 at 6:25pm UTC)
Try this:

Code:
 
  1. <script>
  2. /*Add Menu Buttons
  3. Created By Wrighty
  4. support.virtualforums.co.uk*/
  5.  
  6. var menu = document.getElementById('welcome_table').getElementsByTagName('td')[2];
  7.  
  8. function do_menu(img_src,link, guest){
  9.     if(guest){
  10.         menu.innerHTML+= " :: <a href="+link+"><img src='"+img_src+"' border=0></a>";
  11.     }else{
  12.         if(vf_username != 'guest'){
  13.             menu.innerHTML+= " :: <a href="+link+"><img src='"+img_src+"' border=0></a>";
  14.         }
  15.     }
  16. }
  17. do_menu('Image Link','Link to page', true);
  18. </script>
 



true means that it will be shown to guests as well as members.
false means that it WONT be shown to guests.

(Untested)
dog199200
Guest
Re: [Wrighty] Add Button To Menu MOd (25th Feb 08 at 11:02pm UTC)
ok that work, ty
 Printable View

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