View Single Post
  #10  
Old 02-17-2015, 05:18 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Find current subcategories siblings?

(1) Uncheck General Settings > Appearance > "Always show root categories in the category list"

(2) Use...

Code:
<select onchange="window.location.href=this.value"> <option>{$lng.lbl_categories}...</option> {foreach from=$categories_menu_list item=c name=categories} <option value="home.php?cat={$c.categoryid}">{$c.category}</option> {/foreach} </select>

---
(1) May affect your main category menu though... It looks like yours is a custom menu, so you might get away with it.
__________________
xcartmods.co.uk
Reply With Quote