Quote:
Originally Posted by David-Allan
I'm an ejit, it doesn't actually work at all  I just thought it did but hadn't noticed it had just moved the categories to the bottom of the categories list.
I guess I'll need to play about with that bit of code and see if I can get it to work.
|
I managed to get it working. I just replaced the code
Code:
{if $categories[cat_num].categoryid neq XXX}
With this
Code:
{if $c.order_by neq "XXX"}
That wasn't so bad as I thought.