Rob

Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 4,107 total)
  • Author
    Posts
  • in reply to: Events page automatically redirects back to home page #15525
    Rob
    Member

    Thanks Marcus. Received; Jonah has taken point on your email thread and responded accordingly. We’ll do what we can to assist…apologies for the inconvenience in the interim, though.

    Rob
    Member

    Excellent to hear, Francisco. Thanks for confirming as much – if anything else arises or if you need anything else here please let us know.

    in reply to: Alphabetical list in Venue and Organizer filters #15523
    Rob
    Member

    Hey Frank. Thanks for the note; this is a good report and not an issue that we were aware of previously. I’ve logged this with the devs to fix for the 2.1 release. Apologies for the inconvenience in the interim. If you spot anything else please let us know.

    in reply to: One event, multiple venues #15520
    Rob
    Member

    Hey Armando. Thanks for the note here. This sounds like a somewhat complex customization, but I want to make sure so I understand what you’re going for: basically, you just want a frontend page for the event that lists all the venues at which it is taking place? So basically, the same thing as the venue page (where all events at a given venue show up in list view), but reversed? Let me know.

    Presenters/organizers adding their own events is going to require the Community Events add-on that we’re currently beta testing. It should be live sometime in March.

    in reply to: Disable / hide fields on add event form #15519
    Rob
    Member

    Oh, nice. We’ve had a few users running the Members plugin and I believe I recently worked with it on a client site. Good to know, thanks again dude 🙂

    in reply to: Calendar Defaults to January #15517
    Rob
    Member

    Thanks, Tony. Haven’t heard anything from you on either thread so once you’ve had a chance to test this, let us know and we’ll do what we can to troubleshoot.

    Rob
    Member

    Thanks for confirming, Paul.

    Ken: the release Paul referenced there will likely be 2.1, as we’re currently planning on switching gears to that once 2.0.4 is out. But whether it’s 2.0.4 or the yet-to-be-decided-on 2.0.5, this will make it into the next release.

    in reply to: Role-Based Access to Event Editing Creation #15514
    Rob
    Member

    Ah, thanks for the follow-up. I’m not sure about this but have asked one of our devs to take a look and see if they can point you in the right direction here. Stay tuned.

    in reply to: What tutorials/hacks would you like to see? #15468
    Rob
    Member

    I think so. I know Jonah’s just wrapping up a pretty extensive one on Genesis, so we’re looking to move into some shorter/quicker ones next. This may be the right candidate. Once any decision has been made there we will let you know here.

    in reply to: Events Calendar PRO Feature Requests #15467
    Rob
    Member

    Thanks, all!

    Lynne: the quick edit is unfortunately just a function of WordPress; that’s how they treat posts and since events are just a custom post type, it carries over there too.

    Robert: both of your suggestions are on the eventual roadmap. I suspect the latter will come first, though a few users have hacked together the former (as can be seen in the “Showcase” thread).

    Chris: we do have frontend organizer view on the radar as well. Not sure if it’ll be in the initial 2.1 push but should be sometime in that release’s lifecycle. If you do build a frontend way that other users could tap in to, I’m sure they’d appreciate you sharing anything you can in the forums 🙂

    in reply to: Filter by 2 types of custom taxonomies #15466
    Rob
    Member

    No prob. Sorry I couldn’t offer anything more immediate. Appreciate your support!

    in reply to: Strange Double Rendering with Thesis #15465
    Rob
    Member

    With Albert, unfortunately the solution was just that he decided to stop using the plugin.

    Are you using 2.0.3 and the current build of WordPress, John? May be worth getting a dev on our end to update Matt’s tutorial for compliance if you’d be willing to share what you’ve got so far…

    in reply to: Calendar Defaults to January #15464
    Rob
    Member

    Hey Tony. Thanks for the heads up. I’m seeing this problem on your site too, though when I run the tagged 2.0.3 code on my default 2011 install I find I’m unable to recreate this problem. Have you read through this thread (https://theeventscalendar.com/support/forums/topic/grid-calendar-showing-last-month-instead-of-current-month-in-the-drop-down/), to see if any of the solutions presented therein may do the trick?

    If it is the same issue, and let’s move the discussion over there so it is all tracked in one place. If not let me know and we can keep looking into it as needed on our end.

    in reply to: Role-Based Access to Event Editing Creation #15463
    Rob
    Member

    Hey Tony. Thanks for the note; I talked this over with the devs, it looks like user levels (0-10) have been deprecated starting in WP 3.0 so that’s not a viable option. But you should check this out: http://codex.wordpress.org/Roles_and_Capabilities.

    in reply to: How do I edit the header on the calendar? #15461
    Rob
    Member

    Hey Brian. As it stands that has to be done via modifying the translation file, and it’s a bit of a pain. But in 2.0.4 (which we’re releasing this week), you can just add this to your functions.php file and it’ll allow you to customize the title accordingly:

    add_filter(‘tribe_get_events_title’, ‘my_get_events_title’);
    function my_get_events_title(){
    return ‘My Title’;
    }

    You can either wait for 2.0.4 to be released, or shoot an email to pro /a/ tri.be, referencing this thread, and I’ll hook you up with that code early.

Viewing 15 posts - 2,446 through 2,460 (of 4,107 total)