[resolu] menu vertical modif - pascalm -  06/02/2010
Citation :#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
#~ Version du CMS : 1.6.6
#~ Version du MLE si existante : mle
#~ Informations Système : 
#~      ----------------------------------------------
#~      Cms Version: 1.6.6
#~      Installed Modules:
#~          * CMSMailer: 1.73.14
#~          * FileManager: 1.0.1
#~          * MenuManager: 1.6.2
#~          * ModuleManager: 1.3.1
#~          * News: 2.10.3
#~          * nuSOAP: 1.0.1
#~          * Printing: 1.0.4
#~          * Search: 1.6.1
#~          * ThemeManager: 1.1.1
#~          * TinyMCE: 2.5.5
#~          * TranslationManager: 0.7.8
#~      Config Information:
#~          * php_memory_limit: 
#~          * process_whole_template: false
#~          * max_upload_size: 20000000
#~          * default_upload_permission: 664
#~          * assume_mod_rewrite: false
#~          * page_extension: 
#~          * internal_pretty_urls: false
#~          * use_hierarchy: true
#~      Php Information:
#~          * phpversion: 5.3.0
#~          * md5_function: On  (Vrai)
#~          * gd_version: 2
#~          * tempnam_function: On  (Vrai)
#~          * magic_quotes_runtime: Off  (Faux)
#~          * memory_limit: 128M
#~          * max_execution_time: 60
#~          * safe_mode: Off  (Faux)
#~          * session_save_path: C:\DOCUME~1\PASCAL~1\LOCALS~1\Temp (0777)
#~          * session.use_cookies: On  (Vrai)
#~      Server Information:
#~          * Server Api: apache2handler
#~          * Server Db Type: MySQL (mysql)
#~          * Server Db Version: 5.1.37
#~      ----------------------------------------------
#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
bonjour
Je voudrais transformer un theme sous subdreamer pour un theme sous cms-mle
j'utilise le theme Left simple navigation + 1 column
mais je voudrais le modifier afin de faire apparaitre dasns le menu
uniquement les sous elements liés à la page (menu) active
je sais qu'il s'agit du fichier simple_navigation.tpl mais pas facile de trouver une bonne formule
Citation :{* 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}
<ul>
{foreach from=$nodelist item=node}
{if $node->depth > $node->prevdepth}
{repeat string="<ul>" times=$node->depth-$node->prevdepth}
{elseif $node->depth < $node->prevdepth}
{repeat string="</li></ul>" times=$node->prevdepth-$node->depth}
</li>
{elseif $node->index > 0}</li>
{/if}
{if $node->parent == true or ($node->current == true and $node->haschildren == true)}
<li class="menuactive menuparent"><a class="menuactive menuparent" href="{$node->url}"><span>{$node->menutext}</span></a>
{elseif $node->haschildren == true and $node->type != 'sectionheader' and $node->type != 'separator'}
<li class="parent"><a class="parent" href="{$node->url}"><span>{$node->menutext}</span></a>
{elseif $node->current == true}
<li class="currentpage"><h3><span>{$node->menutext}</span></h3>
{elseif $node->type == 'sectionheader'}
<li class="sectionheader"><span>{$node->menutext}</span>
{elseif $node->type == 'separator'}
<li class="separator" style="list-style-type: none;"> <hr />
{else}
<li><a href="{$node->url}"><span>{$node->menutext}</span></a>
{/if}
{/foreach}
{repeat string="</li></ul>" times=$node->depth-1}</li>
</ul>
{/if}
si quelqu'un peut m'aider merci d'avance
[resolu] menu vertical modif - pascalm -  07/02/2010
resolu
utilisation de ce code 
{menu template="simple_navigation.tpl" collapse="1" start_level="2" number_of_levels="1" }
[resolu] menu vertical modif - 
bess -  07/02/2010
merci d'ajouter [Résolu] dans le titre de ton premier message en éditant ce dernier