Different content based on user id or group
Posted: Fri Aug 05, 2005 3:21 pm
Does the UserID/protected pages modules have the ability to customize page content based on user or group.
i.e:
IF current_group == editors
You have permission to upload files
{cms_module module="uploads" .....}
endif
The idea is that public users would see a subset of the content, but authorized users would have special abilities.
Does anybody know how I can go about doing this?
i.e:
IF current_group == editors
You have permission to upload files
{cms_module module="uploads" .....}
endif
The idea is that public users would see a subset of the content, but authorized users would have special abilities.
Does anybody know how I can go about doing this?