| Make Content Appear Different for each JUGA group |
|
Let's take this example: If you want: 1. Three separate kinds of users (Group1, Group2, Group3) 2. Group1 to see Homepage1, Group2 to see Homepage2, and Group3 to see Homepage3 JUGA cannot redirect a user after login to a particular page, but if you ** USE THE JUGAACCESS CONTENT PLUGIN! ** you can create a *single* frontpage that will appear different for each user. Here's how: Create a content item that will serve as your frontpage. Then, inside that content item, use the jugaaccess plugin as follows: remove the space after the { for the code to work { jugaaccess Group1, !Group2, !Group3} This content is only for Group1{/jugaaccess} { jugaaccess !Group1, Group2, !Group3} This content is only for Group2{/jugaaccess} { jugaaccess !Group1, !Group2, Group3} This content is only for Group3{/jugaaccess} Then, when a user accesses your frontpage, depending on their JUGA group, they'd only be able to see one of those three sections, making their frontpage unique! Do you want to do what's written above but using existing content articles rather than merging all the content into one article? Use a content embedding plugin/mambot! D4J has a great one available for Joomla! 1.0.x.
remove the space after the { for the code to work
|
||||