View Single Post
  #6  
Old 03-29-2005, 05:31 PM
 
PaulMc PaulMc is offline
 

Member
  
Join Date: Mar 2005
Posts: 10
 

Default keeping preset display order on subcats?

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">&gt; </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
__________________
Paul Mc
4.0.12 Pro
Dedicated Linux Server
Reply With Quote