<div dir="ltr">One of the fundamental <a href="http://www.pmwiki.org/wiki/PmWiki/DesignNotes">PMWiki design decisions</a> is related to wiki groups.<div>Please see <a href="http://www.pmwiki.org/wiki/PmWiki/HierarchicalGroups">http://www.pmwiki.org/wiki/PmWiki/HierarchicalGroups</a> for the background to this</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 December 2014 at 18:28, Christopher Cox <span dir="ltr"><<a href="mailto:ccox@endlessnow.com" target="_blank">ccox@endlessnow.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 12/23/2014 02:09 PM, Kirk Siqveland wrote:<br>
> Howdy all!<br>
><br>
> I am a bit rusty on my HTML/CSS but getting a few projects going and I found<br>
> PMWiki - what a delight!<br>
><br>
> I am pre-launch and very much "under construction" on an ambitious website and<br>
> PMWiki has made building the site much easier.<br>
><br>
> In the meantime I welcome advice and suggestions.<br>
> <a href="http://www.humeris.net/wiki/pmwiki.php" target="_blank">http://www.humeris.net/wiki/pmwiki.php</a><br>
><br>
> Please do not link to this URL as it is just the construction site, I will have<br>
> it at its proper address soon...<br>
><br>
> I have however, been trying to figure out something I believe should work but I<br>
> can't get it to work...<br>
> I'm using Triad skin and trying to set a RightBar that is specific to a single<br>
> page...<br>
> I can get group-specific RightBars to work fine...<br>
><br>
> this works fine >>><br>
> <a href="http://www.humeris.net/wiki/pmwiki.php/Inventions-Telegraph/RightBar?action=edit" target="_blank">http://www.humeris.net/wiki/pmwiki.php/Inventions-Telegraph/RightBar?action=edit</a><br>
> but<br>
> This does not >>><br>
> <a href="http://www.humeris.net/wiki/pmwiki.php/Inventions-Telegraph/Telegraph/RightBar?action=edit" target="_blank">http://www.humeris.net/wiki/pmwiki.php/Inventions-Telegraph/Telegraph/RightBar?action=edit</a><br>
><br>
<br>
</span>PmWiki fundamentals... you have Group/Page and that's it.<br>
<br>
You can still simulate deep hierarchies using Categories though.... but url<br>
wise, just the two things... Group/Page<br>
<br>
I guess more specifically it's Group.Page and that is indeed how they are stored<br>
by default on your server's disk.<br>
<br>
Hope that helps.  So... don't think deep.... which is sort of a good thing as it<br>
keeps the URLs from getting out of hand.<br>
<br>
Some other potential hints....<br>
<br>
Let's say you have Inventions-Telegraph as a group and Telegraph as a page... so<br>
<br>
Inventions-Telegraph/Telegraph<br>
<br>
You could include a RightBar based on page name...<br>
<br>
(:include RightBar.{*$Name}:)<br>
<br>
Or perhaps by group name...<br>
<br>
(:include RightBar.{*$Group):)<br>
<br>
Just some ideas that might give you some organizational ideas....<br>
<br>
Now, if the above is confusing, you might want to ignore the default PmWiki<br>
template setup (or examine and modify it)... that way you might get a better<br>
feel for just how powerful and awesome a site can be with PmWiki.<br>
<br>
Note, you could include the RightBar (above) inside the skin template, but maybe<br>
you abstract things out further.... again, just play around with it.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">____<br><a href="http://kiwiwiki.co.nz">http://kiwiwiki.co.nz</a></div>
</div>