Re: [Tiki-users] Using {display name="tracker_field_xxx"} inside another PluginList control block
Jonny Bradley via TikiWiki-users <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hi A again, don't worry about asking too many questions, it just might take a little while to get an answer ;)
I'm not familiar with trackerprefill plugin but i would have thought the format=wikiplugin method should work, like:
{display name="wikiplugin_trackerprefill" format="wikiplugin" field1="42" value1="tracker_field_xxx"}
Assuming you want the content of tracker_field_xxx in field #42.
But i guess you tried that?
Maybe others know more...
jb
> On 30 Jan 2021, at 18:17, Alessandro Martinelli <[email protected]> wrote:
>
> Hi everyone, sorry for bothering you so often :)
>
> Is there a way of using {display name="tracker_field_xxx"} inside another PluginList Control Block, e.g. inside {trackerprefill ...}?
>
> The fact is I need to show a button like the Plugin Tracker Prefill does, populating a value from a tracker item field.
>
> I've tried using something like
>
> {lIST()}
> {filter ...}
> {OUTPUT()}
> {trackerprefill ... value={display name="tracker_field_xxx"}}
> {OUTPUT}
> {LIST}
>
> but I couldn't come up with a working code. In fact, looking at the source code, the assigned value is just "{display...".
>
> I've also tried using {button ..} even {display name="wikiplugin_trackerprefill" format="wikiplugin" ...} instead of {trackerprefill} but with no luck.
>
> Is there a way to do this?
>
> Thank you
>
> Alessandro
>
>
>
> _______________________________________________
> TikiWiki-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-users
>