Thanks. I am going to try it now.
Sorry 1 more question. If have a parent forum with many sub forums in it that I don't want it to show up in new post. Do I need to enter all sub forums IDs or I can just enter the parent forums ID it will also include all the subforums?
My code looks like this
PHP Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
So I change it to
PHP Code:
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&exclude=2,3,4;contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
This is correct?
--------------- Added [DATE]1293085152[/DATE] at [TIME]1293085152[/TIME] ---------------
Done testing. This worked very well for me. Thank you very much BirdOprey5