Helpful Information
 
 
Category: vBindex
Need a small modification

I need to show news in vbindex only from certain user id. How i can make it?
Thanks.

Make a forum that only the particular user can access ... that's the easy way.

Need to take news from the public forum, but from particular users :(

Help please.

You might be able to do that with an IF conditional. You could start by searching vBulletin.com's forums for how to filter by user ID, and try applying that to the vbIndex_news template.

Edit the vbindex_newsbit template...

Add at the top of the code:
<if condition="$news[postuserid]==x">
Add at the end of the code:
</if>
Replace x with your desired userid

Satan










privacy (GDPR)