753 Posts in 310 Topics by 289 members
| Go to End | Next > | |
| Author | Topic: | 7611 Views |
-
Event Calendar Widget

28 August 2009 at 12:06am Last edited: 29 August 2009 6:47am
A widget to display a summary of your events from the "event_calendar" module.
It uses the jQuery UI Datepicker to show the actual calendar.
Features:
* All of the standard CalendarWidget features but week selection.
* Display a calendar widget with selectable dates.
* Uses the jQuery UI Theming framework.
* Allows for custom jQuery inclusion, so no duplicate scripts.
* Has a live mode in which a list of actual events is requested from the server, and only those dates are selectable.
* Allows for both synchronous and asynchronous requests.
* If requests fail, the normal non-live behaviour is restored.The module allows for translations (it's just 5 strings or so!), and comes with English and German files.
(Not sure what is happening here, but the forum is giving the archive funny names and does not let me remove attachments. Version 1.3 is the current one.)
-
Re: Event Calendar Widget

29 August 2009 at 6:25am
I have added a button to the month name, so like in the standard widget, you can click this to get to the overview.
-
Re: Event Calendar Widget

18 September 2009 at 10:09pm
question ... is this compatible with 2.3.3 ... this doesn't do anything for me.
-
Re: Event Calendar Widget

18 September 2009 at 10:13pm
I am using 2.3.3 as well, so the answer is yes.
What do you mean when you say it "doesn't do anything"? Does the widget not show up in your WidgetAreaEditor, does it not show up on your site, or does the calendar not load?
-
Re: Event Calendar Widget

19 September 2009 at 6:08pm Last edited: 19 September 2009 6:09pm
Tessory, sorry for the short reply. It was getting late for me.
I wanted to look into this more before i posted anything to make sure it wasn't something i was mistaking though. It seems I can't pick this in the widgetarea in the cms for any page.
I noticed a trend in widgets that don't work for me. all the widgets that don't work use the functions to return static $title and $description. The widgets that work use a declaration of static $title = '' instead of function calls. also there are no "_t()" calls in the ones that work.Thank you for any help, I hope I am not just missing something here.
-devnull
-
Re: Event Calendar Widget

22 April 2010 at 5:28am
It seems the widget(1.3) doesn't work in 2.4Rc1. No rendering in the sidebar. Backend works fine. Any tips?
Thanks Pipifix
-
Re: Event Calendar Widget

20 May 2010 at 1:13am
On my site, I think I'm getting the request failed non-live version of the widget. How do I trouble shoot to find out if the request has failed and how to fix it? The widget has all dates selectable, not just the dates with events.
Thank you,
Jay -
Re: Event Calendar Widget

7 October 2010 at 9:32am
Hey Pipipix
We have finally got this widget to work. Not sure if this is the right way to go about it, but it made it work for us (with out having to hard code it into the page).
In the EventCalendarWidget.php we first changed the "class EventCalendarWidget_Controller extends Controller" to be "class EventCalendarWidget_Controller extends Widget_Controller" .
Then moved the
public function Content()
{
...............
...............
}
down in to the Widget_Controller. I think that alternativly you could just put an Initi fuction in the widget_Controller that calls this function.Now the eventcalendar widget shows up in my side bar.
Hope that helps...
L
| 7611 Views | ||
| Go to Top | Next > |


