No pages listed in Add/Edit Pages menu

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.
6/7/2012 10:12:39 AM
Gravatar
Total Posts 24

No pages listed in Add/Edit Pages menu

Hello there, 

Does anyone know what could cause my pages not being displayed in admin panel (Administration Menu > Add/Edit Pages) - Admin/PageTree.aspx? 

6/7/2012 2:59:49 PM
Gravatar
Total Posts 18439

Re: No pages listed in Add/Edit Pages menu

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?

6/7/2012 3:39:12 PM
Gravatar
Total Posts 24

Re: No pages listed in Add/Edit Pages menu

Thank you Joe, 

You were right... it is class... but not white text on the white background... it was worst smiley 

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 angry.
 

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