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
I want to add module in Login.aspx page. But in adminstration only Home page showing for editing.
How can i edit or add module in Login page. Plz help
You can't add modules to Login.aspx, because that is a standalone page, not a CMS page.
You might consider instead adding a Sign In Module instance to a new page in your site, and you can then add any other modules to that page that you need.
There is not a way to edit the login page through the website itself as it is not a CMS page, but rather a system page directly related to authentication.
As the login page is specifically designed to just allow a user to login I am not sure what other kind of module do you desire to put on the login page? Maybe if we have a better understanding of what you are trying to add to the page we can help with a more detailed suggestion.