[pmwiki-users] Re: New page issues?
Martin Fick
fick at fgm.com
Tue Dec 20 15:20:42 CST 2005
On Tue, Dec 20, 2005 at 09:01:28PM +0000, Mark Moorcroft wrote:
> Waylan Limberg <waylan <at> gmail.com> writes:
>
>
> > My guess is that when you say "depending on what item in the sidebar
> > is selected." you mean when viewing different pages. I am also
> > assuming that these different pages are in different groups. My guess
> > is that the links you added to the sidebar did not specify a group, so
> > when you are in GroupA, it looks for the page in GroupA, but when
> > viewing a page in GroupB, it only looks for the page in GroupB,
> > doesn't find it and tells you the page needs to be created. The
> > workaround is to have all links in the sidebar include the group the
> > page belongs to: GroupA.SomePage GroupB.AnotherPage etc.
> >
>
> The strange thing is that if your assumption is correct, editing the empty page
> would never remove the question mark. My experience has been that if I edit the
> page every place it appears with a question mark it will eventually go away.
> It's as if 2 or 3 versions of the same page are being created, although I have
> yet to actually see differences depending on where it's opened.
>
>
> Here is my sidebar:
>
> * [[Main/HomePage]]
> * [[Main/WikiSandbox]]
> %right% [-[[Site.SideBar?action=logout | Log Out]]-]
>
> %sidehead% [[Action_Items]]
> * [[Action_Items/General]]
> * [[Action_Items/Daedalus]]
> * [[Action_Items/Deliverables]]
> * [[Action_Items/Installs and Upgrades]]
> * [[Action_Items/Group_Specific]]
> * [[Action_Items/Tech_Specific]]
> * [[Action_Items/Backup]]
> * [[Action_Items/Security]]
> * [[Action_Items/Surplus]]
> * [[Action_Items/Business_Office]]
>
> %sidehead% [[Knowledge_Base]]
>
> %sidehead% [[Pending_Issues]]
>
> %sidehead% [[Monthly Report Queue]]
>
> %sidehead% [[PmWiki/PmWiki]]
> * [[PmWiki/Basic Editing]]
> * [[PmWiki/Documentation Index]]
> * [[PmWiki/FAQ | PmWiki FAQ ]]
>
> %right% [-[[Site.SideBar?action=edit | edit SideBar]]-]
>
All of your group links are unqualified.
So:
%sidehead% [[Knowledge_Base]]
should probably be:
%sidehead% [[Knowledge_Base(.HomePage)]]
or:
%sidehead% [[Knowledge_Base(.Knowledge_Base)]]
Depending on your grouppage names.
Same goes for:
%sidehead% [[Action_Items]]
%sidehead% [[Pending_Issues]]
%sidehead% [[Monthly Report Queue]]
-Martin
More information about the pmwiki-users
mailing list