[pmwiki-users] "Main/xxx" removal

marc gmane at auxbuss.com
Sun Jan 28 06:57:42 CST 2007


Adam Eyring said...
> Hi,
> 
> New user here.

Welcome.

> I'm using the default pmwiki skin and at the top of the lower right
> window is the directory designation ("Main/xxx" or similar) and the
> "View Edit History Print" links. I noticed some skins don't have the
> directory designation. Is there a way to turn it off

    (:notitle:)

will do this for a page. You can also put this in a Group Header page or
a Site Header page to remove it more generally. Get back to us if you
need help doing either of those two things.

You can also edit the skin template (.tmpl) file, of course. In this
case, remove the lines:

    <!--PageTitleFmt-->
    <div id='wikititle'>
        <div class='pagegroup'><a href='{$ScriptUrl}/{$Group}'>{$Group}
</a> /</div>
        <h1 class='pagetitle'>{$Title}</h1></div>

> as well as turn off the "View Edit History Print" links because there
> are already some at the bottom (or do I have to change the skin to get
> what I want)?

As above, but the markup is

    (:noaction:)

or remove:

    <!--PageActionFmt-->
        <div id='wikicmds'><!--wiki:{$Group}.PageActions 
{$SiteGroup}.PageActions--></div>



-- 
Cheers,
Marc





More information about the pmwiki-users mailing list