No Administration Bar On Static Pages

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.
11/21/2011 12:04:09 PM
Gravatar
Total Posts 148

No Administration Bar On Static Pages

Hello:

I am creating my pages using the Master page under my skin folder. However, when I use this Master, there is no Administrative Bar at the bottom.  The Master page shows the

[lnkAdminMenu][lnkFileManager][lnkNewPage][lnkPageContent][lnkPageSettings] 

at the bottom of the Master page but the bar doesn't show up when the page is run.

11/21/2011 9:04:04 PM
Gravatar
Total Posts 355

Re: No Administration Bar On Static Pages

What's the purpose of the static pages you're creating? 

11/22/2011 8:54:43 AM
Gravatar
Total Posts 148

Re: No Administration Bar On Static Pages

Hi:

I was trying to use an Ajax Extender (can't recall which one) but it required you to use it on a page. I could not use it in a control.

11/22/2011 11:52:26 AM
Gravatar
Total Posts 18439

Re: No Administration Bar On Static Pages

Those links are designed to work with pages that inherit from mojoBasePage, just using the same master page is not sufficient.

And the PageContent and PageSettings links will only appear on actual CMS pages not standalone pages.

I would look into which ajax extender you are using. While some of them use PageMethods whcih can only work in a page not a usercontrol, they usually also support using a web service, so you may be able to implement a web service and then use it in a usercontrol and call the web service instead of a page method.

Hope that helps,

Joe

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