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.
Hello there,
Does anyone know what could cause my pages not being displayed in admin panel (Administration Menu > Add/Edit Pages) - Admin/PageTree.aspx?
Are you sure its not just a css problem like white text on white background?
Are you seeing any errors that look related in the log under Administration > System Log?
Thank you Joe,
You were right... it is class... but not white text on the white background... it was worst In formwizard classes I have this code:
fieldset > div.settingrow:nth-of-type(2) { display:none; }
And I can't even figure out, what I was trying to hide by doing that .