From: Wandrer <wa...@gl...> - 2002-09-26 21:56:58
|
At 05:12 PM 9/26/2002 -0700, you wrote: >Paul Pearson wrote: >>One of the features which I found to be missing from phpWiki is the >>ability to have a page trail of the last pages which you clicked on. <snip> > >Thanks Paul. I have added it to my pc wiki. Not sure how to make use of it; >maybe you can shed some light. Here's the location of PageTrail in the pcwiki: <snip> >I get a number of error messages at the top of the above page. >Cheers, >LL The errors are because the plugin is trying to send multiple cookie(s) to your computer to store the pages that you have visited. Add: <?plugin PageTrail?> to some of your pages and see how it works. When you first do that to your HomePage, you should see something like: ==> ==> ==> ==> HomePage! and then after you visit SomeOtherPage, the link should be something like: ==> ==> ==> HomePage ==> SomeOtherPage Then, after you visit TheOtherPage, the link should be something like: ==> ==> HomePage ==> SomeOtherPage ==> TheOtherPage In that way, it lists a trail of the pages you have visited that have the plugin in the page. As for the errors, do you have output buffering turned on ? Paul |