Forum Replies Created
-
AuthorPosts
-
Casey
ParticipantTim,
Thanks for reaching out! Go ahead and take a look at our themer’s guide, which will show you how to perform a template override and also has specific information about the template files for the Community Add-on (screenshot).That should get you started in the right direction, but let me know if you have further questions as you dive in. Thanks! 🙂
-Casey-
Casey
ParticipantAwesome! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantJason,
Ok, after debugging that page, I verified that this is due to SQL_BIG_SELECTS being turned off for your host (Related thread). Try adding this code to your theme’s functions.php to fix the issue: https://gist.github.com/jazbek/6585714Let me know if that does the trick. Thanks! 🙂
-Casey-
Casey
ParticipantJason,
Can you install this plugin for me so I can investigate further? http://wordpress.org/plugins/debug-bar/Just let me know when it’s installed and activated. Thanks.
Casey
ParticipantJason,
Sorry, but those credentials aren’t working for me. Can you verify?Casey
ParticipantAndy,
Thanks for chiming in with your suggestion. How did I not know about that plugin before?!? Thanks for the recommendation, as I’ll start pointing users in that direction in the future. 😀mwsebesta,
Feel free to give Andy’s recommendation a shot, but keep in mind that we cannot officially support third-party plugins, so you’ll need to reach out to the plugin developer if you run into any issues using it.Just let me know if I can help further here. Thanks! 🙂
-Casey-
Casey
ParticipantJason,
Just send me a private reply with an admin login to your site. That way I can verify and troubleshoot further. Thanks! 🙂-Casey-
Casey
ParticipantNatalie,
I did find this third-party plugin that you might be interested in: http://wordpress.org/plugins/the-events-calendar-housekeeper/ It basically deletes past events from your site. I know that this is not exactly what you were looking for, but it might allow you to clean up past events from appearing on your calendar.NOTE: The Events Calendar Housekeeper is a plugin from another developer that we cannot support, so keep that in mind when trying it out.
Hope that helps!
-Casey-
Casey
ParticipantGreat! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantGreat! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantTim,
Unfortunately not without some custom code. You could filter on the save_post action hook to to do this, and only add the organizer to the AWeber mailing list when creating a new ‘tribe_events’ post type with a value of ‘community_events’ for the custom meta attribute ‘_EventOrigin’ (screenshot). That will ensure that this filter is only activated when a Community event is created.Hopefully that points you in the right direction, but let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
ParticipantCarolyn,
Thanks for getting in touch! You could definitely do something like this using Event Categories and the Advanced List Widget. You could create a new Event Category called ‘Featured Events’ and then set up the List Widget to only display events from the Featured category (screenshot).Hopefully that helps to answer your question, but let me know if you need further assistance. Thanks! 🙂
-Casey-
Casey
Participantmiranda18,
Thanks for reaching out. You can set events to ‘Private’ and they won’t display for logged-out users (screenshot). I would then suggest assigning them a consistent Event Category that you could then use to display all private events for logged in users (example: http://cappella.mirandacreativewebsites.com/events/category/private/).That should get you started in the right direction. Just let me know if I can help further. Thanks! 🙂
-Casey-
Casey
Participantmwsebesta,
Thanks for getting in touch! Unfortunately this functionality isn’t currently supported in the plugin. If this is something you’d like to see in a future release, I would suggest submitting it as an idea on our UserVoice page. Our team periodically reviews the most popular ideas for possible inclusion in a future release of the plugin.I hope that helps to answer your question, but let me know if I can help further. Thanks again! 😀
-Casey-
Casey
ParticipantTry passing the event ID to the function like this:
echo tribe_get_organizer($event->ID);
-
AuthorPosts
