chrishylton2012
Forum Replies Created
-
Thanks!
I just used a javascript replace() function to replace the first part of the URL with nothing. Much faster and cleaner.
Thanks, that solved it.
Hey melon503, I know this is from 2 months ago, but this is exactly what I need to implement in my site. Would you mind sharing how you implemented the zipcode radius search?
Thanks! That solved it! I really need to learn php markup π
Putting commas in the ticket_spaces (1,000,000 vs 1000000) breaks my entire site (turns everything into a blank screen). I have to do it without commas. Just incase anyone has this issue and is puzzled.
Agelonwl, I’ve figured out how to hide the registration form in bookings.php, but how do I enable registration by default? I don’t want users to be able to turn off registration. Also, I want all events to have unlimited spaces.
EDIT: Nevermind, I think I got it by editing em-event.php at lines 400-409. Not update proof, but eh. Thanks for the help!
EDIT: I’ve solved the broken wp-admin by doing a fresh install of wordpress. Not really sure what caused it, but oh well.
I’m still trying to implement some sort of proximity search, because that would greatly improve this plugin!
Forum: Fixing WordPress
In reply to: Remove HTML tags and attributesJust to add to miotorocks’ suggestion, for my theme (may be different for you) the “form-allowed-tags” is a class, not an id, so you would have to use ‘.’ instead of ‘#’.
For making the zip code required, I added the “$required” tag to the end of the search field but the user can still publish an event without a zip code.