Thanks for the reply all, Cellarius is right in saying that I want to be able to put the latest posts on a non VB page, however whilst I realise that
PHP Code:
$exclude = array('15','22');
is where I need to setup the forum excludes, I would have to enter ALL my forum ID's and remember to keep this updated whenever I see fit to add a new forum.
This is why I need to be able to change the code so that I can just select a single Forum ID as I only want the posts from a particular forum to be displayed.
I did wonder if I needed to change
PHP Code:
WHERE forumid NOT IN (" . $exclude_list . ")
but I am not a mysql/php expert so I have no idea where to start!
I have managed to solve this, Please can a moderator close!