Quote:
Originally Posted by Thug
m.. lookin for more help as i wudnt no where to put thid
|
Obviously you need to change the sql query line:
Code:
$result = mysql_query("SELECT * FROM yourdbname.thread WHERE forumid!=59 AND forumid!=62 ORDER BY 'threadid' DES$
The bolded parts need changed:
yourdbname needs to be your forums database name
The forum ID numbers are just forumid's that you dont want to display in the latest posts eg. staffroom, debug, etc
You'll also need to include a config.php file or something with your db details in it
Also thats just the code needed. you'll need to stick it in the design yourself