Re: [pmwiki-users] removing "Main»" in page titles

H. Fox haganfox at users.sourceforge.net
Mon Apr 10 21:33:24 CDT 2006


On 4/10/06, Koen van der Drift <kvddrift at earthlink.net> wrote:
>
> On Apr 10, 2006, at 8:38 PM, The Editor wrote:
>
> > All pages do have to have a group name, but you can modify the
> > template to remove the display of these links if you like.  Tell us
> > what skin you are using and someone can tell you where to modify it.
>
> I have not set any skin, so I guess I am using the default one. You
> can see the wiki at http://bioinformatics.org/biococoa/wiki/.

Actually, that's the Light Skin, so suppressing the group link is as
easy as adding this to your local/config.php file:

$HTMLStylesFmt[] = "
  #location .grouplink, #location .separator { display:none; } ";

You can also add the CSS selector in a pub/css/local.css file.

Hagan

> thanks,
>
> - Koen.
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://host.pmichaud.com/mailman/listinfo/pmwiki-users
>




More information about the pmwiki-users mailing list