We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 32520
    • 3 Posts
    Hello, community!

    Does anybody know how to make Revo admin interface totally different for a specified user group?

    Say, we have two user groups: Admins and Managers. So, when an Admin logs in, he sees a default admin interface. But when a Manager logs in, he should see a totally different interface, with another design and various additional stuff, like flash image uploaders,jQuery carousels and so on.

    Look forward to your advices =)
      • 28215
      • 4,149 Posts
      Create a new context, put your admin interface in there (via a snippet or whatever), and then just point the user to that context. TBH, that’s the best way.

      You could also create a new manager theme, by copying and renaming the manager/controllers/default/ and manager/templates/default/ directories and building from that, and then doing a User Setting that sets their manager_theme to whatever the name of the theme you made.
        shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
        • 32520
        • 3 Posts
        Quote from: splittingred at Aug 02, 2010, 08:14 AM

        put your admin interface in there (via a snippet or whatever
        So how do I put interface in context? SVN didn’t give much help...
          • 22303 MODX Staff
          • 10,725 Posts
          Quote from: wisard at Aug 02, 2010, 10:45 AM

          Quote from: splittingred at Aug 02, 2010, 08:14 AM

          put your admin interface in there (via a snippet or whatever
          So how do I put interface in context? SVN didn’t give much help...
          Just create an admin interface like you would any MODx front-end site is what he meant.
            • 32520
            • 3 Posts
            Understood! THANKS!!!!
              • 73
              • 37 Posts
              Anybody know the best way to point a specific user group to a specific context?

              I guess they would be redirected after they login through the login snippet or something?

              Any recommendations for how this would be set..

              Thanks..