Quote:
Originally posted by rangersfan
eva you could do:
Code:
order by categoryid, displayorder
that will order the forums firstly into the category they belong, then in the order that you have set the forums to display within their category.
|
ah yes, that's what i am looking for
so what's the include command to do it say on my front non vb page ?
is it
<?php
include ("fileurl");
?>
did i get that right ?