How to add new custom tab in site settings and Add/ Edit Page settings?

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.
5/12/2014 8:54:08 AM
Gravatar
Total Posts 12

How to add new custom tab in site settings and Add/ Edit Page settings?

Hi, 

I want to create one user controls code and integrate with the mojo portal administration section, for this need to add new tab in the Site Setting and Add edit Page setting section so we can use it with both settings and reflect the changes on the site or pages.

Will you please let us know how to do this?

Thanks,

Rohit Jagtap.

 

 

 

5/12/2014 1:13:06 PM
Gravatar
Total Posts 18439

Re: How to add new custom tab in site settings and Add/ Edit Page settings?

We do not intend for people top be able to add things to the Site Settings page or to Page Settings. Those are important pages that already have a lot of important responsibilities and we do not want people adding custom code or more server controls there because there is too much potential to break those important pages by asking them to be responsible for additional custom functionality. Also there are limits to how many input elements can be on a page in asp.net, as it is we have had to move things out of those pages onto other pages in the past to reduce the number of controls on the page.

You can add links to your own pages int he Admin menu, and you could also add links to your own pages in the layout.master file of the skin and make them only visible on certain pages or for certain users.

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