Shape 5

Joomla Club Extensions => Tab Show V2 - Club => : falstaff March 31, 2009, 10:15:29 AM



: tab links and click problem
: falstaff March 31, 2009, 10:15:29 AM
Hello,

Is there a way to edit the tabshow php to assign a different link to each tab so that clicking on a particular tab will take you to a specific URL?

If I use the "click" to change tabs option I could be sure that the links people want to follow won't disappear if they roll over the wrong tab, but when I use this it reloads the entire page and snaps the browser back up to the top of the screen.

I'm using the tabshow that comes with the New Architect site shaper. If these problems are resolved in a later version of the extension, let me know and I'll install it.

Thank you.


: Re: tab links and click problem
: jonahh April 01, 2009, 12:40:12 PM
What you can do is open up the php file for the tab show look for:

:
<a href="#"

and replace it with:

:
<a href="javascript:;"