Thanks for sharing this solution! Question on the fragment below:
Quote:
Code:
{elseif $current_category.parentid == $categories[cat_num].categoryid}
{section name=subcat_num loop=$allcategories}
{if $allcategories[subcat_num].parentid eq $location[1].1|replace:"home.php?cat=":""}
<FONT class="CategoriesList"><span class="small">> </span> { $allcategories[subcat_num].category|escape }</font>
{/if}
{/section}
{/if}
|
Please excuse if the question's answer is obvious, but I can't determine why this bit causes display of the subcats in alphabetical order while viewing one of said subcats. Is there a modification which can be made to keep the subcats in preset order (as determined in the admin area)?
Thanks,
Paul