Revision [1994]

This is an old revision of LoggedUsersHomepage made by NilsLindenberg on 2004-10-25 19:05:58.

 

Logged Users Homepage


Here's a quick way to create two distinct homepages, the first for anonymous visitors, the second for registered users:


original:

<?php echo $this->Link($this->config["root_page"]); ?> ::


modified:

<?php echo ($this->GetUser() ? $this->Link($this->config["logged_in_homepage"]) :
$this->Link($this->config["root_page"])); ?> ::


You will then need to setup the appropriate ACLs for the IntraNet page

-- DarTar


CategoryDevelopment
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki