Prayoga Teguh
Forum Replies Created
-
Forum: Plugins
In reply to: [Improved Cron] sadly won't startSame here, can’t start
Forum: Reviews
In reply to: [XML Sitemap Generator for Google] latest version doesn't work with nginxNo, it’s actualy work under Nginx, I use nginx and this awesome plugin work properly.
Maybe you should put this code within your server block file.
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml$ “/index.php?xml_sitemap=params=$2” last;
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.xml\.gz$ “/index.php?xml_sitemap=params=$2;zip=true” last;
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html$ “/index.php?xml_sitemap=params=$2;html=true” last;
rewrite ^/sitemap(-+([a-zA-Z0-9_-]+))?\.html.gz$ “/index.php?xml_sitemap=params=$2;html=true;zip=true” last;Forum: Plugins
In reply to: [Image Sitemap] Does it work for NextGen images?Hello Jack, this plugin currently not support NextGen gallery. I’ll consider this issue in the next plugin update.
Forum: Reviews
In reply to: [Auto Post After Image Upload] Works, but has issues@hamerllr: You can edit the plugin on $image, and edit “large” to “medium” or other.
Forum: Plugins
In reply to: [Media from FTP] Can't work under NginxOk, I understand. Thank you Katsushi Kawamori.
By the way, can use add a feature that “select-all” of the uploaded media, if the plugin will be update? Thank you again.