On my client's Events Listing page, the client wants to have hyperlinks to the different categories instead of the dropdown. Is there a way to code this? I took a crack at it but I'm not good enough at Javascript to figure this one out.
So you need category links instead of the dropdown filter? First, you can hide the filter dropdown in DT Reg Configuration. Second, I'm going to suggest that you do NOT make code modifications for the links. You'll just have to do it again with future updates. I think the best idea would be this...
Create DT Reg category menu links for each category. Create a new menu to put these new menu items in. Then you will have your actual links that you need that you can place wherever you need. You could then make a module (or just use a menu module) and place that module above the content area, below, on the side... wherever it works best. Then users will have a spot where they can easily jump to any event category. If I were you, that's what I'd be selling to the client
Thanks so much! That almost works, except that I need the menu links to target the same position the event listing appears in, instead of opening a new page. I didn't see an option for that in the menu config panel. Is there a way I can hardcode that into the link?