Forum Replies Created
-
AuthorPosts
-
February 22, 2012 at 8:05 pm in reply to: Events page automatically redirects back to home page #15525
Rob
MemberThanks 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.
February 22, 2012 at 8:04 pm in reply to: Error when event is set to reoccur when set to daily or weekly or custom #15524Rob
MemberExcellent to hear, Francisco. Thanks for confirming as much – if anything else arises or if you need anything else here please let us know.
Rob
MemberHey 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.
Rob
MemberHey 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.
Rob
MemberOh, 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 🙂
Rob
MemberThanks, 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.
February 22, 2012 at 7:43 pm in reply to: Displaying Custom Field Attributes on Frontend in Custom Template File #15515Rob
MemberThanks 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.
Rob
MemberAh, 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.
Rob
MemberI 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.
Rob
MemberThanks, 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 🙂
Rob
MemberNo prob. Sorry I couldn’t offer anything more immediate. Appreciate your support!
Rob
MemberWith 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…
Rob
MemberHey 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.
Rob
MemberHey 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.
Rob
MemberHey 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.
-
AuthorPosts
