MyPage new content 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.
9/24/2008 5:03:41 AM
Gravatar
Total Posts 20
Que???

MyPage new content bug

Hi all,

I thing we I found a small bug, or at least a permisions error. I understand the following behaviour as a bug:

1. ContentManager/Admin logins an creates a new page called "OnlyManagers" that can just be viewd by contentmanagers. Adds content to the page.
2. Normal user logs in the page and goes to his "MyPage" and decides he want to add new contet. User adds as content the "OnlyManager" page.

I dont't think this was intended and I have fixed the error. Please let me know if it is a real bug and how I can summit my fix.

Regards,

Mandel
 

9/24/2008 5:27:35 AM
Gravatar
Total Posts 18439

Re: MyPage new content bug

I think you are confusing pages with modules aka feature instances. It is not possible to add a site page to MyPage, it is only possible to add modules that are marked as available for MyPage.

So a user may create a custom page on MyPage that is named the same as a site page (a page in the main menu) but a user won't see the content just because he created a page with the same name.

Now if the Content Admin create this site page "OnlyManagers" and put some feature on it like an Html module (possibly with the same name as the page). The permissions of the page have nothing to do with whether the content is available for MyPage, this is configured in module settings by a checkbox. Click the gear icon next to the title of the content instance to see the setting "Available for MyPage". If this is checked the content can be added to MyPage, if not checked it cannot. There isn't currently any way to make it available to MyPage based on roles.

Hope it helps,

Joe

9/24/2008 5:40:36 AM
Gravatar
Total Posts 20
Que???

Re: MyPage new content bug

Hi Joe,

Sounds that I did confuse modules with pages, I'm still looking at the code and translating and I do not have the full picture yet.

Thanks for your help :)

Mandel

 

 

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