Modulation just for administrators
Forum rules
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
This forum is not for any support questions/issues/features. Please use Support Center for such requests.
-
- Posts: 1
- Joined: December 9th, 2010, 12:06 pm
- Name: screspo
Modulation just for administrators
Hellow
It's possible to setup the module just for the Administrators to move the modules and then store the positions for all users after moving the modules?
It's possible to setup the module just for the Administrators to move the modules and then store the positions for all users after moving the modules?
-
- Site Admin
- Posts: 1591
- Joined: October 21st, 2008, 5:39 pm
- Name: Administrator
- Browser: Chrome
Re: Modulation just for administrators
Please contact Support Center, they will add this feature.
-
- Newbie
- Posts: 9
- Joined: February 24th, 2015, 5:47 pm
- Name: pepperstreet
- Browser: it depends! ;)
- Location: Germany
Re: Modulation just for administrators
Is this a feature in current release?screspo wrote: setup the module just for the Administrators to move the modules and then store the positions for all users after moving the modules?



-
- Newbie
- Posts: 9
- Joined: February 24th, 2015, 5:47 pm
- Name: pepperstreet
- Browser: it depends! ;)
- Location: Germany
Re: Modulation just for administrators
Additional and related question:
Is it possible to store the module layout per MenuItemID/Page !?
Is it possible to store the module layout per MenuItemID/Page !?
-
- Site Admin
- Posts: 1591
- Joined: October 21st, 2008, 5:39 pm
- Name: Administrator
- Browser: Chrome
Re: Modulation just for administrators
User positions are already stored per Itemid basis.
-
- Newbie
- Posts: 9
- Joined: February 24th, 2015, 5:47 pm
- Name: pepperstreet
- Browser: it depends! ;)
- Location: Germany
Re: Modulation just for administrators
Nice, but...Admin wrote:User positions are already stored per Itemid basis.
You have mentioned in my support ticket that it also stores the "user".
So, it is not possible to let Admins create layouts for ALL users, right?
It would be helpful and more versatile, IMHO.
Actually, in my usecase it just needs the MenuItemID.
Possible to implement it as a configuration option? Maybe a toggle for both scenarios.
-
- Site Admin
- Posts: 1591
- Joined: October 21st, 2008, 5:39 pm
- Name: Administrator
- Browser: Chrome
Re: Modulation just for administrators
Admins can't create any layouts.
Settings are stored in local browser storage.
Settings are stored in local browser storage.
-
- Newbie
- Posts: 9
- Joined: February 24th, 2015, 5:47 pm
- Name: pepperstreet
- Browser: it depends! ;)
- Location: Germany
Re: Modulation just for administrators
Aaah yes, my fault.Admin wrote:Settings are stored in local browser storage.

Obviously, this makes it impossible to store something for another user

Another thought


Any chance the layout/positions can be stored in a configuration file? Maybe as a JSON/XML file or something like that? Or even in DB table.
-
- Site Admin
- Posts: 1591
- Joined: October 21st, 2008, 5:39 pm
- Name: Administrator
- Browser: Chrome
Re: Modulation just for administrators
Hm... we don't think that this option is required, what for do you need it and how should it work?
-
- Newbie
- Posts: 9
- Joined: February 24th, 2015, 5:47 pm
- Name: pepperstreet
- Browser: it depends! ;)
- Location: Germany
Re: Modulation just for administrators
A Joomla core PageBuilder based on ModulesAdmin wrote:Hm... we don't think that this option is required, what for do you need it and how should it work?



Since Joomla 3.4 allows frontend Module editing, it would be cool to change the positions easily by drag N drop! Even clients could learn and work with this solution for simple pages.
The final module layout has to be permanent for all users/visiters.

(BTW, I know something similar from Drupal, there is an extension called "Draggable Views". by default, it stores the position in the DB. But it can also work per user)