event calendar pro view change makes other calendar placed above it to hide

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.
10/15/2009 12:48:25 PM
Gravatar
Total Posts 116
http://www.zoomicon.com http://birbilis.spaces.live.com http://www.delicious.com/birbilis http://twitter.com/Zoomicon

event calendar pro view change makes other calendar placed above it to hide

please try

http://robotics.mech.upatras.gr/portal/events.aspx

You'll see there's a Calendar at the top of the page and a Calendar Pro at the bottom

Changing view at the calendar pro (from list view to other) it goes to a page where the top calendar isn't visible

Occurs whatever the initial Calendar Pro view is

Please try soon since I'll remove the top calendar (the simple one) when I port its events to the bottom one (the pro)

10/15/2009 1:04:24 PM
Gravatar
Total Posts 2239

Re: event calendar pro view change makes other calendar placed above it to hide

This is the designed behavior. The Calendar features aren't necessarily meant to be on pages with other features. You can put content into the left and right panes and have it show up on the Calendar views using options in the Calendar Settings.

HTH,
Joe D.

10/15/2009 3:57:31 PM
Gravatar
Total Posts 116
http://www.zoomicon.com http://birbilis.spaces.live.com http://www.delicious.com/birbilis http://twitter.com/Zoomicon

Re: event calendar pro view change makes other calendar placed above it to hide

why left/right and not top/bottom too? It looks very strange to me, I'd expect the calendar to be self-contained (maybe using AJAX to update only itself etc.)

10/16/2009 6:14:46 AM
Gravatar
Total Posts 18439

Re: event calendar pro view change makes other calendar placed above it to hide

Like many of the more complex features (blog, forums, webstore for example), you can't get all that functionality working well in a single module control. The module control (which lives on a CMS page) in this case is really just the entry point to the feature and it has supporting/detail view pages for additional functionality that are not CMS pages and don't naturally have all the other CMS content on them. People requested to be able to show the sidebar content on the blog and the Event Calendar Pro so I added this functionality, but the center column is for the supporting page functionality and trying to figure out what order to add the cms content would be troublesome. We can't even assume that the module that linked to the supporting page was in the middle column of the CMS page.

Ajax is good for small updates to a page but not for completely re-writing it and getting all the javascript to play well in that scenario is difficult to impossible. The Timeline view for example I'm sure I could not get working in an ajax panel. Also ajax has its limits and I generally try to make sure most of the core functionality of a feature can work even with javascript disabled both to support accessibility and to support more security conscious users who may be visiting your site with javsacript disabled. Myself I use the NoScript plugin in Firefox when surfing the web and only selectively enable javascript on sites on case by case basis. Wrapping too much stuff in ajax can also be less search engine friendly.

Hope that makes sense.

Best,

Joe

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