Hiring Quick vBulletin code edit...

Status
Not open for further replies.

DOPE

Active Member
381
2010
16
0
Sup guys... I have the latest posts next to my cb and I need to add forum permissions to it. www.thenetworkden.com

If you have the code to insert into the plugin or can make the edit right quick, I have $5 via moneybookers.

Let me know.
 
7 comments
To hide latest posts from sections you will need to edit the plugin. Login to your AdminCP.. go to Plugins & Products
.. Plugin Manager.. Look for Latest Posts and on the right hand side click on Edit

Search for:
Code:
ORDER BY lastpost DESC LIMIT 0, 5");

Above add the following:
Code:
WHERE thread.forumid NOT IN (1,2,3,4)


Replace 1,2,3,4 with your forumid's that you do not want to show up

After you add the code click Save
 
Status
Not open for further replies.
Back
Top