Brook

Forum Replies Created

Viewing 15 posts - 4,606 through 4,620 (of 4,796 total)
  • Author
    Posts
  • in reply to: Events missing in next month's calendar and admin list #93569
    Brook
    Participant

    You are quite correct, the Trash link does not appear unless there are events there. I did not think that of that, but it sure explains your trouble in finding the link! It is hard to find something that is not there.

    There are a few settings that relate to how many, if any, events in a series will appear. For instance, in general settings there is “Create recurring events in advance for”. This allows you to limit how far into the future recurring events are being created. Furthermore there are settings in the General tab that allow you to just show the first instance, or let the user decide. Of course as mentioned at the outset individual ones can be deleted, even permanently, which would remove some instances as well. Perhaps between these features it explains why you are not seeing them all?

    Let me know if I can further clarify anything regarding this. Thanks!

    – Brook

    in reply to: How to display that search results are an event #93566
    Brook
    Participant

    I understand that. Before getting trained in PHP and picking up some books I was doing edits using common sense as well. I am glad it worked!

    By the way, if you have a minute or two, we will love it if you would write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5. Happy site building!

    – Brook

    in reply to: Walks tickets #93561
    Brook
    Participant

    Howdy Neil,

    You certainly can create a recurring event every 2 weeks and attach a ticket. However, at the moment WooTickets are shared for all events in a series. So, if you set the limit to ten then there would only be ten tickets available for the entire series. This does not seem to be what you want. If you would like to request this as a feature for our plugin, please throw your support in this feature request. As noted in that link we already have that on our roadmap, but one more vote never hurts!

    In the mean time you could create a new event every two weeks and attach the ticketing info with a limit of 10. It takes less than 5 minutes to create an event, so 5 minutes every two weeks is hopefully not too much of an inconvenience for now.

    You are welcome! Does that fully answer your question? Do you have any others?

    – Brook

    in reply to: community events and woocommerce tickets #93555
    Brook
    Participant

    Howdy Jeroen Cornelissen,

    Those are some good questions. I can see how it would be hard to glean the answers from videos.

    There is one way you could accomplish most of those goals without any customizations. From the wp-admin area you can add “Additional Fields” for things like ticketing info, etc. Community submitted events can be set to “Pending Review” before being published. And, you as the admin can be notified upon each submitted event. Thus when you get an email of a new event, you can edit the event to include and the ticketing info, and you can enforce your desired venue/organizer protocols.

    While not super automated that method would be very secure. If you are interested in an automated method what you are requesting seems pretty doable, but it would require a fair amount of additional code and customizations. Much of that could be done with theme overrides and filters.

    The biggest issue you will face is depositing money into separate accounts based on the event or category. You would have to consult with WooCommerce for that functionality.

    Does that answer your questions? Please let me know.

    – Brook

    in reply to: Recurring Events Permalink Placement #93515
    Brook
    Participant

    Howdy Therene,

    There could be a few things causing that. Unfortunately we can not provide much support to free users. Tribe employs me to answer questions. Of course Tribe would go broke and I would be out of a job if nobody paid us for that support.

    I think you will really like the Pro version. In addition to the support you get, there are a ton of cool features. Even just the new views are worth the money in my opinion. They really add to the look of a site. Let me know if I can answer any questions about them. Thanks!

    – Brook

    Brook
    Participant

    Howdy Michael,

    That is a great question. We do not currently export events in the atom feed, which can be found by appending &feed=atom to a regular event list url, or /feed/atom/ to pretty permalinks.

    That said if you are familiar with WordPress and the Atom schema this should be relatively easy to add. We have a nice article on customizing feeds. While it talks about customizing RSS, the same principles all apply to customizing Atom you just need to attach your functions to the appropriate filters. You of course would need to use our API to export the appropriate data. Our docs would be a great place to look for available functions that should streamline retrieving and formatting event data.

    If you would like to recommend Atom feed support as a feature, please feel free to throw it up on our uservoice page. That will allow other users to easily voice their support for the idea.

    Does that all make sense? Does it answer your question? Thanks!

    – Brook

    • This reply was modified 11 years, 1 month ago by Leah.
    in reply to: Different pages templates for List and Single events? #93245
    Brook
    Participant

    Howdy newmusicworld,

    There is a separate file for each of those views. Go into plugins/the-events-calendar/views/ and you will see the two files, list.php and single-event.php. Following those guide copy those into the appropriate folder in your theme and make your modifications!

    Does that all make sense? Please let me know. Thanks!

    – Brook

    in reply to: Editing time/date values #93142
    Brook
    Participant

    Howdy dotwongdotcom,

    You are looking in the right place! That last paragraph in the docs is what you want in this case. You would want to add a filter to tribe_events_event_schedule_details, and then you can return whatever styling you want.

    Not though the sheer amount of logic associated with tribe_events_event_schedule_details(). There are a lot of possibilities for how a date should be displayed. In your overriding function you might want to account for all the same possibilities. I leave it to you to decide. Within the tribe_events_event_schedule_details() you will see how you can pull the current posts date using functions like tribe_get_start_date(), and then you can format it however you please in your overriding filter.

    Does that help? I hope you are able to get it working. Please let me know. Thanks!

    – Brook

    in reply to: How to display that search results are an event #93129
    Brook
    Participant

    Howdy dotwongdotcom,

    The function tribe_is_event() is probably what you are looking for. If you are ever looking for something similar, checkout that link. In the left hand pane you will find a full list of all the various functions available.

    Did that work for you? Please let me know. Thanks!

    – Brook

    Brook
    Participant

    Thanks for the response, resmco. I am forwarding it to Leah.

    I have someone looking into your forum issue. It is strange that you are not able to reply. Thanks for notifying us!

    – Brook

    in reply to: Events missing in next month's calendar and admin list #93121
    Brook
    Participant

    Here is a screenshot: http://snag.gy/n67dg.jpg We generally just post links to them, that way you can use the screenshot tool of your choice!

    Are you able to find it now?

    – Brook

    in reply to: Theme conflict with calendar display #93116
    Brook
    Participant

    I follow now. I apologize, I did not even think there would be a second calendar so I did not bother logging in.

    So I am seeing that issue now too. Our plugin is completely compatible with WP 3.8, so that is not the real problem. This looks like a conflict with your theme or plugin, and the new version. One of these things is likely overriding a query when it should not.

    If you are interested in diving in and trying to find out what the conflict is, I would first try disabling your theme. If that does not fix it, your plugins. Eventually disabling one of these should temporarily fix the problem. Once you have isolated which of those is causing a conflict we can dive into this a bit further.

    Please let me know if that helps you to isolate the issue. I would be glad to help you further if I can. Thanks!

    – Brook

    in reply to: BBPress conflict with latest version #93106
    Brook
    Participant

    I follow. We don’t want you to leave it downgraded either if we can help it.

    We are actually talking on bbPress right now. None of our devs recall any issue getting the two to work together. Would it be possible to get that dev server login info from you? I can not promise much since we have been unable to replicate, but I would like to take a look and see if I can spot what is up.

    We use the WordPress rewrite API instead of .htaccess modifications. That should minimize any sort of conflict with other plugins that are using the WP APIs properly.

    Thanks!

    – Brook

    Brook
    Participant

    For sure! In the interest of full disclosure, this was not found in time for the code freeze on our very next release. But, now that the devs are aware they will prioritize it and definitely include it one of the other upcoming releases. Thanks again for pointing this out.

    – Brook

    in reply to: Recurring event instances for main calendar only #93083
    Brook
    Participant

    Howdy inhouse,

    Sadly there is no option for this. If you would like to recommend it as a feature please do so. Our uservoice page is the best place for that, as it allows others who are interested to easily voice their support.

    If you would like someone to create a custom widget that functions like that, I could recommend a few developers to you who are familiar with our API. Let me know!

    – Brook

Viewing 15 posts - 4,606 through 4,620 (of 4,796 total)