Plone tabes
Up to Plone Tabs
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.
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.
