Trying add a hack in that does user titles similiar to the way vb does, but where the user can pick the title group.
And fighting with the query....
first one I tried
Code:
// ##### Start Secondary Titles #####
$sectitle = $DB_site->query("SELECT displaytext FROM " . TABLE_PREFIX . "secondarytitle where category = $post[sectitletype] AND $post[posts] >= minposts AND $post[posts] <= maxposts");
// ##### End Secondary Title #####
Gives a Resource ID.
I tried the thing about making it query_first, but then it displays as Array =/
Any help would be appreciated 
Would prefer to do away with the maxposts field, but have no idea how to build or execute an array 