Forum Replies Created
-
AuthorPosts
-
April 12, 2016 at 9:36 am in reply to: Putting Add Events (and other Admin features) in Front End #1101456
fifteen15studios
ParticipantGEEZ! THERE IT IS! THANKS!
Ok, I didn’t know this page existed: http://www.example.com/events/community/listSince it does, I’m wondering what else I’m missing. Is there a list of all the Community Events pages which contain some kind of form or information? Also, is there a page with just the login form on it? when I access the My List page, I get the login form if the user is not logged in, but I am curious if you have a page set up for just the login?
I know of http://www.example.com/events/community/list and http://www.example.com/events/community/add.
Do you have a My Account page or anything so the user can add personal details or set preferences like default vendor?
Thanks!
Brendanfifteen15studios
ParticipantGeoff,
Thanks for the advice! I disabled the plugin (which I didn’t need) but the issue persists.
Do you have any other suggestions?Thanks,
Brendanfifteen15studios
ParticipantThis reply is private.
fifteen15studios
ParticipantOk, thanks! I provided it below.
fifteen15studios
ParticipantThis reply is private.
fifteen15studios
ParticipantAah, stink. Ok, thanks!
Do you know of any plugins which can display a map using your data? I know the map plugins out there use their own formatted data to display locations, so I was wondering if there was one you could recommend which does that?fifteen15studios
ParticipantI found out how to do this in the code.
Then I found out that there is a way in the admin interface.
It’s under Category Colors and all I needed to do was uncheck “Add Category Legend”.
Is Category Colors your plugin or a third-party one?
Brendan
March 7, 2016 at 10:28 am in reply to: How can I place a number of pages on the Next and Previous links? #1085927fifteen15studios
ParticipantYES!
HOLY WOW THAT WORKED!
THANK YOU FOR THAT! If you want to use this with tribe, just use the variables provided to adjust the page variables setting.
This is the PHP I used:
<?php $args = array( 'base' => '%_%', 'format' => '?tribe_paged=%#%'/* 'total' => 1, 'current' => 0, 'show_all' => false, 'end_size' => 1, 'mid_size' => 2, 'prev_next' => true, 'prev_text' => __('« Previous'), 'next_text' => __('Next »'), 'type' => 'plain', 'add_args' => false, 'add_fragment' => '', 'before_page_number' => '', 'after_page_number' => ''*/ ); ?> <?php echo paginate_links( $args ); ?>I added this to my header, but you can add it just about anywhere. Notice how I commented out the rest of the variables. You can changes these if you want. Yes. Thank you!
I hope this helps you guys! 🙂
Now to fine-tune it, add it to my content section, and add some CSS.
Brendan
fifteen15studios
ParticipantAAH! It’s in the first-level files. Got it. Thanks!
fifteen15studios
ParticipantActually… I’m still in need of assistance. Though I found the page where I can make these edits, I would like to change more, especially the information panel where we see Details, Organizer, Venue, Map, etc. I’m especially interested to know how to call that “Events Categories” function. Where would I find the code for this page?
fifteen15studios
ParticipantOH! I got it! Nevermind! I found the file (after A LOT of searching). Ok, I see where this is.
Here’s the confusion. There are a lot of files named single-events.php. I am looking in the specific views to modify it, like list and photo. Apparently there’s another single-events.php file OUTSIDE these specific views in the folder “views”. That’s the one I need to edit. That’s the one I need to edit to control the display of the specific events.
Thanks!
Brendanfifteen15studios
ParticipantThanks, but that doesn’t really answer my question. I know about Geoff’s recommendation. I’ve modifies single-list.php beyond recognition! (Seriously, I did a lot to it.) But my question is more about where I would go to modify the display of the event on this particular page which describes one event? I can’t seem to find that code!
fifteen15studios
ParticipantThis reply is private.
fifteen15studios
ParticipantThanks, Geoff. I appreciate the reply, but that’s nooot quiiite what I had in mind. I’m already doing that so I can theme the single-event.php file a certain way. What I’m asking for, mainly, is how I can break the tribe_events_event_schedule_details() function into components so I can display the variables such as date, start time, end time, and such in a separate variable?
fifteen15studios
ParticipantHuh. Now it’s working. I wonder why it wasn’t before?
Well, thanks for that explanation! That’s really helpful!I do have another question, though. Right now the function displays as a list with a header. That’s great, but I’m going to craft my own code around this so I can display it the way we need to. (I’m planning to display a symbol for each category that we associate with each id.) How would I do this?
Thanks!
Brendan -
AuthorPosts
