On 8/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'd like to set up a group within my wiki, but I'd prefer that when
> they click on the image at the top, it links back to the main page of
> the GROUP, rather than the main page of my entire wiki.  Is there an
> easy way to change this URL?

Modify your skin template.  For example, before:

  <div id='wikilogo'><a href='{$ScriptUrl}'><img src='$PageLogoUrl'
    alt='$WikiTitle' border='0' /></a></div>

after:

  <div id='wikilogo'><a href='{$ScriptUrl}?n={$Group}'><img src='$PageLogoUrl'
    alt='$WikiTitle' border='0' /></a></div>

See also: http://pmwiki.org/wiki/PmWiki/LayoutBasics#modifyskin

Hagan

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to