PDA

View Full Version : New Post Mod needed.


korny
10-25-2012, 07:43 PM
I am looking to get a mod made up (or if its out there already, link me to it) where I can choose the forums I do not want new posts to show up within the "New Post" link. Is there a mod out there for this already? If not, how hard would it be to create one?

kh99
10-26-2012, 11:13 AM
You can do that by editing your navbar template. search for "getnew" and add "&exclude=1, 2,3" (using whatever list of forumids you want to exclude in place of 1,2,3) so that it looks like this:

href="search.php?$session[sessionurl]do=getnew&exclude=1,2,3"


You'll find it in two places so you'd need to add it twice.