what i was trying to ask is, i want to hide a category CategoryAfrom the normal index.php file (i.e. set display=0 in the control panel) but in the custom file noanime.php i want to show the category, CategoryA in a particular order not necessary at 0 (top position)
noanime.php i want would list would be like
CategoryB (display=1)
ForumB1
ForumB2
CategoryA (display=2) and not at display=0
ForumA1
ForumA2
---------
the problem is to hide CategoryA in index.php you set it to display=0 so it moves the category to the very top of the page although hidden.
|