Log in

View Full Version : Need a small modification


techhouse
05-17-2005, 01:45 PM
I need to show news in vbindex only from certain user id. How i can make it?
Thanks.

|Jordan|
05-17-2005, 01:50 PM
Make a forum that only the particular user can access ... that's the easy way.

techhouse
05-17-2005, 02:03 PM
Need to take news from the public forum, but from particular users :(

Help please.

Titus
05-30-2005, 01:49 AM
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.

Chris M
06-21-2005, 01:03 PM
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