You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, items displayed in /user/account seem to be displayed in the order they are encountered in the file system. This could result in "the most important" icon buried in the middle of there are a lot of them. It would be great if we could designed the order in which module's links are displayed.
Desired Behavior
Allow an administrator to arrange the order in which modules show their links.
Possible Solution
A "weight" or "sort" field when editing an extension? extensions/module/modify/12
Context
Allows administrators to get the right icon in front of a user.
The text was updated successfully, but these errors were encountered:
This solution is bad because order is hardcoded but... there is no other easy way to do it, unless you want to add new functionality - admin page that will allow admin to order all links the way he needs and then store that somewhere and use it to order links array before passing to view...
...somewhere there was an issue/idea to move links from link container to menu module or something like that... maybe this way those links could be more configurable than now
Summary
Currently, items displayed in /user/account seem to be displayed in the order they are encountered in the file system. This could result in "the most important" icon buried in the middle of there are a lot of them. It would be great if we could designed the order in which module's links are displayed.
Desired Behavior
Allow an administrator to arrange the order in which modules show their links.
Possible Solution
A "weight" or "sort" field when editing an extension? extensions/module/modify/12
Context
Allows administrators to get the right icon in front of a user.
The text was updated successfully, but these errors were encountered: