hi there
i've got a wiki with a lot of different group each with its own  
sidebar, and the site is growing. it works great, but when i'm logged  
in as admin, i'd love to automatically have the same set of regularly  
visited admin-links (to Site, FoxTemplate, Notify, etc) appended to  
the bottom of the group sidebar.

currently, i enable this by going to each Group.SideBar and adding:  
(:if auth admin:)(:include Site.SideBarAdmin:)(:ifend:).
i'm wondering: is there currently a way for me to automatically  
append this code to every sidebar, no matter what, without having to  
add it manually to each Group.SideBar?

i'm imagining something like:
$GroupSideBarFmt = $GroupSideBarFmt . '(:if auth admin:)(:include  
Site.SideBarAdmin:)(:ifend:)';

is this possible?
thanks,
adam

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

Reply via email to