Revision [806]

This is an old revision of LoggedUsersHomepage made by DarTar on 2004-07-29 14:54:43.

 

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
There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki