Quote:
Originally Posted by blue6995
Where would I insert "&exclude={vb:raw bbuserinfo.excludeforumids}" and do I need to include the quotes "at each end"
I have this line for instance - <li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&contenttype=vBForum_Post">{vb:rawphr ase new_posts_nav}</a></li>
Where in it would I insert "&exclude={vb:raw bbuserinfo.excludeforumids}"
Thanks
|
You'd make it:
Code:
<li><a href="search.php?{vb:raw session.sessionurl}
do=getnew&exclude={vb:raw bbuserinfo.excludeforumids}&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>