[pmwiki-users] Re: Newbie question on FixFlow RightBar
Graham Poole
ve4grm at rac.ca
Fri Oct 7 12:15:49 CDT 2005
Allister Jenks <arj <at> zkarj.co.nz> writes:
>
> Hi all,
>
> New to PmWiki and thus new to FixFlow skin.
>
> >From my reading I thought that by having a valid Site.RightBar page
> defined, it would appear on all pages, given that no other group has a
> RightBar page defined. Yet this doesn't seem to be the case.
>
> I've edited Site.RightBar directly off the 'skin config' page which
> shows to be referencing the correct page. The edited page views
> perfectly once I have edited it. But does not show on any other
> pages.
>
> What am I missing please?
>
> --
> Thanks,
>
> Allister.
>
I use the Gemini skin myself, but they are similar enough this should work fine.
What the problem is is that creating Site.RightBar defines a rightbar for each
page, but does not make the pages display that bar (all pages still have no
rightbar by default until you add (:showright:) to the page. This can be
altered easily, though. Go into the skin.php file and change
SetTmplDisplay('PageRightFmt', 0);
to
SetTmplDisplay('PageRightFmt', 1);
Now all pages have the rightbar enabled as default. This is actually in the
readme file for the skin, which has a lot of good advice for setting up the skin.
Graham Poole
More information about the pmwiki-users
mailing list