Personal tools
You are here: Home Forums Plone Tabs Plone tabes
Navigation
Log in


Forgot your password?
New user?
 
Document Actions

Plone tabes

Up to Plone Tabs

Plone tabes

Posted by Robert Tang at March 31. 2008

Hello,


For the portal tabs product that you have, would you be having a release for Plone 3.0?


I am trying to create a tab that takes me to external URL, but I'm not quite  sure what code I would use.  e.g.,  www.dancescape.com  ...  the  "Forums"  would  go  directly  to http://forums.dancescape.com ... it is doing it on the left navigation link,  but for some reason, the top tab is not going directly to the link, but instead into the folder/page.
   


Many thanks for the above feedback.


Re: Plone tabes

Posted by Vitaliy Podoba at April 01. 2008

Hi Robert!


For the portal tabs product that you have, would you be having a release for Plone 3.0?


 


Actually plontabs product is under refactoring at this moment. So it's about to release for Plone 3.0.


 


I am trying to create a tab that takes me to external URL, but I'm not
quite  sure what code I would use.  e.g.,  www.dancescape.com  ... 
the  "Forums"  would  go  directly  to http://forums.dancescape.com
... it is doing it on the left navigation link,  but for some reason,
the top tab is not going directly to the link, but instead into the
folder/page.


 


Example of url expression for external URL:


 


    string:http://example.com

Thus, when you want to write plain string without any dynamic tales features, you have to begin your string with string:

prefix.


 


Powered by Ploneboard