Casey

Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 3,499 total)
  • Author
    Posts
  • in reply to: Saved venues and organizers emtptied on new event submission #71519
    Casey
    Participant

    Hannu,
    I’m unfortunately unable to replicate this issue. Can you try reverting to the default Twenty Thirteen theme and see if this issue still persists?

    in reply to: Captcha desperately needed. Received 200 spams just today! #71517
    Casey
    Participant

    Tim,
    So you never created a folder called ‘tribe-events’ in your theme directory?

    in reply to: Change Datepicker Format #71516
    Casey
    Participant

    Jonah!
    Hey man! It looks like you’ll have to do a template override and change the classes on those datepicker input fields to use that Gist snippet.

    Otherwise the code from events-admin.js is basically overriding the JS from this gist.

    Something like this should work after doing an override of ‘views/modules/datepickers.php’: https://gist.github.com/ckpicker/7030311

    in reply to: Captcha desperately needed. Received 200 spams just today! #71496
    Casey
    Participant

    Tim,
    Just to confirm, did you already have a folder in your theme directory called ‘tribe-events’? If so, then you’ll need to update all of your Community template files to the newer version.

    Since 3.1 was a substantial re-write on how Community handles templating, I would suggest just deleting everything in your ‘tribe-events/community’ folder and starting from scratch, unless you’ve made some previous customizations.

    First of all, just let me know if you have performed a template override by checking for a folder in your theme directory called ‘tribe-events’ and then we can go from there.

    Thanks!

    in reply to: Captcha desperately needed. Received 200 spams just today! #71489
    Casey
    Participant

    Tim,
    I just had a thought, have you performed any template overrides to Community in the past? If so, you might have some outdated template files that would cause the spam protection to not be functioning correctly.

    in reply to: Disable Event Image Upload #71485
    Casey
    Participant

    H2ca,
    Yes, you can definitely remove the image upload field easily enough. Just perform a Template Override by doing the following:

    1) Copy ‘/wp-content/plugins/the-events-calendar-community-events/views/edit-event.php’ to the following directory: ‘/wp-content/themes/YOUR_THEME_DIRECTORY/tribe-events/community/’.

    2) Find the following code on line 53:

    
    

    and change it to the following:

    
    

    Then save the file and you’ll be good to go!

    Just let me know if you have any questions about how to do this. Thanks!

    in reply to: Add custom text after event has been submitted #71483
    Casey
    Participant

    That’s not currently possible, but we do have a way to redirect the user to a different page after a successful submission. Take a look at this tutorial that will do the trick: https://theeventscalendar.com/redirect-to-different-url-after-community-event-submission/

    Let me know if that will do what you’re looking for. Thanks!

    in reply to: Plugin Image Source Control #71316
    Casey
    Participant

    Oheinrich,
    Unfortunately our plugin doesn’t currently support this functionality, but feel free to suggest it as a new feature on our UserVoice page so we can consider this for a future release.

    As a workaround, you could definitely add an optional Custom Field for the user to fill in the source information, which would then display when the event is viewed.

    Any functionality beyond that would require custom development, which we unfortunately won’t be able to assist with. Take a look at the Community documentation, which will hopefully give you the information you might need for any customizations.

    Just let me know if you have further questions. Thanks so much!

    in reply to: Captcha desperately needed. Received 200 spams just today! #71315
    Casey
    Participant

    Tim,
    Can you help us learn more about the spam posts? Is there any consistency to them, or anything we can learn from them?

    in reply to: Add Event in the frontend #71311
    Casey
    Participant

    Peter,
    We generally encourage folks to read all of the product details before purchasing, but it seems that we’ve failed to communicate the functionality clearly, so we can definitely give you a refund.

    Just email pro (at) tri.be with a link to this thread and they can help you out.

    Thanks!

    in reply to: Captcha desperately needed. Received 200 spams just today! #71305
    Casey
    Participant

    Tim,
    Some of our other developers recommended this plugin (in spite of the goofy name!) for protecting your registration page.

    Give that a try and see if you’re still having a problem with the spam users.

    in reply to: Add Event in the frontend #71250
    Casey
    Participant

    Peter,
    You can find more information on the Community Add-on here. Take a look at the features there and let me know if you have any further questions.

    Thanks!

    in reply to: Editing Event Descriptions Shows HTML #71191
    Casey
    Participant

    Great! Glad to help! Feel free to start another thread if you have further questions.

    in reply to: Editing Event Descriptions Shows HTML #71184
    Casey
    Participant

    Jonathan,
    The only way to do something like this would be to edit the plugin files, which I don’t recommend. If you only wanted to display plain text when editing an event that has an HTML description, you could change line 2109 of ‘lib/tribe-community-events.class.php’ to something like this:


    echo strip_tags($post_content);

    This would basically strip out all HTML tags before displaying them in the textarea field.

    Keep in mind that these changes will be lost when you update the plugin, so consider that your warning. 😉

    Good luck!

    in reply to: Datepicker Not Working #71180
    Casey
    Participant

    Great! Glad to hear you figured this one out. Since it seems like you’re all set, I’m going to mark this thread “Answered” and close it out.

    We really appreciate your support and please let us know if you need anything else in the future. If you find yourself with a few minutes and would be so kind as to give us a “Works” rating or a positive star voting on the WordPress.org repo (http://wordpress.org/extend/plugins/the-events-calendar/), or even a shoutout to your followers on Facebook or Twitter, it would mean a lot to us. Thanks again for using the plugin.

Viewing 15 posts - 2,821 through 2,835 (of 3,499 total)