module on all pages

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
12/6/2006 6:47:42 AM
Gravatar
Total Posts 488

module on all pages

It would be nice to have an easy way to publish the specific module on ALL the existing pages.
It also would be nice to have a module property to include it by default on newly created pages as well (to form something like a masterpage of modules).
12/6/2006 4:17:26 PM
Gravatar
Total Posts 18439

Re: module on all pages

Well I think this is something one would use for maybe 1 or 2 modules but not a lot of modules so I don't want to add a lot of complexity trying to make it possible to do this from the UI.

However it can be done currently by placing a ModuleWrapper control in the layout.Master file of the skin like this:

<portal:ModuleWrapper ID="mdl33" runat="server" ConfigureModuleID="33" />

and specifying the module id using the ConfigureModuleID property

This will show the module on every page that uses the skin.

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