View Full Version : As shown only to subscribers?
gariko
06-24-2008, 04:40 PM
I have bbcode with this:
<if condition="$show['member']">
...........bbcode ...........
</if>
I need only what subscribers can see, but if this does not work for me because they see it all
Dismounted
06-25-2008, 07:05 AM
<if condition="is_member_of($bbuserinfo, X)">CODE</if>
Where X is the usergroup ID of the "subscriber" usergroup.
gariko
06-25-2008, 01:08 PM
I put the code as you said, excluding the unregistered, but look at the download link, is still and has to be hidden from the guests.
<if condition="is_member_of($bbuserinfo, 2,4,5,6,7,12,14)">CODE</IF>
Here you can see
http://www.sabiosdelpc.net/seguridad/1910-avast-home-4-8-1201-a.html
Dismounted
06-26-2008, 06:39 AM
You can't put template conditionals in BB code...
gariko
06-26-2008, 12:33 PM
if not put in BBCode where I put what then?
iswarudin
03-26-2009, 02:07 PM
Someone, please help this modif.... v 3.8
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.