'Same Content on All Pages' issue

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.
1/3/2011 11:21:32 AM
chm
Gravatar
Total Posts 1

'Same Content on All Pages' issue

Hi.

I need to add the same content to all pages of my site. I found an old thread here - http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&mid=34&ItemID=9&thread=5342&pagenumber=1 and a small manual - http://www.mojoportal.com/same-content-on-all-pages.aspx I added new content template and now I have to find out its mid parameter to edit layout.master file but when I mouse over 'Edit' link I see something like this http://127.0.0.1:86/Admin/ContentTemplateEdit.aspx?t=Guid There are no mid parameter as well as in mp_ContentTemplate table in mojoPortal database. I suppose that mojoPortal could change and 'Same content on All Pages manual' is obsolete or I'm doing something wrong. Could anyone tell me how I can add the same content to all pages?

 

1/3/2011 12:04:23 PM
Gravatar
Total Posts 2239

Re: 'Same Content on All Pages' issue

Hi,

You can't use the Content Templates with the ModuleWrapper. You will need to create an HTML Content Feature instance and then grab the module ID of that instance.

HTH,
Joe D.

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