View Full Version : Access VbShout based on post count
DA KING
02-27-2006, 06:28 PM
Is there a way I can limit access to the Shoutbox based on user post count?
EX: You can only use the Shoutbox if you have 50 or more post.
THANKS
tehste
02-27-2006, 06:31 PM
Is there a way I can limit access to the Shoutbox based on user post count?
EX: You can only use the Shoutbox if you have 50 or more post.
THANKS
wrap the template edit in:
(Sorry it's vague, I use not the shoutbox)
<if condition="$vbulletin->userinfo['posts']>50">
shoutbox here
</if>
DA KING
02-28-2006, 12:17 PM
wrap the template edit in:
(Sorry it's vague, I use not the shoutbox)
<if condition="$vbulletin->userinfo['posts']>50">
shoutbox here
</if>
where do i put it?
tehste
02-28-2006, 05:04 PM
above the first line of the template edit to the template you edit and the rest below the last line of the edit, it'll be forum home or navbar or shell, I aint sure. I don't have it installed... So it's like the blind leading the blind.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.