Hi.<br>I need to have more than one category-group, so I found the Tagger recipe.<br><br>I read this: <a href="http://www.pmwiki.org/wiki/Cookbook/Tagger">http://www.pmwiki.org/wiki/Cookbook/Tagger</a><br>then I read this: <a href="http://www.mail-archive.com/pmwiki-users@pmichaud.com/msg16033.html">http://www.mail-archive.com/pmwiki-users@pmichaud.com/msg16033.html</a><br>
<br>...but I could not get what I got with one "Category" group using the [[!Topic]] syntax.<br><br>I did so: first, I put this in local.config:<br><br><span style="font-family: courier new,monospace;">$TaggerGroups['Autore']='Tag-Autore';</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">$TaggerGroups['Conferenza']='Tag-Conferenza';</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$TaggerGroups['Articolo']='Tag-Articolo';</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">include_once("$FarmD/cookbook/tagger.php");<br><br>$AutoCreate['/^Tag-Conferenza\\./'] = array('ctime' => $Now, 'text' => $page['text']);<br>
$AutoCreate['/^Tag-Articolo\\./'] = array('ctime' => $Now, 'text' => $page['text']);<br>$AutoCreate['/^Tag-Autore\\./'] = array('ctime' => $Now, 'text' => $page['text']);<br>
<br></span><br clear="all">So, in a page (for example this one: <a href="http://www.cicap.org/lombardia/wiki/pmwiki.php/PortfolioConferenze/AstrologiaEAstronomia">http://www.cicap.org/lombardia/wiki/pmwiki.php/PortfolioConferenze/AstrologiaEAstronomia</a>), I put at the end:<br>
<br><span style="font-family: courier new,monospace;">Autore:Valerio</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Conferenza:Astronomia,Astrologia</span><br><br>
or, (making it invisible):<br>
<br><span style="font-family: courier new,monospace;">(:Autore:Valerio:)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">(:Conferenza:Astronomia,Astrologia:)</span><br>
<br>And, after that, I'm hanged.<br>I need to:<br><br>1- Get a list of all categories under "Conferenza" (in that case, the "tags" Astronomia, Astrologia), or all categories under "Autore" (e.g. "Valerio")<br>
2- Given a specific group-and-category (e.g. "Conferenza:Astronomia"), get a list of all pages with "Conferenza:Astronomia").<br>3- Make the category-pages be auto-created: I put the code you can see above, but NO auto-creation is done.<br>
<br>I tried using the tricks in <a href="http://www.pmwiki.org/wiki/Cookbook/Tagger-Talk">http://www.pmwiki.org/wiki/Cookbook/Tagger-Talk</a>, but I got nothing...<br>Can someone help me in the three points above?<br><br>
-- <br>Francesco Sblendorio<br><a href="http://fsblendorio.blogspot.com">http://fsblendorio.blogspot.com</a><br><a href="http://www.sblendorio.eu">http://www.sblendorio.eu</a><br><br>