Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Thanks Peter, just let us know if you have any problems 🙂
Stiofan
Have u tested this, i still can’t seem to overwrite files.
Stiofan
August 18, 2017 at 11:27 am in reply to: Selecting phots from media gallery when admin updates a listing #391814Hi Fabienne,
There are many reasons we do it like this, but it all boils down to scaling, Only the first image of a GD listing is stored in the WP media gallery, all other are stored in our own tables, allowing images to be linked from the media gallery adds many meta data rows to the databse for each image, this is not a problem if you have only a few listings but if you have 1,000,000 listings with 10 images each which all add 5 meta rows, that is 50,000,000 db rows that are not needed if we do it our way.
Are you trying to add one image to all listings or something?
Stiofan
Hello,
There is no actual class added to the main slider when its focused, so there is no easy way to do it, it would have to be done with custom JS if you really wanted it.
Thanks,
Stiofan
Hi Tom,
Please let me know the exact emails you wish to disable and i’ll let you know if possible and how.
Thanks,
Stiofan
HI JJJ,
I’ll try answer ur questions below.
1. Probably not, i can’t think of an easy way to do this without testing.
2. Yes, but we have many addons, it could be very lengthily.
3. When we do a release we have a release tests which we test all the latest versions, this can take many hours to test everything even if no problems are found.
4. We have only ever had two security releases, one because of a WP bug and one in a WP sessions class we use, many in the wp plugin industry require you to be running the latest vers and only support this. We have agreed in future that is there is any other security releases we will provide a patch and instructions.This is the pull that fixed the session problem https://github.com/GeoDirectory/geodirectory/commit/28481dc83ae4cbafbe9a2bdc7cfa0df6e24a5d48
Thanks,
Stiofan
Done 🙂
Thanks for the info. There are a few places we call all terms to get counts.
Can you let me know why you have so many categories and what they are, maybe i can think of a better way to show the info?Thanks,
Stiofan
Can you check the FTP details, is the host name just the site url? Is it SFTP? if so what port number?
Got it working, checking things now.Thanks,
Stiofan
This is their forum, please try there: https://wordpress.org/support/plugin/rest-api
Thanks,
Stiofan
I can now login but i dont seem to be able to overwrite or rename files.
Stiofan
If i remember all i did in the end was untick the “add try catch” setting.
Thanks,
Stiofan
wp-admin and FTP please.
Stiofan
Hi Eduardo,
I don’t believe there is such a thing as a BCC reply to, so i think you would have to add your email to the normal reply to. The below code with do this, just replace “[email protected]” with your email, be sure to leave the “, ” part intact.
add_filter('geodir_sendEmail_headers','_my_additional_reply_to',10,11); function _my_additional_reply_to($headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id){ if($message_type=='send_enquiry' && is_array($headers)){ foreach($headers as $key => $header){ if (strpos($header, 'Reply-To:') !== false) { $headers[$key] = $header.", [email protected]"; } } } return $headers; }Thanks,
Stiofan
Hello,
9 million listings sounds great but to run a site like that you would need more that that hosting, if i were to run a site like that i would probably go with 1 mega dedicated server or maybe two good dedicated servers one for code and one for Database.
If you can give me some info about the project and budget i will give you my best advice.
Thanks,
Stiofan
-
AuthorPosts