Shape 5

phpBB Club Styles (backup) => Game Crusade - Club => : bluestone February 13, 2011, 12:14:44 AM



: Menu Manager problem
: bluestone February 13, 2011, 12:14:44 AM
When I try add a menu item I get the message:

Information

Im sorry but you don't have the required permissions to add menu items please contact your administrator.

? Back to previous page

But my admin account is the only account on the site so far, and I would have assumed of the necessary level (it being the highest) to add menu items.

Hope you can help.

Thanks.


: Re: Menu Manager problem
: Dave M February 13, 2011, 09:45:43 AM
These are the instuctions for manually adding permissions

http://www.youtube.com/watch?v=scMaCwq9C1g

Thanks
Dave


: Re: Menu Manager problem
: bluestone February 13, 2011, 04:07:11 PM
Thanks again Dave :)


: Re: Menu Manager problem
: bluestone February 17, 2011, 03:38:43 PM
Only just got back to trying this and I don't have a vertex tab in my admin permission settings.


: Re: Menu Manager problem
: bluestone February 22, 2011, 04:25:19 AM
Also, permissions are not applying correctly to some dropdown menu options.


: Re: Menu Manager problem
: Dave M February 22, 2011, 05:29:34 AM
I can not see any problem are you sure for the specific menu item your selecting the groups you want to show it to.
To select more than one click and drag or hold CTRL then click on more

Thanks
Dave


: Re: Menu Manager problem
: bluestone February 22, 2011, 12:46:52 PM
For the first level of the menu (the one always visible) there is a dropdown menu that only members of a certain group can see, and that one does hide and display correctly when it is supposed to, but in that dropdown menu there are 3 sub-dropdown menus that are set to only show for a single group (each of the 3 shows for a different group). Except they are always displayed when a person can see the first level menu, even though they are not in the correct groups to see the sub-dropdown menus.

And yes I have selected the exact groups I want for each menu item (holding ctrl).

Hope that makes sense lol.


: Re: Menu Manager problem
: Dave M February 22, 2011, 02:10:20 PM
I will debug it and let you know


: Re: Menu Manager problem
: Dave M February 22, 2011, 05:06:11 PM
I found the problem will update post tomorrow


: Re: Menu Manager problem
: Dave M February 22, 2011, 05:55:44 PM
See this post

http://www.shape5.com/component/option,com_smf/Itemid,75/topic,15143.0/


: Re: Menu Manager problem
: bluestone February 24, 2011, 02:46:56 PM
Only just got back to trying this and I don't have a vertex tab in my admin permission settings.

How do I make the vertex permissions tab appear? It isn't there by default in game crusade site shaper (which is what I initially used).

I have to edit the database directly to change the menu without it so would like to add the tab in.


: Re: Menu Manager problem
: Dave M February 24, 2011, 02:57:58 PM
Please check if you have a file located at

language/en/acp/permissions_vertex.php

Thanks
Dave


: Re: Menu Manager problem
: bluestone February 24, 2011, 03:50:29 PM
yes it's there


: Re: Menu Manager problem
: Dave M February 24, 2011, 04:34:40 PM
All i can suggest is clear the cache and follow this video

http://www.youtube.com/watch?v=scMaCwq9C1g

Thanks
Dave


: Re: Menu Manager problem
: bluestone February 24, 2011, 05:32:09 PM
That vertex tab has never been there and still isn't after clearing the cache.


: Re: Menu Manager problem
: Dave M February 24, 2011, 07:37:25 PM
Man thats wired erm

Run this SQL Query

REMEMBER TO REPLACE phpbb WITH YOUR TABLE PREFIX

:
INSERT INTO phpbb_acl_options (auth_option_id, auth_option, is_global, is_local, founder_only) VALUES(118, 'a_vertex_menuadd', 1, 0, 0);
INSERT INTO  phpbb_acl_options (auth_option_id, auth_option, is_global, is_local, founder_only) VALUES(119, 'a_vertex_menudel', 1, 0, 0);
INSERT INTO  phpbb_acl_options (auth_option_id, auth_option, is_global, is_local, founder_only) VALUES(120, 'a_vertex_blockadd', 1, 0, 0);
INSERT INTO  phpbb_acl_options (auth_option_id, auth_option, is_global, is_local, founder_only) VALUES(121, 'a_vertex_blockdel', 1, 0, 0);
INSERT INTO  phpbb_acl_options (auth_option_id, auth_option, is_global, is_local, founder_only) VALUES(122, 'a_vertex_style_admin', 1, 0, 0);

Thanks
Dave


: Re: Menu Manager problem
: bluestone February 24, 2011, 07:43:42 PM
:
Error

SQL query:

INSERT INTO phpbb_acl_options( auth_option_id, auth_option, is_global, is_local, founder_only )
VALUES ( 118, 'a_vertex_menuadd', 1, 0, 0 ) ;

MySQL said: Documentation
#1062 - Duplicate entry '118' for key 'PRIMARY'


: Re: Menu Manager problem
: bluestone February 24, 2011, 07:45:13 PM
This isn't really a big deal, I have been successfully editing the menus directly in the database so don't worry about it, thanks anyway.


: Re: Menu Manager problem
: Dave M February 25, 2011, 05:17:52 AM
This isn't really a big deal, I have been successfully editing the menus directly in the database so don't worry about it, thanks anyway.

No i will fix it for you i cant leave you adding menu item using the DB. :)

Thanks
Dave


: Re: Menu Manager problem
: cyberhazar March 18, 2011, 09:01:17 AM
Same problem here, missing vertex tab @ Groups' permissions / Administrators / Admin permissions.

Has this issue been sorted yet?

Thanks


: Re: Menu Manager problem
: Dave M March 18, 2011, 09:16:07 AM
yes it has but after the update if it does still not work i will give more details on how to fix


: Re: Menu Manager problem
: cyberhazar March 20, 2011, 06:16:40 PM
yes it has but after the update if it does still not work i will give more details on how to fix

There is an update? Out now, or soon to be released?


: Re: Menu Manager problem
: Dave M March 21, 2011, 02:52:18 PM
yes it has but after the update if it does still not work i will give more details on how to fix

There is an update? Out now, or soon to be released?

Just about to be released hopefully tomorrow

Thanks
Dave