-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-order store menu items #406
Comments
I'm interested in hearing conversation on this. Here's the original issue, which was mostly concerned with the stacking of the Ubercart dashboard page: |
I hardly ever use the dashboard page. For my use cases, though, having the Configuration menu at the bottom is best, because I (site builder) am the only one who uses that submenu, while my store manager uses all the other submenus; so it's better to have the store manager's admin pages all above Configuration. (Of course, it would be even more Backdroppy to put the Configuration pages at Admin > Configuration > Store > ..., but that's probably too big of a change to inflict on Ubercarters coming from D7.) At any rate, it's easy enough for site builders to move the Configuration submenu up or down. But if D7 had it at the bottom (and checking my old D7 site, yeah, that's where it was), I'd favor moving it (back) to the bottom for maximum familiarity to D7 refugees. |
I've created a PR that moves it down in the menu by adjusting the weight. A closely related issue is the position of the settings block (left or right) on the admin page at Or at least, it should; but it doesn't currently, because the Seven theme ignores the documented behavior of I don't know how receptive the PtB will be about changing the behavior of Seven, given its ubiquity, so perhaps we should wait to see how that issue is received before deciding whether to go ahead with this PR. |
Not sure if this was mentioned as an idea before, but instead of relying on the menu order and then reflecting that in the placement of these "blocks", how about if
|
That sounds like a great approach. I'd been thinking of replacing the |
A minor issue that still would be good to fix. On Drupal 7 Ubercart's menu was ordered like this:
with the Configuration item placed in the very end. And it was really convenient since users would visit the configuration section frequently only during setting up and configuring their online stores. Which would be only fraction of time considering after that initial period, they usually concentrate their attention on other menu items on daily basis.
Now, the Configuration item is placed on the very top on Backrop:
Of course, one can always adjust the menu item order per their liking on
/admin/structure/menu/manage/management
, but still, if possible, consider changing the weights of the menu items so it comes with reverted to original order by default.The text was updated successfully, but these errors were encountered: