In a pluginLIST template I would like to have a pluginTracker inside a pluginFade using wikiplugin
Any of these work :
{wikiplugin _name="fade" label="Edit item" icon="y" }Some text{/wikiplugin}
{wikiplugin _name="tracker" trackerId="18" url="this-page?itemId=$result.object_id" }{/wikiplugin}
This does not work :
{wikiplugin _name="fade" label="Edit item" icon="y" } {wikiplugin _name="tracker" trackerId="18" url="this-page?itemId=$result.object_id" }{/wikiplugin} {/wikiplugin}
Turns out, this can be solved this way:
{wikiplugin _name="fade" label="Edit item" icon="y" }{literal}{{/literal}tracker trackerId="18" showstatus="y" url="this-page?itemId=$result.object_id" {literal}}{/literal}{/wikiplugin}
Otherwise the inside plugin is interpreted too early in the page rendering…
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tikiwiki.org instance. To start, simply select a version and click on "Create show2.tikiwiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tikiwiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |