Event Calendar Pro

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
1/1/2009 2:16:58 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

I just reset the demo site content, not sure if I was doing that while you were using it or if that affected you at the time when you were trying this. The editors are working for me so I suspect some issue with your browser. I would close all tabs and visit google, then clear the browser cache of temporary internet content, then try your site again. Reason to visit google is because sometime it won't clear the cache for pages that you are currently on.

If the problem persists please try a different machine or browser to confirm it as a browser specific problem. For example if using Firefox try IE or vice versa to narrow down the problem.

Hope it helps,

Joe

1/2/2009 12:17:26 PM
Gravatar
Total Posts 118

Re: Event Calendar Pro

 this is still happening intermittently for me. I will let you know if i can narrow down the problem.

 

Neil

1/2/2009 12:28:55 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Does it happen across features that use the editor or just in Event Calendar Pro?

Does it happen in different browsers?

Does it happen on different machines?

Are you using FCKeditor (which I recommend as the best one) or one of the others?

Is your client machine or the server behind a proxy server of any kind that may be caching things in between your machine and the server?

These are all questions that can help narrow it down.

I really think it is not a bug in mojoPortal but some caching issue somewhere along the way, otherwise there would be more reports of the problem.

Best,

Joe

1/3/2009 4:12:59 PM
Gravatar
Total Posts 41

Re: Event Calendar Pro

Just and FYI, I was just testing out Event Calendar Pro on your demo site Joe and I didn't get the description control either. IE7, VISTA 64.
Never had any problem with the FCKeditor coming up.

1/4/2009 2:03:13 AM
Gravatar
Total Posts 4
Samba

Re: Event Calendar Pro

I have the same situation with FCKeditor and Event Calendar Pro using IE7/Vista 32, but I don't mind. It happen after upgrade from standard to Pro version. I don't know if it's related to IE7 or not.( http://support.microsoft.com/default.aspx/kb/927917 ). I will take a look at this.

(update) When I click "Edit/Add" and "Printable view" it just gives me the usual and fully functional FCKeditor in printer friendly page.

1/4/2009 7:38:59 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Ok, I just experienced this on the demo site using IE7 and will investigate it. Its strange because I have tested with IE7 plenty of times and never saw this happen before, though I do use Firefox mainly so if it is some intermittent thing then I guess I just haven't stumbled on it before.

In any case since I can produce the problem I'm sure I can fix it.

Best,

Joe

1/4/2009 9:03:14 AM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

I was able to produce this problem on my local machine and fix it, so it will be fixed in the next release of Event Calendar Pro. The fix is actually very easy and you can fix your current copy using a text editor. The problem seems to be some kind of IE 7 CSS bug.

If you open the file /Events/Controls/EventEditor.ascx in a text editor, you will see this:

<asp:Panel ID="pnlEdit" runat="server" DefaultButton="btnUpdate" CssClass="panelwrapper eventcalendaredit floatpanel">

remove the "floatpanel" css class so it looks like this:

<asp:Panel ID="pnlEdit" runat="server" DefaultButton="btnUpdate" CssClass="panelwrapper eventcalendaredit">

and it will solve the problem with IE 7. The floatpanel class is not really needed there and seems to not play nice with FCKeditor in IE 7.

I've made the same change on the demo.mojoportal.com site and it seems to have solved it there as well.

Best,

Joe

 

1/4/2009 10:45:30 AM
Gravatar
Total Posts 4
Samba

Re: Event Calendar Pro

Thank you really very much, now the problem is fixed!

1/4/2009 11:32:02 AM
Gravatar
Total Posts 118

Re: Event Calendar Pro

yep thanks joe - looks fine now

 

Neil

8/12/2011 12:16:10 PM
Gravatar
Total Posts 1
Nasir

Re: Event Calendar Pro

I got your package today but its not very clear about how to install or integrate it into existing web site. I don't want to play with my existing work I tried my way but no success. Could you please help me to do it smoothly.

8/12/2011 12:27:19 PM
Gravatar
Total Posts 18439

Re: Event Calendar Pro

Just copy the contents of the wwwroot folder in the package into the root of your mojoPortal site and everything should land where it needs to go. (note: copy the contents not the folder itself)

then visit the /Setup/Default.aspx page and it will run the needed database scripts and configure the feature.

after that it will show up in the feature list and you add it to a page just like any other feature.

Note that it does require the latest version of mojoPortal (2.3.6.7), you can find your version under Administration > System Info

If your version is lower than that the best thing to do would be to upgrade mojoPortal before installing. If that is a problem then let me know your mojoPortal version and if needed I can send you an older version of Event Calendar Pro.

Hope that helps,

Joe

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