loading dynamic global_content
Posted: Wed Sep 22, 2010 4:01 pm
I need a little help implementing the following. I need to make content of certain global_content blocks viewable only to users that are authorized to view it. For each user in FEU module there is a hidden checkbox for each content that represents the user permission to view it. When the user logs in he sees a list of contents he has permission for. Now I need to make it so that when the user clicks a link in the list the correct global_content will load to the page. This sounds easy I know but cms is making this confusing for me to do. How would you do this?
Lets say a user has permission to view content1,content2 and content4
When he clicks the link for content2 the content for {global_content name='content2'} will load on the page.
Thanks in advance
Lets say a user has permission to view content1,content2 and content4
When he clicks the link for content2 the content for {global_content name='content2'} will load on the page.
Thanks in advance