My favorites | Sign in
Project Logo
                
Search
for
Updated Mar 14, 2008 by l1jockeys
Labels: Featured
ChangeLog  

2008-03-14 l1jockeys Version 0.8.5

  1. Change modal to ThickBox (modified to fit our needs) as we were having issues in moving to JQuery 1.2.3 for our own Wordpress site
  2. Also added new animation to the calendar and entry display

2008-03-09 l1jockeys Version 0.8

  1. Removed all references to GMap (until we get this feature working)
  2. Added a new option to hide the navigation links

2008-02-18 l1jockeys Version 0.7.2

  1. updated with latest version of DateJS to possibly address Issue 4

2008-02-17 l1jockeys Version 0.7.1

  1. fixed IE compatibilities noted in Issue 1

Comment by kbvrfmweb887, Feb 25, 2008

is there any way to get wpng-calendar to display only the current events to the hour, rather than for the entire day? if so please tell me how (i'm sure its no more than changing a couple of fields), its for my college radio station website, and would be helpful to display what radio shows are currently on air.

my e-mail is kbvrfmweb887@gmail.com

thank you for your help!! ~pete

Comment by lane.lester, Mar 06, 2008

This looks like a great plugin for a school blog I'm doing. But I can't get the calendar to display, and I suspect it's the feed address I'm using. Frankly, I don't know what to use, because the ones that come up from the XML buttons all have "basic" at the end.

My email is lane.lester @ gmail.com

Lane

Comment by lane.lester, Mar 07, 2008

OK, I RTMed and found I was supposed to change "basic" to "full." That gets the Upcoming Events widget to display, but the Calendar page is still blank.

A couple of formatting problems with the http://www.wiredstudios.com/wordpress-themes/wswired-theme-for-wordpress-by-wired-studios.html#more-18wsWired theme I'm using. Unlike the other widgets I'm using, yours is displaying two title bars. And the date of each event is to the left, outside of the intended widget area.

Lane

Comment by epologee, Mar 09, 2008

Hey man, great work on the calendar plug-in! Any advice on how to get it to work with other languages but English? I'm using it on a Dutch website and I'd like to translate it. Cheers, EP.

Comment by l1jockeys, Mar 09, 2008

epologee We only have a few spots where we show text outside of what comes from the calendar. Most of the "hardcoded" values are in function.js. Look for:

dateString = 'Today';

and

dateString = 'Tomorrow';

We also use the Date JS library. They already have a Dutch version of the code. Just grab that version, drop it in the plugin JS directory. Rename the one I have to another name. Then rename the Dutch version to date.js. Now your date values will be displayed in Dutch.

Comment by rangerx, Mar 22, 2008

No matter what settings I use, I can't get a calendar to display. I tried both the widget and page method, and all I get the busy icon. I'm using wp 2.3.3 and wpng-calendar 0.8.5, as well as the full feed. Who has it working here?

Comment by vibhu.rishi, Mar 24, 2008

Hi,

I got the calendar to display as a widget. For those who are facing issues on this : Make sure that your calendar settings has changed to allow everyone to access the calendar. You will get a popup message indicating that the calendar will show up in google searches - thats when you know you are on the right track change the url at the end to /full from /basic

However, the page is not displaying at all. Any Help ?

Comment by cro.keene, Mar 27, 2008

I love this plugin, but I can't figure out how to edit the style sheet. I just want to add some padding to the left side of the events. The sidebar widget generates the following code:

<li id="wpng-calendar" class="widget widgetWPNGCalendar"><h2 class="widgettitle"></h2> <h2 class="widgettitle">Upcoming Events</h2> <div id="wpng-cal-widget-events"></div> <div> <script type="text/javascript" defer> widgetListSize = 5; addLoadEvent(loadCalendarWidget); </script> </div> </li>

I don't see any style declarations for: wpng-calendar, widget widgetWPNGCalendar, widgettitle, or wpng-cal-widget-events, and the <div> that contains the script doesn't have a style associated with it anyway. I know I'm missing something here, so I appreciate any help you can pass along.

Thanks!!

Comment by imsoper, Apr 01, 2008

I get the following error when trying to update the page's custom fields with wpng-calendar's key & value:

Warning: Cannot modify header information - headers already sent by (output started at /home/content/n/e/x/nextgenbal/html/wp-content/plugins/wpng-calendar-/wpng-calendar.php:1) in /home/content/n/e/x/nextgenbal/html/wp-includes/pluggable.php on line 689

I'm using WordPress? 2.5 & wpng-calendar 0.8.5

Comment by epologee, Apr 08, 2008

@l1jockey thanks for the tips about the localization. Found then all in the functions.js: "Where: ", "When: ", "< show older events", "show later events >", "Map" and then some. Thx!

Comment by inspirat...@arcoftruth.com, Apr 09, 2008

I can't get this to work with wordpress 2.5, just wondering if anyone else can? Ty

Comment by kgtrye, Apr 18, 2008

ope. don't seem to work with 2.5

Comment by danielgc, Apr 27, 2008

Here is working on wp 2.5: www.iglesiazambrano.com (calendario and widget in the sidebar)

Thx for all!

Comment by h...@apicart.org, May 01, 2008

I'm having issues as well. When I use danielgc's code it works fine.

Comment by h...@apicart.org, May 01, 2008

Ok you must make sure that you select an option for 'wiki markup' to get it working.

Comment by ensemblevocale, Jun 03, 2008

Great plug in! Do you have any hint on how to display time in the 24 hours format (i.e. 21 instead o 9)? Thanks

Comment by moosemusicman, Jul 10, 2008

I'm using your wordpress plug-in for which I'm very grateful. I just have one problem. The plugin seems to be putting a dot before the title. you can see an example at this site. http://gateway-community.com/New_Site/ I've gone through all the code through wordpress looking for any kind of dots, and there are none. I tried it out on my other blog, www.thelindners.org as a sidebar widget, and it put in an extra graphic header before the title header.

I would appreciate any help you can offer, I really like the look of your plug in over the look of the google calendar, and I would like to be able to use it.

Comment by andryou, Jul 12, 2008

@moosemusicman: Try using the "list-style-type: none;" CSS property for Unordered Lists (UL). The code would look something like:

ul { list-style-type: none; }

Comment by parisgolo, Jul 24, 2008

Hello,

This plugin is great but takes a lot of ressources. On my site, loading time is multiply by 3 when I activate it. Do you think about making a new version soon ?

Nicolas

Comment by br...@ivreno.org, Aug 12, 2008

I can get the widget to work correctly, however I can't get the page functionality to work correctly with 2.6. Are there any tricks to getting it to work correctly?

Bryce Leinan bryce (at) ivreno.org www.ivreno.org/wordpress

Comment by bobo.jonina, Aug 13, 2008

I followed all the steps but on the page and widget, there are no events shown. Help ! I am running 2.6. Tried using the default theme. Nothing works.

Comment by jasmine.y.ma, Aug 17, 2008

Is there a way I can display events in the sidebar without using the widget? thanks, and great work on this

Comment by carsonmyles, Sep 09, 2008

I get a permanent loading gif... no calendar in Wp2.6

Comment by ksh...@tcworks.com, Oct 31, 2008

Yep, it's BROKEN. Don't use it!

All mine shows is this image - plugins/wpng-calendar/images/loading_large.gif

Comment by panshang...@hotmail.co.uk, Dec 03, 2008

I can view calendar perfectly in Sidebar & page in IE7 & Firefox but some users just get white space, I'm guessing something to do with JS settings on their machines - any idea's please?

Comment by jmarty18, Dec 18, 2008

Works wonderfully on my WP 2.6 install. Make sure you API key is correct, and your calendar's URL is correct. It takes some fooling around to get the right address, but follow the example given!

On another note, I would love to see the ability to pull in more than one calendar. In my organization we have several departments that have their own calendars. If I could pull them all into one (as Google's embedding feature does) I could generate a general calendar for all depts.

Comment by 19feb2007, Dec 28, 2008

Hi, Thanks for the plugin, it works a treat. I'm using WPMU 2.6 and dropped the unzipped WPNG-Calendar (v0.8.5) directory into the WordPress? 2.6 plugins directory not the mu-plugins directory. Activated the plugin from the plugins option, then configured the WPNG-Calendar plugin from the settings option. Used the XML setting from the calendar address, altering the last word from basic to full as per the instructions.

I would echo the comments above from jmarty18 as I too would love to include other google calendars in the one listing as there are several contributors that create our full calendar.

Comment by Eminent.Design, Mar 04, 2009

This took a while to figure out, but the reason why it is not showing up in most of your pages is most likely because you do not have the correct format for the google calendar feed. I looked forever on the google calendar site to find the correct format, but i couldn't find it, so i decided to write it myself.

http://www.google.com/calendar/feeds/xxxxxxxxxx%40group.calendar.google.com/public/full

Replace the xxxxxxxxxx with the google calender id which is a 26 character key found in almost all of the embed links on the google calendar 'calendar details' section.

Comment by amaraa, Mar 12, 2009

where should the API key be inserted in wpng-calendar/wpng-calendar.php?

Comment by amaraa, Mar 12, 2009

What is the address for the full feed?

Comment by slowd...@slowdown.vg, May 01, 2009

Is it possible to change the time formatting from the AM/PM format to a 24-hour clock, as well as display the full range of the time (i.e., not just 1:00 but 1:00-3:00?) directly on the calendar page? Thanks!

Comment by kurtmathiesen, May 05, 2009

Is it possible to get the widget to show events in a larger timespan? Apparently it only shows events in the next half a year. I'm using a google calendar to track some low frequency conferences and display them in the sidebar of a blog.

Comment by jocelyn....@gmail.com, May 20, 2009

@slowdown : to change to a 24-hour format, you need to edit the function.js file and change the "h:mm" to "H:mm". @amaraa : the full feed's address is the same as the basic address, in which you want to replace basic by full at the end.

Comment by dbloomfield, Jul 10, 2009

Hi

I cant get the plugin to activate. I get the following error

Cannot redeclare widgetwpngcalendar()

I'm using wordpress 2.7

Thanks

Comment by jessopottery, Jul 17, 2009

Widget sidebar implementation adds an extra h3 tag before the php-added h2 code chunk for the title of the calendar (in wpng-calendar.php--I altered the h2 tags to be h3 tags on line 270 of wpng-calendar.php to fit the design of the LightWord? theme I'm using.)

I'm not sure if this is a bug with the WPNG Calendar widget or with the LightWord? theme. Any ideas?

the site is here? http://www.clambakecombo.com/wp/

Comment by jessopottery, Jul 20, 2009

Oh, I found the answer to that last post in the wiki pages.

Visit this thread for the code changes:

http://code.google.com/p/wpng-calendar/issues/detail?id=43&q=title

This should really be included in the next update!

Comment by justintilson, Aug 16, 2009

I'm using Wordpress 2.8.4 and I can't get the plugin working. I've got it working on an older version of WP (2.5.1) in the past so I don't think it is something I've blundered. (Yes the feed URL ends in full)

I just get a spinning wheel for both the events page (http://resilientmanitoulin.com/events/) and in the sidebar widget. Any tips on how to go about debugging this?

Comment by views12, Dec 11, 2009

eeee


Sign in to add a comment
Hosted by Google Code