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.
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.
Hi All,
In my site , i have admin rights but i could not see all options in admin menu
EX, in advanced tool there are 5 options , only 2 options visible for me. Is there any settings to hide menu ?
Thanks, Murugan H
be more specific about what is missing
there is five options for ADVANSED TOOLS
1) feature installation/contiguartion 2) web part installation 3) 301 redirect manager 4) url manager 5) Banned IP address
But, now i got now 2 options only...( 3,4). Other options are missing..
my doubt is , is there any settings for hide these options ?
If its a multi site installation then only the root site can manage those other things.
If you want to enable it in a different site go into the db in the mp_Sites table and set IsServerAdminSite = to 1 or true.
Hope it helps,
Joe