WP Calendar
WP Calendar ist ein sehr einfach zu bedienendes Kalendar Plug-In. Der Aufbau und die Bearbeitung von Terminen ist an die Bedienoberfläche von Artikeln und Seiten angeleht. Nebst einigen Optionen ist vor allem die Anwendung bzw. Verwendung innerhalb von Themes, Artikel und Seiten sehr einfach und ausführlich dokumentiert.
Features
- Ganztägig Termine
- Kategoriesierung (WordPress Kategorien)
- Terminstatus (Entwurf, Veröffentlicht)
- Einfache Adminoberfläche im gewohnten WordPress Stil
- Terminübersicht mit Filter- und Blätterfunktion
- Massenoperationen (Löschen, Statusverwaltung)
- Grafischer Datumpicker für das Auswählen von Daten
- GrafischerKalendar im Blog
- Widgets
- Gleiche Berechtigungsanforderung wie für Artikel und Seiten
- Datumsformatkonfiguration
- Einfache und vollständige dokumentierte Integrationsmöglichkeiten
- Unterstützung von speziellen Tags für die Integration in Seiten und Artikel
- Verschiedene PHP Funktionen für die Integration in Themen
- Ausgabe einzelner Anlässe
- Ausgabe mehrerer Anlässe mit vielen Optionen
- Gruppierung von Anlässen bei der Ausgabe
- Filtermöglichkeiten über jedes Feld bei der Ausgabe
- Ausgabe sämtlicher Felder möglich
- Vollständig internationalisiert
Features (geplant)
- Terminwiederholungen
- Benutzerdefinierte Felder
- Google Maps Integration
- Grafische Kalenderausgabe (Ajax)
- Dashboard Integration
- Kalendar Widgets
- Vorlagen für Orte
- Vorlagen für Beschreibung
Verwendung
WP Calendar kann auf verschiedene Arten in WordPress integriert werden. Aktuell sind einige Widgets in Entwicklung. Für den Moment können die Daten direkt in das Theme oder in Artikel/Seiten unter Verwendung von speziellen Tags integriert werden. Ich habe hierzu eine Anleitung geschrieben.
Download
Die aktuelle Version ist 1.0.0.
Herunterladen vom offiziellen WordPress Repository.
Bugs
Bitte alle Fehler als Kommentar auf dieser Seite melden.
History
- V1.0.0
- Javascript date and time validation
- Dates and Times now formatting according your settings
- Dates and Times corrected if the finish date/time is before the start date/time
- More options for the graphical date chooser
- Integration of FullCalender, a nice graphical, ajax-base calender
- Widget support
- Several other errors
- V1.0.0 RC4
- Parameter `alwaysshowenddate` funktioniert nicht
- Fehler, wenn für eine Tag der Parameter `template` verwendet wurde, der wiederum Brackets {} enthielt
- Fehler beim Parameter Parsing (Escaping)
- Events können nicht gelöscht werden
- Tabelle `fsevents_cats` fehlt
- Massenoperation `Veröffentlichen` funktioniert nicht
- Events werden auch angezeigt, wenn als Entwurf gespeichert
- Endedatum wird nicht angezeigt
- Datumsfilter überarbeitet
- V1.0.0 RC3
- Fehler im Datumsformat im Admin Interface
- Beschreibung wurde nicht mit dem Filter `the_content` gefiltert
- Code Bereinigung bei der Datumsformatierung
- Tag {event_url} fälschlicherweise mit Ausgabe, auch wenn keine ID definiert
- Zeilenumbrüche wurden nicht dargestellt bei der Ausgabe
- Slashes (\) wurden nicht korrekt gefiltert
- Fehler in der Dokumentation
- V1.0.0 RC2
- Datenbanktabellen wurden nicht richtig angelegt
- Events konnten nicht gespeichert werden
- Verwendung neu der Funktion date_i18n
- v1.0.0 RC1
- Initiale Version
Spenden
Wenn Du dieses Plug-in magst, denke doch über eine kleine Spende nach.
Great idea – I hust tried it out.
If you try to install it on a multiblog (not WordPress MU), the database for the first (major) blog ist written, but not for the other ones. Normally any activation of plugin creates onw databse.
eg.
WordPress database error: [Table 'blog1.blog2_fsevents' doesn't exist]
SELECT DISTINCT count(e.eventid) FROM blog2_fsevents AS e ORDER BY e.tsfrom ASC
WordPress database error: [Table 'blog1.blog2_fsevents' doesn't exist]
SELECT DISTINCT e.eventid FROM blog2_fsevents AS e ORDER BY e.tsfrom ASC LIMIT 0, 15
WordPress database error: [Table 'blog1.blog2_fsevents' doesn't exist]
SELECT COUNT(eventid) FROM blog2fsevents
hi. how to you realize a multiblog system? do u use another plugin or did you hack the wp-config file? thx for some mor information.
Tried installing it, but hit this error:
Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homepages/17/d164652579/htdocs/nyeduwire/wp-content/plugins/wp-calendar/fsCalendar.php on line 23
Any idea what to do here?
hi dave. which php version do you use? windows environment?
Parse error: parse error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/perfecte/perfectexposure.biz/html/maranatha/wp-content/plugins/wp-calendar/fsCalendar.php on line 23
I get this error when trying to activate the WP Calendar. I use the Studiopress church theme.
I think you’re both using an older php version, which do not support constants in classes. i will replace this constant by a var… in the RC3
just installed from plugin interface, worked fine.. how do i call the events to a page??
thx
nice to hear. if you want to display an event on a page use the differnt {event_…} tags in your page content. To pass the events id, you can eighter use a tag {event_id; id=x} or – to make it more dynamic – you pass the id by url http://www.yourdomain.com/yourpage/?event=x
Nettes PlugIn, läuft soweit ganz gut, vielen Dank.
Folgende Probleme habe ich jedoch noch:
1. Upload von Bildern
Das scheint ja generell möglich zu sein, jedoch wird dort mehrfach ein “\” in den Code geschrieben, was am Ende wie folgt aussieht:
2. Formatierung von Text durch den Editor
Bold und auch Listen funktionieren ganz gut, jedoch werden einfache Zeilenumbrüche oder neue Absätze nicht erkannt.
Irgendeine Idee? Danke im voraus!
Nachtrag Bilder:
a href=\”http://www.adresse.com/wp/wp-content/uploads/bild.png\”></a
hallo steffen
vielen dank für den input. das problem mit den zeilenumbrüchen habe ich ebenfalls erkannt. es liegt daran, dass der text nicht durch die wordpress filter läuft. ich habe diesen bug bereits behoben und hoffe am wochenende den RC3 releasen zu können.
das mit den bildern werde ich prüfen und fixen.
danke für deine inputs!
Hello, i put this in my templates:
10,
‘exclude’ => array(387, 827),
‘before’ => ”,
‘after’ => ”,
‘template’ => ‘{event_subject}@{event_location}’
);?>
I guessed it was supposed to output a list of 10 events excluding those two. That code gives me an error – last line. Please help.
hey.. let me tell you something,,,, you’re doing a great!!!! thank you so much it works great!!!
I got a ‘DB Error’ message when trying to publish a new event.
I’m using RC2.
Any clue?
TIA!
hi victor
your problem is a missing ) at the end. this missing ) is also missing in the code example of the usage examples.
your code should end with ));?>
I just installed the latest version and still get the same error :
Parse error: parse error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/perfecte/perfectexposure.biz/html/maranatha/wp-content/plugins/wp-calendar/fsCalendar.php on line 24
Nice Job!
I’ve manage to set a list with events in my sidebar. However, can’t really find out how to set up an Single Page View or have each listed in sidebar event to point to an additional page or post.
Appreciate your answer.
OK … I may be a bit blind, but that info may need to be set to be more obvious on first look… However… Nice job on that Plug-in… Hope update with widget for sidebar will come shortly. Regards.
Hallo, ich bin kein Programmierer und zunächst von der Einfachheit begeistert. Ich habe eine Seite “Termine” angelegt und zwei Kalendereinträge erstellt. Auf der “Termine-Seite” habe ich folgenden Code eingefügt:
{event_subject}{event_startdate} {event_starttime} – {event_enddate} {event_endtime} @ {event_location}
Statt einer Liste der Termine, kommt auf der Seite jedoch dies:
—->
Termine
Event not found
– @
<—–
Was mache ich falsch?
Vielen Dank
Hallo Frank
Mit diesen Tags baust Du keine Auflistung, sondern stellts Details zu genau EINEM Event dar. Damit diese Felder gefüllt werden, muss man ja wissen, welcher Event das ist. Also muss die ID des Events entweder auch als Tag übergeben werden ( {event_id; id=999} ), oder du übergibts die ID des Event mit der URL ( http://www.meineseite.de/termine/?event=999 ).
Da du aber von TerminE sprichst, gehe ich eher davon aus, dass Du eine Auflistung erzeugen möchtest. Hier zu verwendest Du den Tag {events_print}. Dieser gibt standardmässig eine Auflistung von einer bestimmten Anzahl zukünftigen Events aus. Die entsprechenden Werte (Template, Anzahl Einträge) kannst Du in den Einstellungen pflegen. Ansonsten könntest Du aber auch sämtliche Optionen dem Tag übergeben. Die Optionen sind dokumentiert und identisch mit der Funktion fse_print_events. Dein Template pflegst Du am Besten ebenfalls in der Konfiguration.
Grüsse Faebu
Hey Faebu, vielen Dank. Ich blicke noch nicht alles, aber fürs erste funktionierts!!!
Gruß Frank
hi, I can’t delette any event, message “The event 0 does not exist”, and also can’t filter by category using ‘category’ => array(5,8),
I’ve checked the sript and database and found taht table fsevents_cats does not exist.
thanks!
mauro
I am working on a site design in wordpress 2.8.6 and I was using 1.00rc1 and the posts would not switch days they were always on the 1st, I went to upgrade to 1.03 but get a fatal error. I am more than happy to pass info on to resolve this and donate. If you could email me back I want to try to resolve this ASAP since I am on a tight deadline. Thanks for your time.
Hi!
Thanks for great plugin!
iCal support would be great (exporting data in iCal – so I could subscribe to calendar from my applications [like Google Calendar])!
Hallo, ich hoffe, du arbeitest an neuen Versionen deines Kalender-Plugins.
Ich habe leider folgendes Problem:
Ich benutze für die Sidebar die Listendarstellung mit dieser Vorlage:
{event_startdate} {event_starttime} – {event_enddate} {event_endtime}
Das Problem dabei ist, dass das Event über zwei Tage hinweg geht, es wird aber nur der erste Tag angezeigt.
Beispielevent: Anfang 16.01.2010 9:00, Ende 17.01.2010 18:00
Ergebnis: 16. Januar 2010 9:00 – 18:00
Das gleiche tritt auch an anderen Stellen auf.
Hallo,
Danke nochmal für das PlugIn und auch für die schnelles Bugfixes!
2 Probleme treten leider noch auf bei meinem Kalender:
1. Nichtveröffentlichte Drafts werden trotzdem live angezeigt. Woran mag das liegen?
2. Kalendereinträge werden gleich zu beginn der Startzeit offline gestellt, d.h. wenn ich z.B. ein Event habe, welches am 23.12.2009 um 22:00 Uhr startet und am 24.12.2009 um 03:00 Uhr endet, dann möchte ich auch, das es bis 03:00 Uhr angezeigt wird. Es geht aber schon um 22:00 Uhr offline. Ist das möglich?
Thanks in advance!
vielen dank für die fehlermeldungen. ich werde ende februar eine bereinigte finale version releasen.
thanks for all the bug reports. i don’t find any time to fix these bugs right now, but i will release a final version at the end of february.
Hi, RC3 drops the category table in the upgrade script (line 1331 in fsCalendar.php):
$sql = “DROP TABLE `fsevents_cats`”;
$wpdb->query($sql);
I assume you meant to re-create the table and that code got left out…
Creating the wp_fsevents_cats directly through phpMyAdmin makes categories work again:
CREATE TABLE IF NOT EXISTS `wp_fsevents_cats` (
`eventid` int(11) NOT NULL,
`catid` int(11) NOT NULL
);
Thanks for a great plugin!
Hallo faebu,
erst einmal vielen Dank für das geniale Plugin!!! Tolle Arbeit! Weißt du schon, wann die Bug-breinigte Version erscheint. Ich habe hier auch das Problem, dass man keine Termine löschen kann… “Der Event 0 existiert nicht” ….
Oder gibt es da einen Workaround?
Danke!
Thomas
Hallo Thomas
Ich habe verschiedene Fehler korrigiert und muss nur noch die neueste Version freigeben. Leider habe ich gerade ein wenig Problem mit meinem Repository. Kommt aber bald.
Grüsse faebu
New RC 4 released. It fixes various bugs. The final release is still under development, it will have Widgets Features and some small changes in the admin interface!
Great plug-in! i will help in localization into italian. when you think that will be ready also the google map localization?
wenn ich den plugin aktiviere, krieg ich 4 mal folgende meldun in mein dashboard und auf die homepage:
Warning: Wrong parameter count for _() in /home/httpd/vhosts/fribletz.lu/httpdocs/wp/wp-content/plugins/wp-calendar/fsCalendar.php on line 1983
great plugin, by far the best calender i’ve implemented to date (in theory) i have tried to use the template function fse_print_events_list() and all it does is reprint the template for each event e.g:
{event_subject}{event_startdate} {event_starttime} – {event_enddate} {event_endtime} @ {event_location}
how can i solve this
hi seb. i just misstyped one character in v1.0.1. this is why it didn’t work. i just released v1.0.2 with some other improvments. it should work again!
Hi F, can you give me some sample php-code to implement into my theme. I am not a coder and I cant really find any info once I installed the plug.
The event handling is superb, also… the manageble widget listing rocks.
I’ve just installed the plugin and have two comments/bugs to mention… First, when I click on the Settings > (F) Calendar it takes me to a list of events rather than to an options page. Secondly, when I create a new event there was a format box that allowed me to customize a little code for the event’s display… it had a typo in the beginning instead of . I corrected that, but now I can’t seem to find that code again. Not sure what’s going on, but I’m interested in getting the plugin to work properly…
Cheers,
Jase
Seems like we have the same trouble Jase. I was asking for help yesterday, but my answer lies buried in the not availble options page I suppose. I guess there is a bug, making the options page unavailable. I will downgrade to an earlier version to see if I can get hold of the options page.
The downgrading helped. Options page now shows up when clicking Calendar in the Settings.
V1.0.3 released. fixes the options page and the editor problem.
Hi, super Sache! Gibt es eine Möglichkeit, ein Event-Archiv anzulegen? Danke!
Was ist ein Event-Archiv? Bitte beschreibe und ich überlege mir, ob und wann ich das umsetzen könnte.
If you like my plug-in please vote at wordpress.org!
Hi nochmals, mir geht es darum: Beim Einsatz des Widgets verschwinden die vergangenen Events (ist ja auch richtig so). Ich hätte aber gerne eine Möglichkeit (zB Seite), wo automatisch die bereits vergangenen Events gelistet und die Detailseiten aufrufbar sind. Idealerweise könnte man dann vielleicht auch eine Rezension dazu hängen. Danke & lg! Philipp
Hi
I have a question about the calander or its more like an idea..
Is it posible to make “events” that only the admins can see?
If not can u make this? if u do pleas send me a mail and i will donate some money realy need this
Hi,
ich würde gerne die Hintergrundfarbe bei der Auflistung der Events abwechselnd ändern. Die Lösung wäre natürlich über php. Aber php wird aber bei ‘fse_print_events’ nicht interpretiert. Gibt es hierfür eine Lösung!
Vielen Dank und viele Grüße,
Dirk
Hi,
ich habe eine Lösung mit jQuery gefunden!
$(document).ready(function()
{
$(“tr:even”).css(“background-color”, “#F4F4F8″);
$(“tr:odd”).css(“background-color”, “#EFF1F1″);
});
Viele Grüße,
Dirk
Hi,
I can’t use the date 31.08.2010, then WP Calender automatic changes it to 01.09.2010 ??
Am I doing anything wrong here??
Thank you in advance.
Hey,
First of all I would like to say great plug-in. I have one issue. My events on the full calendar that are only one day events with a start and end time only show “5:00am” as the time. It is fine everywhere else. Any suggestions?
Thanks.
Hi Kent
I just fixed this issue and will release a fix asap.
Cheers
hi Mark
FullCalendar is only showing the start of the event in the month view. Maybe there are some options, please check the FullCalendars options.
So there is a timezone issue. My full calendar is set to a different timezone then my event list. Where do I need to be looking to solve this issue?
hi
everything works except for the most important part. when I click on event, I just get to the calender and today´s date.
doesnt matter if i click on the event in the widget bar or on an event in the calender, it always brings me back to the calender with today´s date.
What is going wrong here?
Thanks
Conte
Hi,
Please, can you explain me just to insert an event in the calander.
I’m sorry but i’m a pure novice.
How to find the ID ?
Just an example please.
Congratulation for you fabulous program.
Thanks
Eric
Hi,
Just started playing with the plug in on a blog site, and ran into a small problem with a couple of the events that I had added. Their description had a price in them – something like $10, and that price was getting left out.
I made a change to my fsCalendar.php file that fixes it (though not having any PHP experience, I don’t know if it’s the “right” fix).
What I did was add a line near the end of the filterContent function so that instead of:
$content = preg_replace(‘/’.preg_quote($m[0]).’/', $rep, $content, 1);
I have:
$rep = preg_replace(‘/’.preg_quote(‘$’).’/',’\\\\$’,$rep);
$content = preg_replace(‘/’.preg_quote($m[0]).’/', $rep, $content, 1);
Again – don’t know if there are issues with it, but it makes the plug in do what I want it to
hi beth
thanks for your bug report. i’ll fix that in the next version.
greets faebu
Hi,
wenn ich in den Einstellungen auf “Änderungen speichern” klicke, bekomme ich die Fehlermeldung “Fehler! Einstellungsseite nicht gefunden”. Die URL springt dabei von “http://DOMAIN/wp-admin/options-general.php?page=wp-cal-settings” auf “http://DOMAIN/wp-admin/options.php”
Gruß, Claudio
Hi, is there way to use local time settings…? When i put time to my event, it is two hours wrong in a widget…
Hi there. Found a bug in version 1.1.0, in FormEvent.php, line 159. It says
if ($this->userCanAddEvents()) {
which throws a fatal error whenever I tried to save an event. I changed it to
if ($fsCalendar->userCanAddEvents()) {
and it seems to work fine *crosses fingers*
Another bug (should I be reporting these somewhere else?) I found a divide-by-zero error on line 316 of fsCalendarAdmin.php — I didn’t know where the variable $epp came from, though, so I’m not sure how to fix this one.
And one question! (Sorry to be a pest.) In the two templates for output, is there any way to do conditionals? For instance, if it’s an all-day event, the times shouldn’t show, so perhaps something like
({event_allday} ? : {event_starttime})
Would that be possible, or should I go and rewrite the display code?
Wenn ich ein Termin erstelle. Bekomme ich folgenden Fehler. Sowohl bei der 2.9.2als auch bei der 3.0 Version:
Fatal error: Call to undefined method fsCalendarAdmin::userCanAddEvents() in C:\xampp\htdocs\wordpress292\wp-content\plugins\wp-calendar\FormEvent.php on line 159
In 2.9.2 erscheint unterhalb der Events folgender Fehler: Warning: Division by zero in C:\xampp\htdocs\wordpress292\wp-content\plugins\wp-calendar\fsCalendarAdmin.php on line 316
Schade alles. Mir gefällt das Plugin so gut!
mit der neuen V1.1.1? diese müsste eigentlich die probleme beheben.
grüsse fabian
Love the calendar. One weird bug. LAMP server set to proper time zone. WP set to proper time zone. Displaying individual even shows proper time (example 11am to 3pm), but month view shows 6am. (6am+5 hours = 11am. I’m CST6, but due to Daylight Savings, am just +5 right now.)
Any ideas where to look to fix this bug? (I’m guessing that somewhere the code is doing Server+Wordpress instead of just WordPress’s TZ setting.)
Thanks.
Das beste Kalender Plugin das ich bisher gesehen habe! Nur eins ist mir aufgefallen, wenn ich versuche einen Termin für Januar 2011 anzulegen (Tag ist egal) erscheint die Meldung: Bitte geben Sie ein korrektes Datum ein. Jedes andere Datum in 2011 funktioniert…
Excellent plugin which I’m currently using to display upcoming football club fixtures via the widget in our sidebar
One suggestion I would make is it would be great if the plugin had a shortcode system that allowed for it to be used in posts and pages easily – for example, it would be great if I could quickly create some pages listing the clubs friendly, league and cup games, using a tag like [wpcal catid=5] for example.
hi cauk82
this is allready supported. use the following tag to print a list of events of a certain category:
{events_print; categories=”2, 3″}
if you want an unordered list (which supports by grouping, e.g. per month) use the tag {events_printlist; …}
Please refer to the usage documentation of the calendar options page for all supported shorttags and parameters.
cheers
Hi!
Thanks for great plugin!
I have a question. To change the background color of the calendar by category What do I do?
We want as shown below.
http://blogs.yahoo.co.jp/yet_another_mac/29813729.html
Nice calendar but it essentially removes the events from the calendar on the day they’re suppose to happen. For instance today is July 23 and we have 3 events regretably the calendar will only display 1 because that event is over 2 days and not just 1. Not good. Any ideas?
I just uploaded WP Calender to StudioPress Genesis on WP 3.0 and got the following when I tried to activate it.
Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/content/c/o/u/cougarmedia/html/blog/wp-content/plugins/wp-calendar/fsCalendar.php on line 30
Any ideas? Mike
hi mike. this plug-in requires php 5!
faebu
I upgraded to 5.0 on my host server (godaddy) and still get the message. I deleted wp-calender and reinstalled it but the same error occurs. Ideas?
Mike
Correction: I tried to activate the plugin an hour later and it successfully installed. Thanks for your help!!
Mike
ok, nice to hear!
I can’t seem to add any events in the month of January…it always says invalid date. What am I doing wrong? Or is this a bug?
Great Plugin, by the way.
Confirmed bug somebodys_kid – I’m having the same issue both with and without the graphical calendar enabled and disabled in the admin panel. There must be a small error with the javascript which validates the date inputs on the edit / add event pages.
Hi Fabian,
I having a problem with the event text editor.. perhaps you can help?
1. in visual mode the text is not shown. It is there as if you highlight it it appears
2. the editing box is only active in part of the space it can be. It can be extended to be bigger but reverts on refresh.
3. Once the window is extended the display of text is wrong, wrapping not working correctly.
4. Click HTML and then VISUAL again then causes both edit areas to disappear completely
I can send pictures if you would like.
PHP Version 5.2.13, WP 3.0.1
All the best
Andy
Hello, Master,
Thanks for your great plugin. Please, answer my stupid question about how to integrate events list or full_calendar table into a page. I have a widget in a sidebar, but want to have a special page where one can find all of events, sorting by date, or – it woiuld be the best – a page with full_calendar table.
I khow that you’ve answered such a question already and have this answer in a manual. BUT. I am not a web monster and can’t understand what should I do with the tag {events_calendar}? Just to place it in my page? it doesn’t work…
Thanks in advance
Hi Fabian,
Just tried your latest version 1.1.4 with 3.0.1 and still have the same issues.
I have also noticed that when your plug in is installed then the menu items in my ecopro theme (from pagelines) are formatted incorrectly.
Also viewing event entries does nothing. I click on “view”, it thinks for a few seconds and then just stays on the same page with no change.
All the best
Andy
Anyone else getting the SQL query being printed out on the page in the sidebar widget? Been happening since upgrading the plugin to 1.1.4 last night.
Yes, I’m getting the SQL statement also in the widget since the last update.
Thanks for the quick update to fix the SQL printout issue :thumbsup:
Hi,
klasse Plugin.
Ist schon abzusehen wann mit der Terminwiederholung zu rechnen ist?
Hi, on the calendar settings page in wordpress. When I make changes and tries to save, nothing saves. I’m using 1.1.5 of wp calendar and wordpress 3.0.1
How can I allow usesrs with the “author” role to edit the events they published themselves? Currently, they can publish an event, but they cannot make changes to it.
@Andy I have the same problem with the editor, and for me it’s a JS conflict with the cfromsII plugin. If you don’t have this plugin, check for other JS conflicts.
Getting this faliure/error upon install (within wordpress 3.01) :
“Parse error: syntax error, unexpected T_STATIC, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ ”
in reference to:
“html/wp-content/plugins/wp-calendar/fsCalendar.php on line 30″…
any thoughts?
use PHP5
@Amanda
Must the authors be able to edit published post. The documentation on http://codex.wordpress.org/Roles_and_Capabilities#Author says YES, but the “Capability vs. Role Table” on the same page says NO. What is right? Can an author edit published posts?
Thanks! PHP5 fixed it in a heartbeat!
Hi.
Can I include calendar events in search?
Hi,
When I use the WP Calendar (Grouped) widget the tag is shown. But, when using the simple widget the tag is not shown. Is it a bug? You can see an example on http://mailing.acdenderland.be/ I use WP 3.0.1 and the Atahualpa 3.4.9 theme.
Wbr
Jan
Correction: I mean the li tag is shown/not shown.
Wbr
Jan
this is not a bug. because the grouped widgets needs it for the hierarchy grouping. the simple widget just prints “flat” events. you can put your li tags by yourselfes in the template.
Thanks for your quick answer. I was confused because you mentioned: The whole template is automatically surrounded by the li tag.. Now I put an li tag like you mentioned, but the result is not as expected. See http://mailing.acdenderland.be/
What can I do?
Wbr
Jan
Hi!
I found a bug, in getEventsExternal function.
case ‘number’: $a = intval($a); $number = $a;
missing break;
(fsCalendar.php near line 1128);
I set number=4, then show 4 events, but exlude event with ID 4
sorry for my english!
Hi Fabian,
Great plug-in!!
Managed to get over problems with Cforms with 11.5 and WP 3.0.1. i had to do two things in Cforms global settings:
1. popup date picker – unclick “Enable Javascript date picker” option (fixed full calender not showing)
2. WP Editor Button support – “click Fix TinyMCE error” (fixed main problem with event post editor and made it usable)
There are still issues:
1. The event editor not showing full width initially and the resize element in the bottom right corner is for some reason positioned half a centimetre lower. Small problems really
2. The simple widget is not creating space between the box and the text. the left hand edge of the text is right up against the box.
Also, would be great if we could have a copy facility for events
Well done this plug in is great
All the best
Andy
A few issues I”m having. I’m using the twentyten theme for now.
I have {event_enddate; alwaysshowenddate=y} in an event detail page, but it does not show the end date. If the end date is something other than the start date, it shows. but if it is the same as start date it does not show.
When putting in the date on a new event, i can not get a graphic interface to come up for date picker
Would like option to put in either military time or am/pm time