Forum Replies Created
-
AuthorPosts
-
December 10, 2012 at 7:37 am in reply to: Potential Bug: blockRoleFromAdmin blocks ajax for those roles #29187
Casey
ParticipantKyle,
Thanks so much for posting this. I’ll pass this along to our developers.Casey
ParticipantTran,
The instructions of how to do a template override are in the second paragraph:“If you would like to alter the stylesheet or any of the templates, simply create a new folder labeled “events” in your theme directory and copy over any of the files from within the plugin’s views folder (wp-content/plugins/the-events-calendar/views/).”
You can add that function I referenced in your functions.php file in your theme directory, then you should be able to do something like this on line 48: https://gist.github.com/4225116
Let me know if that helps clear things up. Thanks!
Casey
ParticipantTran,
Thanks for reaching out! You can remove the Organizer email address by editing the Single Event Template.In order to do this, you’ll first need to perform a Template Override (https://theeventscalendar.com/what-are-template-overrides-and-how-do-i-do-them/). Once you’ve done that, find the ‘single.php’ file in your new Events folder and edit line 48 (this code: https://gist.github.com/4225116) to mask or encrypt the email as you wish.
Here’s a great PHP function that will encrypt the email using Javascript like you’re wanting to do: http://www.maurits.vdschee.nl/php_hide_email/
Let me know if that helps to solve your issue. Thanks!
Casey
ParticipantJanka,
Sorry to hear you’re having issues. I’d love to help you out, but could you describe your issue in a little more detail? When I click on the link, the event looks correct and I’m not noticing any issues.Just let me know if I’m missing something. Thanks!
Casey
ParticipantCynthia,
Thanks for reaching out! One of our developers is reviewing your issue and we should have a response for you soon. Thanks and stay tuned!Casey
ParticipantAngel,
I’m going to close out this thread since we haven’t heard from you. Feel free to start a new thread if needed. Thanks!Casey
ParticipantGreat! Glad to hear you got this sorted out. I’m going to close this thread out since your issue is resolved, but feel free to start a new thread if you have further issues. Thanks!
Casey
ParticipantChris,
I’m not seeing this in my test environment with Twenty Eleven. It looks like it’s a conflict with the #content tr td style in your theme’s stylesheet on line 5,971. Just remove the following padding style and it should work fine:
padding: 6px 24px;
Let me know if that does the trick!
Casey
ParticipantChris,
Have you tried this with twenty eleven (the default WordPress theme)? It looks like this is probably a conflict with your theme’s styles.Casey
ParticipantTodd,
Thanks for reaching out and glad to hear you got everything sorted out. I’m closing out this thread, but feel free to start a new one if you have further issues. Thanks!November 27, 2012 at 7:25 am in reply to: Community Events submission form replicates itself in secondary sidebar #28541Casey
ParticipantI’m going to go ahead and close out this thread, but will re-open when we have more information. Thanks!
Casey
ParticipantHappy to help. I’m going to go ahead and close out this thread, but feel free to start a new one if you have further issues. Thanks!
Casey
ParticipantMike,
Unfortunately this functionality is not currently available without some custom development, but we hope to have it in a future release soon. Thanks!Casey
ParticipantGlad to hear it! I’m going to go ahead and close out this thread since you’re all set. Feel free to start a new thread if you have further issues. Thanks!
Casey
ParticipantMike,
We are currently considering adding this ability into a future release, but we definitely can’t make any promises on when something like this will be released. With that being said, this functionality isn’t available “out of the box” in the current version of Community. I’m not sure how proficient you are with WordPress/PHP development, but this would currently require some custom coding on your part to implement.Here’s what our developer had to say:
“The user should be able to hook into the ‘tribe_ce_event_submission_form_before_post_submit_button’ hook in order to place the captcha field on the form. From there, he/she should hook into ‘tribe_ce_before_event_submission_page’ in order to process the submission and make sure the captcha was correct, as that action hook is executed before any events are saved. In order for it to most elegantly deal with it to stop the event from saving, he might want to unset the $_POST[‘naes’] variable (‘not an evil spammer’ checkbox on the form) so that it then stops from saving the event (as there isn’t really another great way to stop the process that I see offhand).”
Hopefully this will help to shed a little light on how to implement this custom functionality. Please let me know if you have any further questions. Thanks!
-
AuthorPosts
