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 &quot;Category&quot; 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[&#39;Autore&#39;]=&#39;Tag-Autore&#39;;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">$TaggerGroups[&#39;Conferenza&#39;]=&#39;Tag-Conferenza&#39;;</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$TaggerGroups[&#39;Articolo&#39;]=&#39;Tag-Articolo&#39;;</span><br style="font-family: courier new,monospace;">

<span style="font-family: courier new,monospace;">include_once(&quot;$FarmD/cookbook/tagger.php&quot;);<br><br>$AutoCreate[&#39;/^Tag-Conferenza\\./&#39;] = array(&#39;ctime&#39; =&gt; $Now, &#39;text&#39; =&gt; $page[&#39;text&#39;]);<br>

$AutoCreate[&#39;/^Tag-Articolo\\./&#39;] = array(&#39;ctime&#39; =&gt; $Now, &#39;text&#39; =&gt; $page[&#39;text&#39;]);<br>$AutoCreate[&#39;/^Tag-Autore\\./&#39;] = array(&#39;ctime&#39; =&gt; $Now, &#39;text&#39; =&gt; $page[&#39;text&#39;]);<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&#39;m hanged.<br>I need to:<br><br>1- Get a list of all categories under &quot;Conferenza&quot; (in that case, the &quot;tags&quot; Astronomia, Astrologia), or all categories under &quot;Autore&quot; (e.g. &quot;Valerio&quot;)<br>

2- Given a specific group-and-category (e.g. &quot;Conferenza:Astronomia&quot;), get a list of all pages with &quot;Conferenza:Astronomia&quot;).<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>