[pmwiki-users] Thought for the advanced authors UI mode

Hans design at flutesong.fsnet.co.uk
Tue Aug 16 15:31:42 CDT 2005


Tuesday, August 16, 2005, 9:19:07 PM, chr wrote:
> What would have been really 
> nice here was if the sidebar could contain something like a list of the
> last recently visited pages *and* enabling you to easily edit them...

put this into config.php, somewhere near the end, so it does not clash
with extendmarkup being loaded later:

## creates and maintains  a page Site.EditRecentPages
$RecentChangesFmt['Site.EditRecentPages'] = '* [[$Group.$Name?action=edit| $Titlespaced]]  ';

and put this into the SideBar:

(:include Site.EditRecentPages lines=10:)

Which will show the last ten recent edited pages with links to
edit them directly. Mind that the page Site.EditRecentPages needs to
generate itself over time first.


Best, 
~Hans                           





More information about the pmwiki-users mailing list