Ad in Right Panel

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.
4/20/2010 3:41:17 PM
Gravatar
Total Posts 13

Ad in Right Panel

I want to put two (2) ads in the right panel on very page.

I know I can create a content item and then publish the Ad content to the right panel on every page.

When I add a new page I'd have to publish the Ad content to that page. So, if I have say 200 pages (eventually) I'd have to add the Ad content to all 200 pages.

Is there any easier way to do this? I looked through the documentation. Perhaps I overlooked something?

 

Ed

 

 

4/20/2010 4:44:29 PM
Gravatar
Total Posts 2239

Re: Ad in Right Panel

Hi Ed,

Try this page out: http://www.mojoportal.com/same-content-on-all-pages.aspx. It should get you going.

HTH,
Joe D.

4/21/2010 9:52:35 AM
Gravatar
Total Posts 42

Re: Ad in Right Panel

Create a new html content module. Note the moduleId of the new item. In your layout.master add the following where you want the content:

<portal:ModuleWrapper ID="moduleWrapper1" runat="server" ConfigureModuleID="id-of-new-content-module" />
 

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