Thursday 01 May 2003 11:22:13 pm
I've created my own view mode (frontpage.tpl) as follow:
1. In <siteroot>/settings/override/site.ini.append.php DefaultAccess=user
2. In <siteroot>/settings/siteaccess/user/site.ini.append
[SiteSettings]
IndexPage=/content/view/frontpage/2
DefaultPage=/content/view/frontpage/2
[DesignSettings] SiteDesign=user 3. I have put my "frontpage.tpl" in <siteroot>/design/user/templates/node/view/ And this work for me. I think your problem is because the node_id is missing in your URL and then nothing is retrieve where ez executes the query. So, try using the node_id of root folder (as me).
Regards Adolfo Barragán
|