[dokuwiki] Re: Per User content
- From: Anika Henke <anika@xxxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 19 Oct 2008 16:25:05 +0100
Munroe Sollog wrote:
I need to create either custom start page for each user that logs in or
at the very least a per-user link on the same start page. It looks like
I often use this code to link to user pages from the sidebar:
if($_SERVER['REMOTE_USER']){
tpl_link(wl('user:'.$_SERVER['REMOTE_USER'].':'),'User page');
}
Anika
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
Other related posts:
- » [dokuwiki] Re: Per User content
- » [dokuwiki] Per User content
- » [dokuwiki] Re: Per User content
I need to create either custom start page for each user that logs in or at the very least a per-user link on the same start page. It looks like