dj.spacemonkey
Forum Replies Created
-
@ntm, thanks very much! I think I’m headed in the right direction now based on the custom post type feeds from the second link, because the following works to pull in the podcasts attached to Event Manager posts:
http://djspacemonkey.com/feed/?post_type=event
Cheers!
I should mention that there doesn’t seem to be a method to bypass Event Manager’s permalink slug rewrite. So there’s no easy solution of disabling that feature in the plugin.
Actually, I figured out the second aspect — the
my_em_has_attribute_event_output_conditionis the unique name for the function, so I just use a different unique name for each custom conditional.I’m still stuck on trying to get this to work with
#LATTlocation placeholders, as it makes much more sense to attach the URL for a venue’s website to the location entry, and not enter it for each event held at that location.BTW, thanks for all the assistance you’ve already provided. I’m sorry that this is dragging on.
Yes, that works. However, that changes from VenueURL as a
#_LATTlocation attribute to a#_ATTevent attribute.Is there no way to create a conditional placeholder function for a location attribute?
Also, how do I reuse that for multiple conditionals? Frex, I have two other event attributes,
#_ATT{EventURL}and#_ATT{EventAges}and would like to create conditionals for both of those as well as the#_LATT{VenueURL}Any further insight on this issue, @agelonwl ?
On an events page.
I’ve also created an Events Attribute of
#_ATT{EventURL}as well as the Locations Attribute#_LATT{VenueURL}with custom conditionals for both, and put both onto an event page but neither work.To ensure the custom attributes themselves work, in Events Manager Settings > Events format > Single Page Event I included both attributes, once inside a conditional and one outside, each use tagged to show if inside a conditional or not. The resultant event page shows only the non-conditional includes.
Single Page Event code snip:
http://pastebin.com/N8mveJ1gAn example event page:
http://djspacemonkey.com/performances/milkbar-mod-nwc35/agelonwl, anything else I should try? I made that change but the custom conditional still doesn’t work.
I made that code change, but that
{has_VenueURL}conditional still won’t show on the page.Oops, didn’t realize the forum limited the number of lines of code in a post.
Here’s the pastebin:
http://pastebin.com/Aaknn6PHOK, I went with
#_TAGALLEVENTS, since the way I’m reading this theSingle tag page formatwill affect any /tags generated page.Now that I see this in action, I also understand better how to customize the overall layout these pages. Thanks!
Please disregard, I switched to using podPress instead. While the settings UI is a bit cumbersome, it has the built-in ability to attach the podPress meta box to any custom post editors it discovers in the active theme.
Cheers!
+1 to not being able to get custom fields to show up in the event. I’ve tried using one of the plugin’s own custom fields (gig_website) as well as creating my own (gig_restricted) but can make neither surface in a published event.
Kris:
Can you share the changes you made to hide those filter buttons? Since I’m using this as a Upcoming Performances schedule, I’d like to do the same and lock the display to only the Agenda view.
Thanks!