Syd Posted August 15, 2012 Share Posted August 15, 2012 Tengo un problema, para variar , y es que quiero que una categoría que tengo NO aparezca en el menú de categorías del bloque de categorías, sin embargo, SI quiero que siga activa, ya que tengo pensado acceder a ella desde el otro menú horizontal que tengo. Saludos Link to comment Share on other sites More sharing options...
Syd Posted August 17, 2012 Author Share Posted August 17, 2012 Sigo sin saber cómo hacer esto... quizá comentar el código correspondiente en el tpl? Link to comment Share on other sites More sharing options...
Syd Posted September 8, 2012 Author Share Posted September 8, 2012 Alguna ayuda? Link to comment Share on other sites More sharing options...
Rubén Posted September 8, 2012 Share Posted September 8, 2012 link a tu web Link to comment Share on other sites More sharing options...
nadie Posted September 8, 2012 Share Posted September 8, 2012 Tengo un problema, para variar , y es que quiero que una categoría que tengo NO aparezca en el menú de categorías del bloque de categorías, sin embargo, SI quiero que siga activa, ya que tengo pensado acceder a ella desde el otro menú horizontal que tengo. Saludos Si te refieres al bloque categorías del lateral lo puedes hacer editando el fichero /blockcategories/category-tree-branch.tpl de tu plantilla, y haciendo la correspondiente condicional. Link to comment Share on other sites More sharing options...
Syd Posted September 8, 2012 Author Share Posted September 8, 2012 Está en mi firma Link to comment Share on other sites More sharing options...
Syd Posted September 8, 2012 Author Share Posted September 8, 2012 Tengo esto: <li {if isset($last) && $last == 'true'}class="last"{/if}> <a href="{$node.link|escape:'htmlall':'UTF-8'}" {if isset($currentCategoryId) && $node.id == $currentCategoryId}class="selected"{/if} title="{$node.desc|escape:'htmlall':'UTF-8'}">{$node.name|escape:'htmlall':'UTF-8'}</a> {if $node.children|@count > 0} <ul> {foreach from=$node.children item=child name=categoryTreeBranch} {if $smarty.foreach.categoryTreeBranch.last} {include file="$tpl_dir./category-tree-branch.tpl" node=$child last='true'} {else} {include file="$tpl_dir./category-tree-branch.tpl" node=$child last='false'} {/if} {/foreach} </ul> {/if} </li> Link to comment Share on other sites More sharing options...
Syd Posted September 17, 2012 Author Share Posted September 17, 2012 La verdad, no se cómo hacer esto. A ver si alguien me echa un cable Saludos Link to comment Share on other sites More sharing options...
Recommended Posts