Re: How do I make a splash page?
"J. Cox" <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.knowledge-base |
|---|---|
| Organization | PostNuke |
| Message-ID | <[email protected]> |
You can easily create a splash page in Xaraya by overridding the base module template and removing the reference ($xarversion['user'] = 0) to the base module in your xarversion.php file for the base module. This will give you the access to the xarya core to create a splash page which is only accessed when users hit the main page (if you keep the base module as your start page).