To get the default to work, try changing line 6 of infotags.php, to:

                if (strpos($v, BOLTurl2utf($args[''][1])) !== false) 
$outarray[] = $f;

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.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to