> 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?
If anyone cares to tinker a bit, it's probably not that hard at all, actually.
In infotags.php, just change explode(' ', $v)) to explode(',', $v))
(the space to a comma).
And to display the tag, get rid of the delimiter paramter
Tags: [(list '{info.tags::{p}}' join=' | ' fmt='[[?tag.{+p}|+]]')] [
[[{p}&action=tags|Edit]] ]
I dunno, maybe a couple other changes. But we it shouldn't be too
hard. Just need someone to champion it and do the testing, etc.
Cheers,
Dan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---