Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
January 8, 2015 at 3:54 pm in reply to: Clear location saved in PHP session after every page load #26759
FYI it’s PHP so needs to be surrounded by PHP tags if already not surrounded by them.
<?php //unset any locations unset($_SESSION['gd_city'],$_SESSION['gd_region'],$_SESSION['gd_country'] ); ?>Stiofan
January 8, 2015 at 3:53 pm in reply to: Clear location saved in PHP session after every page load #26758Hi Tom,
I have not tested this and i am not sure of the results but you can try adding this to the bottom of your theme footer.php (if it does what u require i can help u with some better code)
//unset any locations unset($_SESSION['gd_city'],$_SESSION['gd_region'],$_SESSION['gd_country'] );Let us know how u get on.
Thanks,
Stiofan
Yes something is not right there, let me know if you want me to investigate it.
Thanks,
Stiofan
Great 🙂
I don’t think Paolo will be around today but he should get this sent to you tomorrow.
Thanks,
Stiofan
January 8, 2015 at 3:38 pm in reply to: Allow more than one email address – works but with limitations #26754You could then add your own validation back in.
The field is meant for 1 email address andything more would require customisation.Thanks,
Stiofan
January 8, 2015 at 3:36 pm in reply to: have in listing page the same format map then location page #26753the maps and search appear exactly the same for me?
Stiofan
Hi Ashley,
If changing to a new package then alive days are reset, if renewing your package to the same package alive days are added.
Hope this helps.
Thanks,
Stiofan
January 8, 2015 at 2:52 pm in reply to: Allow more than one email address – works but with limitations #26748Just don’t make it a required field and it wont be put through so much validation.
Stiofan
Thanks for the info, you need to enable a PHP extension on your server as explained here:
https://wordpress.org/support/topic/fatal-error-call-to-undefined-function-mb_strtolower?replies=1Thanks,
Stiofan
Thanks, i think i understand now and i have made some changes to fix this which will be in the next release.
Thanks,
Stiofan
Hi Gary,
This is what is returned by the Google API, it might work best for you if you add that town as a neighbourhood of Cardiff?
Stiofan
January 8, 2015 at 11:47 am in reply to: have in listing page the same format map then location page #26724link and wp-admin please and i will take a look.
Thanks,
Stiofan
January 8, 2015 at 11:45 am in reply to: Possible bug in geodir_listing_permalink_structure() #26723Hi Jeff, I have made a few changes to that function, can u give me steps on how to replicate this or do u want me to send u the updated functions to see if it is still a problem?
Stiofan
Hi Tom,
If you have unrelated questions then please start new topics, once your main question has been solved the post will be marked as solved and will not be looked at by staff so other questions might be missed.
For PDF bill, if you use paypal is there not a way for paypal to send the PDF after payment?
For the translation of countries please look in the core GD po file.
Thanks,
Stiofan
-
AuthorPosts