Milan Dinić
Forum Replies Created
-
Although he didn’t respond here, in version 0.2.8 John fixed issue from topic’s title, and suggestions 3 and 4 (4 was partly, JS was already using wp_register_script, which I didn’t notice at first).
Forum: Plugins
In reply to: [Cache Images] [Plugin: Cache Images] Plugin timing outI saw that post after I wrote one here. I don’t really have time lately to update a plugin with several request I got, but anyway, I can’t solve this issues with + signs by myself since I don’t get what the problem is.
Forum: Plugins
In reply to: [Cache Images] [Plugin: Cache Images] Plugin timing outWhat do you mean when you say “times out”? What version of a plugin you use, I rewrote old version because timing out was one of two issues with it and I believe it is solved now.
why the number of images appear on the yellow bar are always less than the number originally detected?
Because some images appear on more than one post so in first search they are counted separately, but when cached, they are cached from all posts so they can’t be cached again.
Cache Images doesn’t do that kind of detections, but it’s possible that your system did and that it was preventing plugin from work.
In latest version of a plugin, there is no any setting to set up. Plugin works out of box.
Are those images on the same domain as your WordPress installation? If so, that might be a reason for this.
Yes, you can safely delete it since your images are cached. It is actually encouraged, since it will save resources in your WordPress installation.
Hey, Ronny, thank you for your work! I will need to do a rewrite of a plugin to enable this option, and also to enable automatic caching.
Since it needs some more work, I can’t release update immediately, but in reasonable time.
Why don’t you simply upload image via usual built-in method in WordPress?
Forum: Plugins
In reply to: [Plugin: Gravatar Signup Encouragement] Danish – danskThe Danish translation must be renamed in order for it to work.
Uh, sorry for this. I didn’t pay attention, I just commited files you send me.
I will look into the translation of gravatar.com shortly, but does this apply to the new version 2 of your plugin as well?
Gravatar.com translation doesn’t affect my plugin. The only way they are connected is that if you translate Gravatar.com and get locale subdomain (eg. da.gravatar.com), you can change default value en.gravatar.com in translation of my plugin so that links point to locale version.
By reading documentation on various places (repository, your blog, plugin’s settings), I didn’t conclude that permalink structure for custom post type needs to start with
%post_type%.Anyway, I tried various changes, and although some things started to work, neither made everything to work.
/%post_type%/blog/%year%/%monthnum%/%something_post%/– it made month and year archives work, but when I access example.com/post_type/blog/ I get a blank page; some notices: example.com/post_type/blog regularly redirects to example.com/post_type/blog/, and example.com/post_type/blog/feed/ works- since my custom post type has underscore in name, I tried with
'slug' => 'something',underrewriteinregister_post_type; it did makesomethinginstead ofpost_typebut example.com/something/blog/ still didn’t work (as above), plus I got a blank page when i go to example.com/something, which is standard WordPress page. - when I tried to change
blogwithanything, in both above cases everything was the same, so it wasn’t problem with use ofblog(which is already used for standard posts)
Any idea on a way to achieve what I want, or that is impossible?
Thanks.
Forum: Plugins
In reply to: [Plugin: Enable Media Replace] Bug and suggested resolution:Kruncher makes assumptions about the location of WordPress folders but so di you in upload.php. You should have different approach since wp-content directory can have a different name.
Also, instead of
get_bloginfo("wpurl") . "/wp-admin/upload.phpyou should useadmin_url( 'upload.php' )(same applies to other link to /wp-admin pages).Oh, and some gettext functions miss textdomain.
Forum: Plugins
In reply to: [Cache Images] [Plugin: Cache Images] Automatically cache the imagesAs I already said, currently it’s not possible, but I will definetly make it possible in a near future.
There is a topic for that too (with solution). 😉
http://labs.dagensskiva.com/forum/topic/problem-with-this-forums-rss-feed