magicca
Forum Replies Created
-
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Where these come from?Sorry for the dumb question, it’s from fopen function, I get it.
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Unable to save images hosted on wordpress.com?Thank you for the new release. Well, I should report this to you earlier. Thanks for your tips, I found what’s wrong with my XAMPP. Not GD2 or cURL, but this:
remove “;” before extension=php_openssl.dll in php.ini.
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Unable to save images hosted on wordpress.com?Sorry again. I tested above issue only at local XAMPP until this morning. I tested on our server today and your plugin works very well. I don’t know why (yet). Anyway, it’s nothing wrong with qqworld-auto-save-images, obviously.
You may close this topic. Thanks.Forum: Plugins
In reply to: [QQWorld Auto Save Images] Unable to save images hosted on wordpress.com?My bad. Sorry for the confusion. What I meant was I can’t grab images from certain website which are hosted on vip.wordpress.com, such as:
https://techcrunch.com/
https://fortune.com/
https://recode.net/I am not able to use qqworld-auto-save-images saving remote images from those websites.
Please try to save this image using qqworld-auto-save-images:
https://tctechcrunch2011.files.wordpress.com/2015/02/tc_coffee1.jpg
from this page:
https://techcrunch.com/2015/03/02/stratos-announces-its-universal-credit-card-to-rule-them-all/Forum: Plugins
In reply to: [QQWorld Auto Save Images] Save first xxx images only?It’s useful sometimes… Thank you!
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Error with GIFsFor GIFs, this plugin works well on manual mode, I just need to remember that it’s not a good idea to leave the “Height” option blank.
For button, what I meant was a front-end button, something like this, or something like this, for admin only of course. not the button on the media bar of the editor.
Sorry for any confusion.Forum: Plugins
In reply to: [Auto Post Scheduler] Problem with timezoneNever mind.
Forum: Plugins
In reply to: [Auto Post Scheduler] Problem with timezone>Why would you need to change wp_settings.php?
Same timezone as my local computer.>Sounds like it is converting the timezone offset twice.
Exactly.Forum: Plugins
In reply to: [Auto Post Scheduler] Problem with timezoneHi, Thanks for your reply.
There are 3 places setup timezone: 1)server, 2)wp_settings.php, 3)WordPress->Settings->General.
When I change number 2 (via my theme function, of course. It’s not a good idea to touch the WP core, right?) to my timezone by
date_default_timezone_set( 'America/Los_Angeles' );
Auto Post Scheduler will display the weird time, 8 hour behind my timezone.
I tested this all the day to make sure. see table below(yes=correct, no=wrong):Server: LA LA UTC UTC WP_settings: LA UTC LA UTC WP option: LA LA LA LA APS: NO YES NO YES
Forum: Plugins
In reply to: [QQWorld Auto Save Images] Version 1.7.11.1 does not work for meWell, my bad, for some reason I am not able to re-produce the error message with 1.7.11 and 1.7.11.1, even I do tested many times a couple of days ago. You may close this topic as resolved.
However there is an another issue, actually it’s a function rather than a bug. If you left “Maximum Picture Size” blank, you will get error message. For example, if I want 800 px width and any size height, no luck. I hope you understand what I mean.
BTW, it will be perfect if this plugin has some functions such as rename the images, prevent WordPress from generate thumbnails,…
Thank you for your amazing work.Forum: Plugins
In reply to: [QQWorld Auto Save Images] Version 1.7.11.1 does not work for meI noticed that the only different between 1.7.11 and 1.7.11.1 is a symbol @, isn’t it? I am not good at PHP coding, what’s that @ for? I need to remove it before activating the plugin. Please advise.