Forum Replies Created
-
AuthorPosts
-
Sandro
ParticipantI noticed also upcoming events widget shows 1 day past events!
http://holiday.ge/events/category/tbilisi/Something is wrong…
Sandro
ParticipantPerfect. thanks! that worked.
November 7, 2012 at 11:08 pm in reply to: New user role who can add and remove his/her events? #27689Sandro
ParticipantI created new user contributor and still he cannot add events, he can do everything add articles/posts etc. but I don’t see events link anywhere!
November 7, 2012 at 12:20 pm in reply to: New user role who can add and remove his/her events? #27668Sandro
ParticipantI decided to go the easy way. Use wordpress built in role “contributor” limit it further not to be able to do anything but add events.
But, on my wp installation contributor cannot add events at all. Is this correct behaviour?
November 1, 2012 at 5:40 am in reply to: Cannot change time format on calendar tooltip (table.php) #27426Sandro
ParticipantHi Barry, I did as advised. But now dates don’t get translated! Any other way to fix this?
Sandro
Participanttable#event_organizer, table#event_venue {display: none;}
ok, that is the simplest solution… I was hoping for something cleaner… but anyhow, ty.
October 24, 2012 at 12:53 am in reply to: Table.php limit display of calendar to specific categories #27098Sandro
ParticipantFantastic! works perfectly…
Sandro
ParticipantSandro
ParticipantI know, it is qtranslate plugin that breaks this.
Thank you so much! I really appreciate your help!
1 more issue, and I hope you will be able to help me. I’m trying to make frontpage calendar to display only specific category events. Is it possible to make a filter so if table.php is on homepage, only events from specific category will be populated?
Ideally I will have a variable $myCity on hopmepage, $myCity can be Paris or NewYork. Events calendar will also have categories “Paris” and “NewYork”, I want to use this variable to control display of calendar on homepage. So if $myCity == Paris, only events from that category will be loaded.
Is this possible? Any ideas how I would modify query to attain this?
Sandro
Participanthm, with $date = date(‘Y-m-d’, $start); it worked perfectly! thanks! any ideas what is exact problem here? why this doesn’t creep out in other parts of the plugin?
Sandro
ParticipantSandro
ParticipantHi, something is not right. I get url: http://holiday.ge/events/1970-01-01/ on more link.
Sandro
ParticipantHi, Barry.
That code worked perfectly, thanks!
1 more thing, I’d like to add (more…) link to the cell, so when there are more events and I display only 4, more link should appear. This is quite simple, I did it like this:
[code]
if (count( $monthView[$day] ) > $postsPerCell) {
echo ”.__(‘more’,’holidayge’).’…’;
} else {}
[/code]
But problem is the link itself. How do I link more to the specific day? I found this: tribe_get_linked_day($date, $day); but having trouble using it inside this function.Sandro
ParticipantYes, Please I’d like to have assistance.
Problem is I’d like to have different limits on different calendars.
http://holiday.ge/
http://holiday.ge/events/I’d like to have limit of 4 on small calendar and limit of 6-7 on big calendar. So ideally I should be able to pass some kind of variable before table.php is included in the homepage.
ty.
Sandro
ParticipantYou can close this topic I moved to qtranslate which by default doesn’t require combining comments or star ratings. So I’m done 🙂 ty.
-
AuthorPosts
