![]() |
[QUOTE]Originally posted by Dark Shogun
I can't find something in the admin/index.php :( Thats the problem for the most part. Dark Shogun |
could anyone tell me?
|
Sorry this hack is unsupported by me anymore, there is an updated version of it, but its private.
Demo at http://forums.gfxart.net |
with this code do u have to add all the forums you want to show or all the ones you don't :D
$pop = $DB_site->query('SELECT title,threadid,lastpost,lastposter,views FROM thread WHERE forumid='XX' AND forumid='X' AND forumid='XX'ORDER BY lastpost DESC LIMIT 10'); |
nice hack
|
okay I got the topics hidded from hidded forums but is there a way I can make it to show it to the people that have access to the forum?
|
Exclude users + forums
so it looks something like this $pop = $DB_site->query('SELECT title,threadid,lastpost,lastposter,views,user.user name FROM thread WHERE forumid NOT IN(1,56,83,13), usergroupid NOT IN(8,4,3,1) LEFT JOIN user ON (user.username=thread.lastposter) ORDER BY lastpost DESC LIMIT 10'); 8 = Banned by Moderators 4 = (COPPA) Users Awaiting Moderation 3 = Users Awaiting Email Confirmation 1 = Unregistered / Not Logged In Enjoy. |
All times are GMT. The time now is 08:26 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|