Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHey Rough,
Glad you figure it out! Let me know if you need help with anything else.
– Jonah
September 13, 2012 at 2:01 pm in reply to: Get rid of Location details on Community Event page #25041Jonah
ParticipantNo problem Andrew, glad you figured it out! Let me know if you need anything else.
– Jonah
Jonah
ParticipantHi Rough,
What is your Community Rewrite Slug set to in Events > Settings > Community? Have you tried clearing your permalinks by visiting Settings > Permalinks? Have you tried deactivating all other plugins to see if theres a plugin conflict?
Please let me know.
Thanks,
JonahJonah
ParticipantHi Steve,
Currently we don’t have a feature for this but I’ve just added it to be included in a future release. No guarantees of when but it should make it in eventually.
For now you would need to manually include the link somehow.
Regards,
JonahSeptember 13, 2012 at 12:04 pm in reply to: How do I get the Submit page to be different than Single Event page? #25021Jonah
ParticipantHi Jean,
Gotcha. Well, we have two conditional functions you can use for community pages:
tribe_is_community_edit_event_page() – which applies to the submit and edit event pages and tribe_is_community_my_events_page() – which applies to the my events page. You should be able to use both of those to specifically target the community pages.
I hope that helps!
– Jonah
Jonah
ParticipantHi Dan,
Do you have this event or your profile restricted in any other way such as 21+? We’ve had reports of similar problems where this was the case. Please let me know.
Thanks,
JonahJonah
ParticipantHi Greg,
You can send to pro [at] tri [dot] be, please make sure to reference this thread and attention it to me.
Thanks,
JonahJonah
ParticipantHi Dan,
I’m also seeing the same thing and am not sure why it’s not working. I’m going to check with some others on the team and get back to you. Thanks for the report and your patience.
– Jonah
Jonah
ParticipantHi Rainer,
This would be somewhat difficult to achieve and I won’t be able to fully help you out with a solution but maybe I can point you in the right direction. First, if you look in /wp-content/plugins/the-events-calendar-community-events/views/event-form.php on line 53, this is where the category list is called. And then if you trace back formCategoryDropdown() you’ll find that in /wp-content/plugins/events-community/lib/tribe-community-events.class.php
Here’s what I think you’ll want to do to get around to customizing the category list. Make a copy of /wp-content/plugins/the-events-calendar-community-events/views/event-form.php and place in an ‘events/community’ folder in your active theme so you can safely make changes to it. Then, what I would do is swap out the formCategoryDropdown() function call with the code used for the whole function that you can find in /wp-content/plugins/events-community/lib/tribe-community-events.class.php – and then you can modify the code however you want to account for sub-categories.
I hope that helps and good luck!
– Jonah
Jonah
ParticipantHi Darin,
I’m seeing the submit form as an anonymous user when I go here: http://www.montarafog.com/events/community/add/
Are you still not seeing it?
– Jonah
September 13, 2012 at 10:18 am in reply to: Get rid of Location details on Community Event page #25008Jonah
ParticipantHi Andrew,
What exactly did you change? If you are editing /wp-content/plugins/the-events-calendar-community-events/views/events-meta-box.php make sure you make a copy of this and place in an ‘events/community’ folder in your active theme folder.
I hope that helps!
– JonahSeptember 13, 2012 at 10:11 am in reply to: How do I get the Submit page to be different than Single Event page? #25005Jonah
ParticipantHi Jean,
What changes are you trying to make?
– Jonah
September 13, 2012 at 10:10 am in reply to: Sloving down the site and slow hovering over links #25003Jonah
ParticipantHi Goran,
Sorry to hear about the issues. Have you tried viewing http://demo.tri.be/events/ for comparison? It seems to load nicely for me in IE7/8.
Let me know how it looks to you.
– Jonah
Jonah
ParticipantHi Andrea,
Did you make customizations to the widget (events-advanced-list-load-widget-display.php) and did you make them by doing template overrides (making copies of templates in an ‘events’ folder in your theme) or did you make the changes in the core files?
Can you post the contents of your events-advanced-list-load-widget-display.php to http://snippi.com/? That is, if you have an override version of the file in place in the ‘events’ folder in your theme.
Thanks,
JonahJonah
ParticipantHey Jon,
The code looks good and I’m glad you worked this out. To check for whether you are viewing past events or not you should be able to use:
tribe_is_past();
Cheers,
Jonah -
AuthorPosts
