[dokuwiki] Re: Per User content

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: