News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Displaying only one Category

Started by RicochetPeter, January 14, 2005, 06:26:12 AM

Previous topic - Next topic

eyo

anyone know how to do this in 2.0?

live627

Code (Find in ./Sources/Subs-BoardIndex.php) Select
WHERE {query_see_board}'

Code (Replace the above with) Select
WHERE {query_see_board}' . ($boardIndexOptions['include_categories'] && isset($_REQUEST['catogid']) ? "
AND c.ID_CAT = {$_REQUEST['catogid']}" : '')

Advertisement: