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,
(1) When I use http://localhost/somefolder/secure/login.aspx and provide the site user login id & password. It does nothing.
(2) When I create a child site , and do login It uses admin@admin.com instead of current administrator.
Thanks,
Abhishek
I need help!
When I do login on child site, it logged in successfully but redirect to parent home page. But User was login for child site so it must be redirect to http://localhsot/somefolder/home.aspx.
The problem is in http://localhost/somefolder because it redirect user to parent home page.
I have already created a somefolder with default.aspx in root. Default.aspx is redirecting to child home page.
So please anyone help me to resolve this issue.
Thanks in advance.
Maybe you have some IIS url re-writer that is doing re-writing before it gets to mojoPortal.
Or you are using an older version or a modified version of mojoPortal.
It works correctly with the latest version of mojoPortal when I test it.
When I create a child site, It set default administrator login id as "admin@admin.com" and password as "admin". While for parent site the Administrator is different. For child site, administrator must be parent administrator. how can I do that?
You need to enable Related Sites Mode. You can read about that here: http://www.mojoportal.com/muliplesites.aspx
HTH, Joe D.