[pmwiki-users] Disabeling certain links

H. Fox haganfox at users.sourceforge.net
Thu Jul 5 13:30:22 CDT 2007


On 7/5/07, Curtis, Clayton <Clayton.Curtis at va.gov> wrote:
> Uhhhh.... I think Helge's referring to the pagegroup link which appears
> in the upper left corner of the pages on PmWiki.org using the PmWiki
> skin.....
> For the 'cookbook' part it shows up as "Cookbook /". To make that go
> away would be a skin change, I'd assume....

It can be done with (:notitle:) markup or a local customization,
either in config.php ...

   $HTMLStylesFmt['nogroup'] = " .pagegroup {display:none}
     .pagetitle { margin-top:8px; } ";

...or pub/css/local.css

   .pagegroup {display:none}
   .pagetitle { margin-top:8px; }

Hagan



More information about the pmwiki-users mailing list