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




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