Admin Menu Link Denial

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
1/26/2010 11:54:40 AM
Gravatar
Total Posts 17

Admin Menu Link Denial

Hello,

I am trying to create an admin menu item for a new control that i am writing.

I use this link to learn about how to add the link:
http://www.mojoportal.com/addingcustomitemstotheadministrationmenu.aspx

The link is added properly, but when i click on it i get this error:

"Sorry, you are not allowed to view this content. If you have questions about your permissions, please contact a site administrator.

Either you are not currently logged in, or you do not have access to this page within the site. Please contact the site administrator to obtain access."

The adminMenuLink element looks like this:

<adminMenuLink
resourceFile="MyResource"
resourceKey="Gallery Admin"
url="~/mGallery/mGalleryAdmin.aspx"
visibleToRoles="Admins;Content Administrators"
/>


The visibleToRoles is set to Admins and Content Administrators.

I am logged in as an Admin.

Can anyone tell me why i am not getting to the mGalleryAdmin.aspx page when i click on the admin menu link?

thanks
david  

1/28/2010 3:43:48 PM
Gravatar
Total Posts 17

Re: Admin Menu Link Denial

so, this is working now.

i had a few other odd issues happening on my dev machine, so i had it re-imaged. now all is working on this.

must have been some crossed wires in there somewhere.

You must sign in to post in the forums. This thread is closed to new posts.