Admin menu v6.2.0
Hi,
I just updated to WackoWiki 6.2.0 and found that the Admin menu is hidden and only two options appear: changes and my favorites. What happened to the general menu for the Admin? Other users can see it without any problems.
regards
Comments
Log in or create an account to post a comment.
Re: Admin menu v6.2.0
What you mean with 'general menu for the Admin', your personal bookmarks / menu?
Is there something with the new 'WhatsNew' page and bookmark?
Re: Admin menu v6.2.0
Guides | Library | Programs | Teams | Projects | Forum
The administrator only sees the news and favorites, but the one I have configured is not displayed in this profile.
Changes |
Re: Admin menu v6.2.0
You configured what and where for whom (... in menu table)? When it is gone, where is it now and why it showed it before.
Your menu is loaded into the session when you login as user.
{{menu}}{{menu system=1}}Re: Admin menu v6.2.0
The menu was always public for everyone, I don't know why it now disappears for the administrator. :S
Re: Admin menu v6.2.0
The installer sets now the bookmarks for the admin account in advance, because it adds now the new
toolspage in the bookmarks for the admin with the{{admincache}}and{{admin_recovery}}action.Re: Admin menu v6.2.0
From what I understand, it is now possible to customize the menu per user, and this is done from the administration section? I checked and did not see any option for this.
Re: Admin menu v6.2.0
setup/insert_pages.php
In the
set_menu()function in the Wacko class it does the following:Re: Admin menu v6.2.0
So when this version arrived and added a new element exclusively for an administrator profile, the entire system menu (which would be the default menu) was ignored, which is why I always saw this item.
The solution was to delete it manually directly from the database, since there is no way to modify it from the administration.
To improve this, all that would be needed is a combo box in the administration to select whether the menu item is System, Admin, or User.
:)
Re: Admin menu v6.2.0