Module Wrapper in Layout.Master

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/19/2010 10:25:24 AM
Gravatar
Total Posts 42

Module Wrapper in Layout.Master

Greetings

I have several sites where I must display the same content across all pages. Super-easy I thought; just create a new content item. Then, edit each layout.master to include a modulewrapper referencing the newly created module id.  The modulewrapper appears inside the divLeft panel. Ex:

<asp:Panel id="divLeft" runat="server" cssclass="leftside" visible="True" SkinID="pnlPlain">
<portal:ModuleWrapper ID="mdl770" runat="server" ConfigureModuleID="770" />
</asp:Panel>
 

I would like to disable the modulewrapper when in the admin sections or editing pages.

 

 

2/21/2010 8:20:35 AM
Gravatar
Total Posts 18439

Re: Module Wrapper in Layout.Master

Hi Steve,

This is a bug introduced in a recent version when I did some re-factoring to clean up logic in the code behind class for layout.master. The modulewrapper content was never meant to render on admin pages. It is fixed in the new release coming tomorrow or possibly later today.

Best,

Joe

2/22/2010 1:39:34 PM
Gravatar
Total Posts 42

Re: Module Wrapper in Layout.Master

Excellent! Thanks for the update. I look forward to the new release.

2/22/2010 3:35:24 PM
Gravatar
Total Posts 18439

Re: Module Wrapper in Layout.Master

Hi Steve,

The new release is available now.

http://www.mojoportal.com/mojoportal-2339-released.aspx

Best,

Joe

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