Kinda confused, isnt that what I already have?
PHP Code:
$dosql .= 'SELECT threadid,title,lastpost,replycount,postusername,thread.forumid';
$dosql .= ' FROM thread LEFT JOIN forumpermission USING(forumid) WHERE visible=1';
$dosql .= ' AND forumid NOT REGEXP ' . $privateforum;
$dosql .= ' AND forumpermission.forumid IS NULL ORDER BY lastpost DESC LIMIT ' . $showthreadnumber;
My first code change looks like this
PHP Code:
// Settings
$reply = 'Replies';
$description = 'Active Threads';
$privateforum = '9';
$showthreadnumber = '10';
**No need to be embarassed Kriek ,I'm embarassed having to ask so many questions but *love* this script