sitemap.aspx - extending with modules

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.
9/2/2010 8:53:41 AM
Gravatar
Total Posts 3

sitemap.aspx - extending with modules

Dear helpers!

I have a small trouble.

I have got the original sitemap.aspx coming with the code of the site. We have there mainContent, and rightContent ContenPlaceholders.

In the rightContent column, there appears nothing, even if I put a simple html code, or some text like 'foo'. All right. I've tried to use portal:ModuleWrapper with the proper module id, but nothing happens.

Is there a way to put content to the right panel? I'm just hacking with margins, but I (and mostly my boss) would like to use some module, we use on normal pages.

Thank you in advance for any help,

Peter

 

9/3/2010 6:44:40 AM
Gravatar
Total Posts 18439

Re: sitemap.aspx - extending with modules

I think if you want to show side content there from a modulewrapper then you'll have to set the properties on

<portal:StyleSheetCombiner ...AlwaysShowLeftColumn="true" AlwaysShowRightColumn="true"

however this will affect all pages using the skin not just sitemap.aspx

9/3/2010 7:42:36 AM
Gravatar
Total Posts 3

Re: sitemap.aspx - extending with modules

Thank you Joe! That worx!

 

"however this will affect all pages using the skin not just sitemap.aspx"

That's ok in our case.

For others who have this problem: this StyleSheetCombiner is in the yourskin/layout.master to change.

 


 

9/3/2010 8:02:14 AM
Gravatar
Total Posts 3

Re: sitemap.aspx - extending with modules

One more tip for using ModuleWrapper on sitemap.aspx:

<portal:ModuleWrapper ... ShowOnlyOnCmsPages="false" />

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