Forum Replies Created
-
AuthorPosts
-
Jim
Participantok.
Also, can u tell me what the status of the 3.0?Jim
Participantand OF COURSE that didn’t work >> have to admit this is a bit frustrating/ANNOYING. Especialy since the last 8 posts pertain to C&P’ing a bit of code to the formun and we’re no closer to a resolution.
Casey received my initial email that I sent to pro-at-tri-dot-be, perhaps he’s getting them.Jim
ParticipantHave emailed it yo pro-at-tri-dot-be again and attempting to repaste the code again. Have added backslashes “\” just remove those and you’ll have the code:
Jim
ParticipantGreat, Thanks!!
Email has been sent “ATTN: Barry”Jim
Participantthat didn’t work either…can i just email please?
Jim
ParticipantHere you go:
Jim
ParticipantOoops, the code didn’t post:
Jim
ParticipantGood Morning Barry
Thanks for the response, sorry it’s taken so long to get back…been a crazy week 🙂
So I’ve testing out some possibilities.
On our development site I’ve created the following test post:
http://squeekpress-ws8.info/event/test-33445/
-I added/registered the tags functionality as instructed in Rob’s tutorial:https://theeventscalendar.com/integrating-wordpress-categories-tags-with-your-events/ (and that all worked fine)
-I then added a couple lines at the bottom of the SingleView (just to make sure tags were being added to the post and to see if I could actually grab the Event Post’s region). These lines are:
[code]
[/code]
To This point – GREAT….BUT 🙁
When I click “boston” or “massachusetts” I get a “Page Not Found” and when “MA” is clicked am gettin a result for a post ompletely unrelated to the Event Post itself.Ideally what I’d like to happen is have the tribe_get_region() echo as a tag and store to that Event Post automatically (all out of sight of the user).
Suggestions?!Jim
ParticipantOk Jonah… Casey told me to put it here LOL
Jim
ParticipantHi there Barry,
I kind of came up with a work around, primarily because I felt a user probably wouldn’t think to click the link to see all of the other ‘hidden’ cat options. And I was on a bit of a time crunch 🙂
So I opened tribe-community-event-class.php and changed 2 variable to get all of my available categories to show:
Line 2200: if ( $i < 9 ) I changed to if ( $i < 30 ) [Since I have 30 categories a user may choose from]
Line 2214: if ( count( $cats ) > 10 I changed to if ( count( $cats ) > 31 so the “show_hidden_categories” message wouldn’t show at all.Jim
ParticipantJonah…Thanks for the quick reply.
I could probably create the query from my end.Jim
ParticipantJust grabbed it and installed…works like a charm 🙂
I have a related question…should I start a new thread or just continue here? Not sure of your protocolJim
ParticipantHey again…
So I am going to purchase the Community Events and attempt to use that instead of the GFs that I created. I’ll beta that and if I’m still encountering issues I’ll be in touch 🙂
Cheers!
JeffreyJim
ParticipantThis reply is private.
-
AuthorPosts
