blue6995 |
12-29-2010 07:55 AM |
Quote:
Originally Posted by AngelBlue
(Post 2046926)
Here's how I got this working with vb4: - Import attached version of the product, allowing overwrite. (this is the standard product, but with Fiel's changes included)
- Edit your 'navbar' template. Add: "&exclude={vb:raw bbuserinfo.excludeforumids}" to the end of all links which go to search.php, and which contain both "do=getnew" and "contenttype=vBForum_Post" in the URL.
|
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
|