Quote:
Originally Posted by MissKalunji
Nice thanks lemme try
and how would i wrap up an error message like
<if condition="is_member_of($bbuserinfo, 5,6,7,9,10)">
else
error message
</if>
|
It's not clear to me what you are trying to achieve.
Do you want the existence of the private entries to be visible to the restricted usergroups or not?
If not, when would this error message be triggered?
You can easily make a category visible to everyone but only have certain of its entries visible
You can also easily make the category and all its entries visible but trigger an error message when a user tries to access those which are resticted.
or
You can make the category itself invisible to general users.