Tagger-Talk
This is the page to talk about Tagger.
Hello Kathryn, I was using with pleasure Tagger (and Cluster) in localhost, but now I'm updating everything in PHP 5.5 and I am not able to update the recipes by myself.
May I ask you, when and if you have time to do it?
Thanks in advance. - Frank - May 15, 2014, at 2:59 PM
Thanks for the fast and accurate response. I'll try to ask for help in PITS. - Frank - May 15, 2014, at 9:53 PM
Little display bug found
Using this (great) tagger repice, some strange html tag like: <pre> </pre>
(note the space character between both tags) appears in my html code causing some large unvisible margin.
Solution
Change line n°98 of TaggerLinks function in taggers.php:
$out .= "$postfix\n";
to$out .= "$postfix";
An updated version (2011-07-29) take care of this.
Antony Templier July 29, 2011, at 11:53 AM
Hi Kathryn ! I'm testing your tagger script and have a question : how is it possible make this script work while keeping a typographic space following the colon as we can do with PTV (author: Name
) so, using tagger we could automatically get something such as :author: [[Authors/Fred Nurk]]
instead ofauthor:[[Authors/Fred Nurk]]
?
I tried different ways and didn't succeed in getting a space after colon --to get it before, I use a tag followed by a space--.
By the way, on your personal pages, what sort of magic do you use to align your tags ? Thank you. gb February 11, 2010, at 02:42 PM
The answer to both questions is the same, actually: I use hidden PTVs and display templates.
On the page itself:(:Author:Fred Nurk:)
Another page in that group, called, say, DisplayTemplate:||'''Author:'''||{*$AuthorLinked}||
(note that that is a table, thus the results are aligned)
And in the GroupHeader page for that group:(:if !equal "{*$:Author}" "" :) (:include base={*$FullName} {$Group}.DisplayTemplate:) (:ifend:)
This test ensures that the template is only used when there is content for it to display.
Would it be possible to make the groups list in pmwiki page instead of config.php?
Let's say in Site/TaggerGroups ?
- group1
- group2
...