so i'm really stuck with this. I have tried and tried and still i cannot get Topics from my Admin/Mod forum to NOT show up in the latest topics.
I've tried the code whats been given in here and this is what i'm using yet still it shows up. I've logged out and checked. Made a new registered user check and still it shows up.
PHP Code:
$forums=$DB_site->query('SELECT forumid,parentid,displayorder FROM forum WHERE forumid!= 30 AND displayorder<>0 ORDER BY parentid,displayorder');
please help