[pmwiki-users] Using PmWiki as an invisible wiki for a personal website

Patrick R. Michaud pmichaud at pobox.com
Tue Mar 3 08:54:13 CST 2009


On Tue, Mar 03, 2009 at 08:01:31AM +0100, Petko Yotov wrote:
> On Tuesday 03 March 2009 07:28:36 Jo Vermeulen wrote:
> > figured out how to allow only admins to edit pages, but I'm not sure how I
> > can easily hide edit/view/history etc. actions. Is there any PHP variable
> > that I can use in my template (I'm creating a custom skin) to hide the
> > actions bar at the bottom of the page?
> 
> Hi. The actions at the bottom of the default skin cannot be hidden, 
> but can be removed. 

The actions at the bottom of the default skin can be hidden with:

    $HTMLStylesFmt['hidebottom'] = ' .footnav { display:none; } ';

Or, create the file pub/css/local.css and add the line

    .footnav { display:none; }

Pm




More information about the pmwiki-users mailing list