danieldekay

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • in reply to: Calendar widget broken #1222439
    danieldekay
    Participant

    Dear 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,
    Daniel

    in reply to: Events are spamming calendar multiple times #381597
    danieldekay
    Participant

    That did the job! (almost). The rest I deleted by hand.

    in reply to: Events are spamming calendar multiple times #381493
    danieldekay
    Participant

    Thank you for your suggestion. I am running the cleanup as I write this.

    in reply to: Events are spamming calendar multiple times #348872
    danieldekay
    Participant

    …oops, this post should be in the Events Calendar PRO forum. Can we move it?

    in reply to: Calendar PRO – Some changes to german translation #87518
    danieldekay
    Participant

    Am 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?

    in reply to: Prevent users from adding new categories #87458
    danieldekay
    Participant

    Hello 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,
    Daniel

    in reply to: List of future events #86187
    danieldekay
    Participant

    Dear Barry, thanks for the pointer. I have it solved now.

    in reply to: Different page templates for monthly calendar vs. others #86185
    danieldekay
    Participant

    Too bad 🙁 But I guess that’s the “themer’s dilemma”

    in reply to: Exceptions to recurring events #82556
    danieldekay
    Participant

    Disabling all other things seemed to solve the problem.

    in reply to: Exceptions to recurring events #82113
    danieldekay
    Participant

    Dear 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.

    in reply to: Duplicate Venues and Organizers #82108
    danieldekay
    Participant

    Dear 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?

    danieldekay
    Participant

    It might be general – but a short code snippet in your forum or documentation would be really helpful to many, I believe!

    danieldekay
    Participant

    I 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?

    in reply to: Disable reoccuring Event option #70401
    danieldekay
    Participant

    +1
    I would like to add: is it possible to limit by user role who can do recurring events, and who cannot?

    danieldekay
    Participant

    Dear 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

Viewing 15 posts - 1 through 15 (of 17 total)