• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Re: Menu Manager Modul anpassung
PostPosted: Mon May 23, 2011 7:57 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
Um nur unterseiten einer geöffneter Seite anzuzeigen brauchst Du eine menu aufruf wie {menu childrenof=$page_alias} steht auch in der Modul hilfe.

Bei zweiten frage verstehe ich leider nur Bahnhof :)
Hast ein link dazu oder screenshot was Du eigentlich damit meinst?

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: Menu Manager Modul anpassung
PostPosted: Mon May 23, 2011 4:58 pm 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
Ok wenn ich richtig verstanden habe könntest es damit probieren:
Code:
{if $count > 0}
{foreach from=$nodelist item="node"}
{if $node->current == true}
  <div id="navi2_1px"> </div>
    <div id="navi2_Link">
      <a href="{$node->url}" class="current"{if $node->target ne ""} target="{$node->target}"{/if}>
        {$node->menutext}
      </a>
    </div>
{elseif $node->parent == true && $node->depth == 1}
  <div id="navi2_1px"> </div>
    <div id="navi2_Link">
      <a href="{$node->url}" class="current"{if $node->target ne ""} target="{$node->target}"{/if}
        {$node->menutext}
      </a>
    </div>
{elseif $node->type == 'sectionheader'}
  <div id="navi2_1px"> </div>
    <div id="navi2_Link">
  {$node->menutext}
 </div>
{elseif $node->type == 'separator'}<br />
{else}
  <div id="navi2_1px"> </div>
    <div id="navi2_Link">
      <a href="{$node->url}"{if $node->target ne ""} target="{$node->target}"{/if}>
        {$node->menutext}
      </a>
    </div> 
{/if}
{/foreach}
{/if}


Für weiße schrift folgendes in deinem stylesheet:
Code:
#navi2_Link a {
    color:#fff;
    text-decoration: none;
}


Das mit childrenof kommt da rein wo dein {menu} im Tempalte aufgerufen wird, hoffentlich hast ja auch noch ein zweites menu denn sonst werden nur mehr die Unterseiten angezeigt :)

Mehr könnte ich natürlich mit einem Link anfangen da ich so ganz deine Struktur nicht verstehe.
Auch mit ganzen <div> als Navigation ist das nicht unbedingt die schönste Lösung.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
 Post subject: Re: Menu Manager Modul anpassung
PostPosted: Tue May 24, 2011 7:33 am 
Offline
Dev Team Member
Dev Team Member
User avatar

Joined: Tue Aug 12, 2008 9:30 pm
Posts: 1979
Location: Feldkirchen in Kärnten, Austria
Ok super.
Erweitere denn Titel beim ersten Beitrag mit [gelöst] bitte.

_________________
CMSMS Blog - I do this!
Forge profile
Github profile
Twitter
=============================================
Support CMSMS


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner