Forum Replies Created
-
AuthorPosts
-
danieldekay
ParticipantDear Geoff,
yes, the issue is resolved. I just upgraded from a pre-4 version of the calendar, and had some old code in my child theme. after killing that it was all fine.
Thanks,
Danieldanieldekay
ParticipantThat did the job! (almost). The rest I deleted by hand.
danieldekay
ParticipantThank you for your suggestion. I am running the cleanup as I write this.
danieldekay
Participant…oops, this post should be in the Events Calendar PRO forum. Can we move it?
danieldekay
ParticipantAm I correct that I will need to wait for your next update to see the translation? Can I get a working translation into my site, now?
danieldekay
ParticipantHello Brook,
yes, I am not using the community events add-on. But I do have about 70 editors who can add their own events to the main calendar. I agree that, as part of the “training” I will just add that, and maybe prune the database every now and then.
Do you know if there might be a simple way to just not display the “add new category” from the edit form?
Thanks,
Danieldanieldekay
ParticipantDear Barry, thanks for the pointer. I have it solved now.
January 3, 2014 at 7:49 am in reply to: Different page templates for monthly calendar vs. others #86185danieldekay
ParticipantToo bad 🙁 But I guess that’s the “themer’s dilemma”
danieldekay
ParticipantDisabling all other things seemed to solve the problem.
danieldekay
ParticipantDear Barry,
I can assure you that in my current installation there is NO dialogue asking me about “series or single instance?” anymore. I had that pre 3.2, but no longer.
I just tried again with my admin account: from the backend I created a series of events, and went back to the event listing in the backend. When I select an event by checkbox, the whole series gets selected. When I click edit on one event and change the time, it doesn’t ask me for anything, but changes the whole series.
I am still trying to debug it further by disabling plugins and themes.danieldekay
ParticipantDear Barry,
actually, I’d not let my users do that, but would have someone with higher level of administration rights do the merge… ideally you’d get a screen where you have left/right both versions and pick what you want, but I would be happy to just delete one and assign all events that use the deleted venue or organizer to the other one. Is that a quick fix you’d be able to provide?October 26, 2013 at 3:34 am in reply to: How do you customize the backend organizer or venue listings? #73063danieldekay
ParticipantIt might be general – but a short code snippet in your forum or documentation would be really helpful to many, I believe!
October 25, 2013 at 5:17 am in reply to: How do you customize the backend organizer or venue listings? #72908danieldekay
ParticipantI tried function add_organizer_columns($columns) {
return array_merge($columns,
array(‘author’ => __(‘Author’),
‘_OrganizerEmail’ => __(‘Email’),
‘_OrganizerWebsite’ => __(‘WWW’),
‘_OrganizerPhone’ =>__( ‘Phone’)));
}
add_filter(‘manage_tribe_organizer_posts_columns’ , ‘add_organizer_columns’);but it doesn’t add content to the new columns. why?
danieldekay
Participant+1
I would like to add: is it possible to limit by user role who can do recurring events, and who cannot?October 4, 2013 at 3:06 am in reply to: Best way to add relationship between Event and custom_post like "DJ"? #69180danieldekay
ParticipantDear Leah, the reason is simple: I want to have a link between an event and multiple DJs or teachers who are at that event. Each linked person should get its own page that has content about that person as well as links back to the events, similar to what Organizer pages look like.
It doesn’t have to be a plugin, I would also do php setup if the custom post type if necessary.
Daniel -
AuthorPosts
