Quote:
Originally Posted by mikey1991
you mean like the one at vBulletin.org? I think that you have to go into your template (wherever the code one is) and add a conditional..
that should look something like this:
Code:
<if condition="$show['member']">
$code
<else />
<if condition="$show['guest']">
You are not allowed to view this content until you register.
</if></if>
that code may be wrong though, its 7AM and I haven't slept :@
|
Will not work properly, with non zero Cached Posts Lifespan in Server Settings and Optimization Options.
So put it 0 or check this
http://www.vbhackers.com/f76/hide-code-usergroups-5884/