This question about Using an extension: Answered
PublishPlugin doesn't translate links using SCRIPTURL
The latest
PublishPlugin (15237 (2012-07-31)) doesn't translate links that use SCRIPTURL. For example:
<a href="%SCRIPTURL{view}%/Home/">Home</a>
We want to use the "a href" syntax to apply specific CSS. For example:
<a href="%SCRIPTURL{view}%/Home/Research/" class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="%SCRIPTURL{view}%/Home/Research/">Research<b class="caret"></b></a>
Version 12296 (2011-08-10) correctly handles these links.
--
DevinBougie - 02 Dec 2013
Latest release works fine
--
Main.CrawfordCurrie - 07 May 2017 - 09:16