Forum Replies Created
-
AuthorPosts
-
Brook
ParticipantExcellent! It was my pleasure to help. Thanks for getting back.
- Brook
Brook
ParticipantI would love to help you Svend. But would you mind logging in so I can verify your support access? If you just login with whatever account you purchased a support license with and respond here, that’s all I’ll need to continue.
Cheers!
– Brook
May 11, 2016 at 11:55 pm in reply to: Attendee data wiped when (global) Ticket Fieldsets are updated #1113636Brook
ParticipantHowdy Clair,
I would love to help you sort this. I am sorry to hear that bug is impacting you, it is definitely a bug in our latest version and one we are working to patch ASAP. Until then not using the global stock is a good workaround.
I just added your topic to our list of folks affected by this issue, that means we will report back here once a fix is ready to be released. At that point all you will have to update is update your plugins in WordPress and it will go away.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy William!
Great question. I would love to help you with this.
That form actually comes from WordPress itself. It is generated by a call to wp_login_form() . The form includes a few different filters, including a one for the header and footer where you can add content. I would checkout that function in WordPress and see the filter available.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy Daniel,
I would love to help you with this.
That should be very possible with a theme override. Are you comfortable with PHP? If so checkout our Themer’s Guide . Following its instructions override the-events-calendar-community-events/src/views/community/edit-event.php . On about line 58 you will see it falls in the Image upload section of the form. You can either delete this, or wrap it in a condition that hides it from specific folks, like anyone who does not have editor permissions. If you have never done anything like this before than checkout WordPress’ current_user_can() function. And there you go!
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy NPD,
No worries there, happens to all of us!
You can definitely add a class to all day events. It will require creating a theme override and thus some knowledge of PHP. Do you feel comfortable with those? If this is you first one I’d recommend first familiarizing yourself with Themer’s Guide . Once done there create an override for /the-events-calendar/src/views/month/single-event.php and navigate down to the third line from the bottom. This outputs the event classes for each event in Month View. Using the function tribe_event_is_all_day( $event_id ) you can tell if you an even is an all day one. If it is, output your special class.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy Todd,
Thanks for reaching out about this. I would love to help you with this. I had a looksie at your site and there appears to be a conflict between your theme and The Events Calendar. There might be a way to resolve it. Would you mind sharing a zip copy of your theme here so I could try building a patch?
Cheers!
– Brook
Brook
ParticipantHowdy Lucas,
That is a great idea. We are currently working on building shortcodes for our core The Events Calendar plugin, allowing you to embed its view into other pages. Once we are done there we definitely would consider doing Event Tickets Plus as well. But right now we have no concrete plans for those.
What would you use shortcodes for? You mention embedding the ticket form into a given page. How would you picture doing that? Embedding tickets for a single event into that page and specifying which event in the shortcode?
Until though you can always do this pretty easily with PHP, assuming PHP is your forte. We have an extensive API for such things.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy Tommy!
That is a cool idea. I am happy you thought of our plugin for this, but I am not sure it is quite suited for your needs. You say you want this to be a separate page/area of your site. Have you considered using a bulletin board plugin? Our plugin is designed for events, and events typically have to have a date. There are a lot of things in our plugin that would break if the event did not have a date, so we basically just assume they all do.
I just googled around and found a number of bulleting style plugins. One that seemed promising was Hoot Board. Do you think something like that might be better suited to your needs?
Cheers!
– Brook
Brook
ParticipantHowdy Roxanne!
From what I understand you are trying to set things up so that when a user registers on your website using your form they create an organizer, and that organizer is saved. You already have this working, awesome! The problem is that when a user goes to submit an event using Community Events they see all of the other organizers available for selection, not just themselves.
If I understand correct then this should be pretty easy. You say you already ID of the organizer showing on the Add Event page. That must mean you have create a theme override (Ala the Themer’s Guide ). If I were you I would use that override to hide the Organizer fields completely. You can do this by overriding: public_html/wp-content/plugins/the-events-calendar-community-events/src/views/community/edit-event.php and on line 64 remove the organizer module. Now replace it with a <input type=”hidden” /> and set the value of that hidden field to your organizer ID. Something like this should work:
<input type="hidden" name="organizer[OrganizerID][]" value="{OUTPUT YOUR ORGANIZER ID HERE}">Assuming you have the actual organizer ID from WordPress (which is a number) then output that in the value attribute. This hidden field will replace the visible one, and when a user submits the form it will pass this fields data in place of the old visible one. Does that make sense? Does that work?
Cheers!
– Brook
May 11, 2016 at 9:49 pm in reply to: Make filter have no wrapper so that it isn't a dropdown #1113595Brook
ParticipantHowdy USM,
I would love to point you in the right direction here. I suspect this has to do with class inheritance. Would you mind sharing your code? I can review it and see if something stands out.
Cheers!
– Brook
Brook
ParticipantHowdy Linda!
I would love to help you with this.
do those custom fields added show up in the Submit Events Form
Yes they do. So customers filling out your form in Community Events will see those fields.
are there options to not have the fields display on the event itself when it is published?
There is no “option” to enable this. However, it would be very easy for anyone knowledgeable in PHP to hide those fields from displaying. We, any other customizable WP plugin, allow you to override to override our templates. You can copy the file from our current template which ouputs the fields into your theme’s folder. Just remove the lines which outputs the custom fields and they will stop appearing on the front end. More detail on creating overrides can be found in our Themer’s Guide.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy Stavros,
I would love to help if I could, but you are well outside of our return window at this point. Our credit card processor has a firm deadline of 30 days for returns, and the 30 days was up back in March. I am sorry. The good news though is that you can transfer your license to another site, and when you renew your license you will get a 30% discount.
Cheers!
– Brook
Brook
ParticipantI have no idea. It has not yet been tentatively slotted for a release, so no one knows really. However after a couple months it is likely it will be slotted, and thus a very tentative ETA will become possible.
Please let me know if you have any more questions. Thanks for reaching out Michel!
- Brook
Brook
ParticipantYou are welcome! Happy to help.
- Brook
-
AuthorPosts
