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 :@
|
Thanks for this.
--------------- Added [DATE]1242317093[/DATE] at [TIME]1242317093[/TIME] ---------------
Quote:
Originally Posted by Lynne
I would guess you have post caching turned on and that is why it isn't working properly. Every hide hack for stuff in posts that I have seen has said you need to have post caching turned off.
|
Is it possible to get it worked with post caching?