cyberman wrote:
Mittlerweile hat sich das Problem verändert.
Huch, ich wusste gar nicht, dass CMSms auch das Morphing beherrscht

...
wusste ich auch ned
cyberman wrote:
Mal so nebenbei gefragt - warum willst du für die Kommentare eine eigene Seite einrichten und nicht in aktueller (blog-typischer) Manier das Comments-Modul auf die gleiche Seite setzen?
ach eiegntlich will ich gar keine kommentare als extra seite war bloß ein blödes beispiel.
es geht einfach bloß um unterseiten und das ich dem user nicht zumuten möchte, das menü erst auszuklappen, weil er dann wieder nach unten scrollen müsste ... aber is echt egal, es hat schon seinen zweck ^^
cyberman wrote:
Wenn du am Original etwas verändert hast, wäre das schon hilfreich

...
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//DE"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>{sitename} - {title}</title>
{metadata}
{stylesheet}
{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}
</head>
{literal}</__body onload="if (top!=self) { top.location=self.location; }" > {/literal}
<div id="container">
<div id="header">
<h1>{cms_selflink dir="start" text="$sitename"}</h1>
<h2>{title}</h2>
</div>
<div id="navigation">{cms_selflink page="suche" image="images/design/magnifier.png" text=""} {edit showbutton="true"}</div>
<div id="vertinav">
<span class="navigation_header">Menü</span>
{menu template='zillasix' collapse='1' number_of_levels='1'}
<div id="vertinav_children">
{menu template='zillasix_children' collapse='1' start_level='2'}
</div>
</div>
<div id="content">
{content}
</div>
<div id="footer" class="footer_text">{global_content name='footer2'} | {cms_selflink page="Sitemap"} | {cms_selflink page="Impressum"}| Design By <a href="http://www.zilladesigns.net">Jeremy D</a></div>
</div>
<__body>
</__html>
<!-- SEITENSTATISTIK -->
{global_content name='cms'}
<!-- Diese Seite wurde {cms_module module=HitCounter} mal angesehen -->
[code={menu template='zillasix'}]{* CSS classes used in this template:
.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator *}
{if $count > 0}
{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="" times=$node->depth-$node->prevdepth}
{elseif $node->depth prevdepth}
{repeat string="" times=$node->prevdepth-$node->depth}
{elseif $node->index > 0}
{/if}
{if $node->current == true}
{$node->menutext}
{elseif $node->parent == true}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}>{$node->menutext}
{elseif $node->type == 'sectionheader'}
{$node->menutext}
{elseif $node->type == 'separator'}
{else}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}{if $node->target != ''} target="{$node->target}"{/if}>{$node->menutext}
{/if}
{/foreach}
{repeat string="" times=$node->depth-1}
{/if}[/code]
[code={menu template='zillasix_children'}]{* CSS classes used in this template:
.activeparent - The top level parent when a child is the active/current page
li.active0n h3 - n is the depth/level of the node. To style the active page for each level separately. The active page is not clickable.
.clearfix - Used for the unclickable h3 to use the entire width of the li, just like the anchors. See the Tools stylesheet in the default CMSMS installation.
li.sectionheader h3 - To style section header
li.separator - To style the ruler for the separator *}
{if $count > 0}
{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="" times=$node->depth-$node->prevdepth}
{elseif $node->depth prevdepth}
{repeat string="" times=$node->prevdepth-$node->depth}
{elseif $node->index > 0}
{/if}
{if $node->current == true}
{$node->menutext}
{elseif $node->parent == true}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}>{$node->menutext}
{elseif $node->type == 'separator'}
{else}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}{if $node->target != ''} target="{$node->target}"{/if}>{$node->menutext}
{/if}
{/foreach}
{repeat string="" times=$node->depth-1}
{/if}[/code]