> The problem with Linly's is it use inlist, which only checks csv
> lists. And tags just have spaces delimiting them. So we either need
> to use commas to delimit the tags (on page info.tags) or we need an
> instring condition, or perhaps a delimiter parameter for the instring
> condition. Etc. I'm not sure how Linly got it to work actually.
Yes, I forget to mention that I use info report to work with the
delemiter setting like:
Tags: [(list '{info.tags::{p}}' delimiter=',' join=', ' fmt='[[?tag.
{+p}|+]]')]
and I put the tags in csv format (no spaces) like:
äöü,abc,一二三
Cheers, linly
> Getting info tags to use commas rather than spaces might be the best
> approach, as it allows us to use all of BoltWire's list handling
> capabilities. But to be honest, I'm not up to it at the moment. Will
> the option above work?
>
> Cheers,
> Dan
>
> On Wed, Mar 25, 2009 at 3:18 PM, Martin <[email protected]> wrote:
>
> > Yes I did.
>
> > There are two options for action.tag.missing:
>
> > Posts with Tag: //{{p2}:title}
>
> > Default: [(info tags "{p2}" target=info.tags template="title")]
>
> > Linly: [(info report if="inlist {p2} {info.tags::{+p}}"
> > target=info.tags fmt='* [[{+p}|+]]')]
>
> > Default: Shows all links from all tags but no links if there are äöü
> > in the tag.
> > Linly: Shows links for tags with äöü, but catches only the first one.
>
> > Is there a way to merge the best from the two options? I really like
> > that plugin.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"BoltWire" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/boltwire?hl=en
-~----------~----~----~----~------~----~------~--~---