I have two different sets of users and I need to have a different view of the useroptions for each one. So far, I have duplicated the useroptions folder and named it brideoptions along with a couple other re-directs to make sure the correct view is loaded based on user groups. However, I was wondering if there is a better way of doing this such as just using the useroptions view and instead of loading the default.php view, it would load a different view based on what user group is logged in. Currently if the user is directed to the brideoptions view, everything initially loads fine, but if I click on a menu item, it uses the template from useroptions which loads the menu from useroptions which gives me bad re-directs.
Hi,
You do not need to duplicate the user options. You just need to create 2 different user groups with different permissions and the options in the control panel will adjust automatically.