Questions from a newbie (?)

Questions from a newbie (?)

Monday 05 October 2009 9:58:16 am - 1 reply

Author Message

Gabriel Finkelstein

Friday 09 October 2009 11:05:02 am

You should take a look at these articles:
1 & 2)
http://ez.no/doc/ez_publish/technical_manual/4_x/concepts_and_basics/modules_and_views
http://ez.no/doc/ez_publish/technical_manual/4_x/concepts_and_basics/configuration/site_management
http://ez.no/doc/ez_publish/technical_manual/4_x/concepts_and_basics/url_translation

3) What are you trying to do there? eZ Publish automatically shows the content ( eg Article, Folder, etc) you are viewing, depending on the url. It calls the template that belongs to that class (override/templates/full/article.tpl and override/templates/full/folder.tpl). It also handles 404 errors automatically. All you have to do is add the following in the main part of your pagelayout.tpl:

{$module_result.content}

(Take a look at the default pagelayout.tpl)

4) If you want to override a template located in design/base/templates or design/standard/templates, you have to create a template with the same name under design/siteaccess/templates. And you don't need to add anything in override.ini.append.php.

5) For the form, you first have to create a template in design/siteaccess/override/templates/full and add an entry in override.ini.append.php (take a look at this http://85.19.74.108/developer/articles/how_to_create_ez_publish_forms/form_template_creation_and_modification and the last part of http://85.19.74.108/developer/articles/how_to_create_ez_publish_forms/form_configuration_settings )

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.