Customizing SMF > Now Available
Displaying only one Category
eyo:
anyone know how to do this in 2.0?
live627:
--- Code: (Find in ./Sources/Subs-BoardIndex.php) ---WHERE {query_see_board}'
--- End code ---
--- Code: (Replace the above with) ---WHERE {query_see_board}' . ($boardIndexOptions['include_categories'] && isset($_REQUEST['catogid']) ? "
AND c.ID_CAT = {$_REQUEST['catogid']}" : '')
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version