I fixed some database issue (hopefully) thanks to Ron. Also using Ron’s fix, took care of some access level issues.
Also added a feature for selecting the time. It is based on 30 minute increments but there is an option to change that.
I fixed some database issue (hopefully) thanks to Ron. Also using Ron’s fix, took care of some access level issues.
Also added a feature for selecting the time. It is based on 30 minute increments but there is an option to change that.
Hey Luke, thanks for the awesome calendar. I am just having a small problem with it though. I am using the large calender on its own page but for some reason it gets displayed as basic text with no events or borders etc. What is causing this? thanks!
Very good job. Calendar is perfect.
I have asked you before, maybe you didn’t see it. Is it possible to show today’s date in the calendar view as well?
David C,
Send me a link to your site trough the contact form so I can see what you mean.
Costas,
The current date is already marked but you current theme must not have anything in the style sheet about it. The id=”today” so add the formatting you want in the style.css under your theme directory. I did it this way so that the style of the current date would be set by the theme, but if it does not show up then it needs to be entered manually.
Hi, i have problems with EC6.1, in admin section all EC6.1 option all shown as plain text. U will see an post on my Blog with screen soot.
I’m using many plugins it is possible that they collide with EC?
//sorry for my bad English//
Thanks Luke.
As an example, look for your theme’s “style.css” file. Open it and insert the following lines:
#today {background:#9BA9CF; color:#FFF;}
#todayLarge {background:#9BA9CF; color:#FFF;}
The first line is for the widget calendar and the second is for the large calendar. This will highlight today’s date with a light blue background and white lettering.
You can change the colors to whatever you want. You don’t even have to have a different background but it stands out more if you do.
Ron
thanks both.
Costas
Luke,
In Event List display option, it is no longer displaying time or date.
joe,
Are you sure you have entered a date and time for the event? It won’t display anything you haven’t entered.
Ron
Yes, it is all there.
Luke, one problem with the new version 6.2.
When you click on the next or previous month the calendar disappears.
The problem is in ec_calendar.class.php. It looks like it is on line 38 which is:
$ecFile = TEMPLATEPATH . “/style.css”;
I took out TEMPLATEPATH above and put in the actual path. It tested out fine with no errors.
Ron
Luke this is a great plug-in!!!.. It works great. I just have one question:
*On my blog (i use it locally for testing).I also have another plugin called “Role manager” which allows me to create and modify the user roles that i have on my blog; but When I go to event_calendar options I get the default roles from wordpress. do you think that it would be possible to use customized roles?
I know just a little of php (in other words I’m a newbie), and i think that I understand a little bit about the code; if I find a way how to fix it…I will let you know….
Thanks.
I forgot to say, I have version 6.2 of your plug in. And this is the link for the other plugin that I use:
http://www.im-web-gefunden.de/wordpress-plugins/role-manager/
OMG… this is too much code.. =)…and i just finished my “hello world” PHP program…
….I guess i need to learn more..
the website is on localhost at the moment so ill give you a link to the pic. http://img171.imageshack.us/img171/6934/82153081ed8.jpg
Thanks again for the updated version and for including the suggestion to retain the time/date formats between upgrades.
Something to consider a little longer term perhaps… the popup event information breaks xhtml validation because of the inline javascript. Maybe consider moving the javascript to an external script and pass parameters to it. I have to admit that’s beyond my coding capabilities so I don’t even know if it’s feasible, but it would be nice to have xhtml validation back.
John