Phrost
09-18-2006, 02:17 PM
Hi again.
My site feeds the front page news from most of the subforums. But instead of dedicating forums for news threads, I'd rather just allow the discussion to happen naturally and restrict what goes on the front page by usergroup. So, for example, people with x# of posts/rep/days registered/etc are the only ones whose threads go on the front page.
Is this even possible? I imagine you could do it with some conditionals such as:
<if condition="is_member_of($bbuserinfo, 5)"> ---parse thread</if>
I'm mainly asking because not all vb variables/etc seem to work with VBA.
My site feeds the front page news from most of the subforums. But instead of dedicating forums for news threads, I'd rather just allow the discussion to happen naturally and restrict what goes on the front page by usergroup. So, for example, people with x# of posts/rep/days registered/etc are the only ones whose threads go on the front page.
Is this even possible? I imagine you could do it with some conditionals such as:
<if condition="is_member_of($bbuserinfo, 5)"> ---parse thread</if>
I'm mainly asking because not all vb variables/etc seem to work with VBA.