I can't include wikiplugin inside wikiplugin in a file template
- Status
- Closed
- Subject
- I can't include wikiplugin inside wikiplugin in a file template
- Version
- 21.x
- Category
- Bug
- Feature
- Trackers
- Resolution status
- New
- Submitted by
- Jean-Marc Libs
- Lastmod by
- Jean-Marc Libs
- Rating
- Description
In a pluginLIST template I would like to have a pluginTracker inside a pluginFade using wikiplugin
Any of these work :Copy to clipboard{wikiplugin _name="fade" label="Edit item" icon="y" }Some text{/wikiplugin}Copy to clipboard{wikiplugin _name="tracker" trackerId="18" url="this-page?itemId=$result.object_id" }{/wikiplugin}
This does not work :Copy to clipboard{wikiplugin _name="fade" label="Edit item" icon="y" } {wikiplugin _name="tracker" trackerId="18" url="this-page?itemId=$result.object_id" }{/wikiplugin} {/wikiplugin}- Solution
Turns out, this can be solved this way:
Copy to clipboard{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…- Importance
- 5
- Easy to solve?
- 5
- Priority
- 25
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 7645
- Created
- Friday 15 January, 2021 01:50:02 UTC
by Jean-Marc Libs - LastModif
- Sunday 14 February, 2021 22:13:47 UTC