disabling google maps in event calendar?

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/19/2011 10:05:24 AM
Gravatar
Total Posts 7

disabling google maps in event calendar?

I'm building an internal website using mojoportal for a company. They don't have outside internet access, only the local intranet. I would like to use the event calendar built into mojoportal, however the event page uses google maps, which require internet access.  I would like to disable the google map functionality for the event calendar.  Is there a way to do this?

1/20/2011 9:39:16 AM
Gravatar
Total Posts 18439

Re: disabling google maps in event calendar?

Not currently. Can't you just instruct users to not use that feature? Just tell them to not enter anything in the location field. Maybe I can add an extra css class on that setting to make it easy to hide it, I will do that for the next release, I will add the class "locationrow" to the div that has the location text box so you can hide with

.locationrow {display:none;}

Hope it helps,

Joe

1/20/2011 2:01:18 PM
Gravatar
Total Posts 7

Re: disabling google maps in event calendar?

Thanks! That got rid of the google map.  Does the application still make api calls to google when you don't specify a location?

1/21/2011 7:22:24 AM
Gravatar
Total Posts 18439

Re: disabling google maps in event calendar?

No it only loads a google map and the related javascript for it if the location is populated.

If you want to indicate a location without a google map you can just list it in the main description of the event. The Location field is specifically for google map.

Best,

Joe

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