Same content all pages (behavior change/bug)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
12/27/2010 2:25:38 PM
Gravatar
Total Posts 218

Same content all pages (behavior change/bug)

Running version 2.3.5.8 there's a change in the functionality as described on this page: http://www.mojoportal.com/same-content-on-all-pages.aspx

Hard coding a module:
Example: <portal:ModuleWrapper ID="mdl33" runat="server" ConfigureModuleID="33" /> 

If you hard code a module into your layout.master page (as I often do) you used to be able to edit that module content from any page simply by clicking the "edit" link as normal. Current version if you try and edit you are taken to an AccessDenied.aspx page instead (regardless of the permissions on the module). You can still edit the module settings from any page, but can't actually edit the content (in this case HTML module).

I'm not sure which version of MP caused this change in behavior but on sites of mine where this used to work it now doesn't. The only way to edit the module is to place it on a page and then edit it from the page where it actually lives (or edit from content. This isn't ideal, it's often nice to have a shared module that's on all pages for news/callouts/etc and if the client can simple edit that module as usual that seems the simplest.

Note: modules also can't be edited via the "content manager" (ContentCatalog.aspx) which really leads me to believe this is a bug and not by design.

12/28/2010 12:35:42 PM
Gravatar
Total Posts 18439

Re: Same content all pages (behavior change/bug)

Hi Eric,

I did tighten down the security on edit pages and it did change this behavior. I will restore the previous behavior for the Html feature since it is really the only feature that works well inside module wrapper, but most other features need to be edited in the context of a page. 

For now you could publish the html instance on a private page and edit from there.

Best,

Joe

12/28/2010 12:46:16 PM
Gravatar
Total Posts 218

Re: Same content all pages (behavior change/bug)

Thanks Joe, that would be a decent compromise, and you're right that is the main module that would need the functionality. But keep in mind that currently no modules can't be edited from the "content manager" area either. You have a link to "edit" modules when viewing a module in that area but it errors out for all modules.

I think it was nice to be able to edit the modules from that path. Sometimes I will have a non-performing page due to bad code or whatever and getting around the page and editing via the content manager was a little trick that would get the job done. Average authors probably wouldn't need to do that very often (or know how), but when using custom code and module development like some of us are this option is nice.

Take care. Wish I could be more involved in the Mojo project myself, but right now I'm up to my ears just building web sites on the  platform and paying the bills. Great CMS, absolutely the BEST I've ever used!

12/28/2010 12:57:45 PM
Gravatar
Total Posts 18439

Re: Same content all pages (behavior change/bug)

Hi Eric,

It was never possible to edit much features other than Html from content catalog. Really I should probably change the link to not say "edit" but it is possible to edit settings of any content instance but for most features it has always required a page to edit within the feature itself.

I will fix it to allow editing instances of Html from there though as before.

Best,

Joe

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