Revision [3388]

This is an old revision of LoggedUsersHomepage made by JavaWoman on 2004-12-17 23:54:54.

 

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