Table of Contents

page layout-template-article

FIXME language correction

ADMIN -> page layout:

→ page layout create (or change an existing one)

Please leave blank all other fields.

ADMIN -> templates:

→ Create a new template (or change an existing one)

*for example

 - <table style="height:auto;">
 .........{CONTENT} ............
 - </table>

(A div layout is the better option)


Please have a look: Templates


ADMIN -> site structure and article

The content of the page will be placed into the page via the relevant articles and CPs (Contentparts) using the available placeholder.

Please create the site structure at ADMIN → site structure.

The site structure aliases normally are generated automatically, but you can overwrite them with your own alias name. (This name is unique for the whole system). To each category (site structure level) a page template is assigned to (which is defining your layout). In theory, every category can have it's own template (=Layout).

article

For now fill the site with content, at least in each category you have to create one article:
ARTICLE → Categorie [+] create new article.
ARTICLE → Edit article information
- Required at least is the article title and the activation of the article (bottom left [x] visible)
(At this time the remaining fields stay blank).

Now you can create several CPs within article [contentpart selection] [add]
CP select, appoint output destination,(display: [place holder])
filling up content and at the lower left switch to [x] visible)

<note> An article (even if it is empty) must be created in each category, because the system will produce a 404 error. </note>

navigation

Now only your navigation is missing. ADMIN → templates: → template select

At the place where the navigation should appear, please insert - NAV_LIST_UL . FIXME

E.g. vertical navigation: <div class=“nlu_navi1”>{NAV_LIST_UL:F,ID,,act_path,active}</div>

Now go to assign the right css file /template/inc_css/nlu_navi1.css from NAV_LIST_UL to the template (see above ). FIXME

So this should work from the beginning.