everyone/anyone, know how to completely eliminate a power button, in this case, the go button? AND, i want to CHANGE some drop-down selections of other power buttons. thanx. scott
steven b., i have gone into the xsl files and changed things like 'xsl_tab_go' to blank resulting in an error message 'wordlet_type invalid'. i also changed some 'xsl_"----"_link' files which took out the word but the drop-down space is there but empty. the guy at infopop is telling me i can do it but when i perform the recommended action i get no result. scott
Are you on a dedicated or clustered server (as opposed to a shared or jumbo)?
What you are describing is changing wordlets, not changing XSL files. Just because the wordlet is named 'XSL_...' doesn't mean anything. While you can change the wordlets so the link doesn't appear, you can't get rid of the actual menu item without changing the XSL templates.
Posts: 3880 | Location: Seattle, WA | Registered: January 01, 2000
If you want the GO tab never to show up put this in your style -> custom HTML -> HEAD section
<style> #gs_tab_go{display:none} </style>
This is NOT recommended or supported by Infopop. Unless you provide an alternate link to /eve/myspace a user will not be able to get to My Space without it. The GO button is a primary means of navigation on the site.