Forum Replies Created
-
AuthorPosts
-
October 17, 2013 at 1:05 pm in reply to: Saved venues and organizers emtptied on new event submission #71519
Casey
ParticipantHannu,
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?October 17, 2013 at 12:52 pm in reply to: Captcha desperately needed. Received 200 spams just today! #71517Casey
ParticipantTim,
So you never created a folder called ‘tribe-events’ in your theme directory?Casey
ParticipantJonah!
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
October 17, 2013 at 10:49 am in reply to: Captcha desperately needed. Received 200 spams just today! #71496Casey
ParticipantTim,
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!
October 17, 2013 at 9:21 am in reply to: Captcha desperately needed. Received 200 spams just today! #71489Casey
ParticipantTim,
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.Casey
ParticipantH2ca,
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!
Casey
ParticipantThat’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!
Casey
ParticipantOheinrich,
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!
October 16, 2013 at 11:03 am in reply to: Captcha desperately needed. Received 200 spams just today! #71315Casey
ParticipantTim,
Can you help us learn more about the spam posts? Is there any consistency to them, or anything we can learn from them?Casey
ParticipantPeter,
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!
October 16, 2013 at 10:22 am in reply to: Captcha desperately needed. Received 200 spams just today! #71305Casey
ParticipantTim,
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.
Casey
ParticipantPeter,
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!
Casey
ParticipantGreat! Glad to help! Feel free to start another thread if you have further questions.
Casey
ParticipantJonathan,
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!
Casey
ParticipantGreat! 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.
-
AuthorPosts
