Milan Dinić
Forum Replies Created
-
do_shortcode( '[contact-form]' )For now, you can use gettext filter.
Forum: Plugins
In reply to: [Grunion Contact Form] [Plugin: Grunion Contact Form] Not i18n FriendlyI updated a patch, sorry for my delay. 😉
Forum: Plugins
In reply to: [Grunion Contact Form] [Plugin: Grunion Contact Form] Not i18n FriendlyBumping this, plus notifying about another ticket I created.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] BackWPup 1.7.5 Not found?Some people have trubele with my plugin and wordpress has removed it so long a bug fix will provieded.
Have you got an official notification from someone on behalf of wp.org?
Issues with plugins are sent to plugins@wordpress.org, where someone actually goes through the business of reviewing the plugin for issues. If a VALID issue is found (like a security hole etc), then the plugin is removed.
Where is this documented? I haven’t found any official page with this information.
In development version of a plugin there is an option to use custom meta names.
Forum: Fixing WordPress
In reply to: Error when trying to logoutSince nobody else noticed, just to point out that this issue is actually related to one provider that has different brands. FatCow, iPower, StartLogic, they are all brands of Endurance International Group.
Forum: Plugins
In reply to: [KC Settings] [Plugin: KC Settings] Term meta issues with encodingLets see what we have with collation in MySQL. When you open phpMyAdmin, you have MySQL connection collation. When you open database, then Operations, you again have Collation setting. You then have same for each table and you have collation of each row that you can set under Structure.
What I have is utf8_general_ci in dashboard, latinn1_swedish_ci for database collation and utf8_general_ci for tables and rows. This is default and this is how WordPress makes it and it works without a problem.
When you install KC Settings and when it creates table wp_termmeta it is with latin1_swedish_ci and this is source of the problem.
I solved it by deleting this table, changing database collation to utf9_general_ci, then activation plugin again which creates wp_termmeta this time with utf8_general_ci.
So what I think you should do is follow WordPress way of creating tables with utf8_general_ci even when table collation is latin1_swedish_ci. People don’t need to use phpMyAdmin for WordPress tables, why they should use for KC Settings?
Thank you for your plugin and your reply.
Forum: Plugins
In reply to: [Cache Images] [Plugin: Cache Images] Create thumbnailsIt does create thumbnails for all sizes you defined at Media Settings page or with custom code.
However, in order to achieve what you want, you need to to setup your theme, since this plugin has nothing to do with it.
Forum: Plugins
In reply to: [Cache Images] [Plugin: Cache Images] exclude some domain to be cachedNot at this time but I might add a filter in next versions.
Forum: Plugins
In reply to: [Cache Images] link href and img src mismatch after using Cache ImagesI can’t open second URL so I don’t know if it worked or not, but if it worked, most probably reason for this was that picture was imported twice, first when it searched for pics that were linked and then when searched for pictures that are embedded. It adds number at the end of file name because there is already image with that name.
In cases like this you should first run simple scan which will replace all occurrences of URL, no matter if used as href or src, and then advanced scan.
Forum: Plugins
In reply to: [Grunion Contact Form] [Plugin: Grunion Contact Form] Not i18n FriendlyI know how to send patches, you don’t have a good memory 🙂
Here is a ticket with a patch. I wrote all code related stuff over there but would like to add more comments here.
If you submit any changes, I would like to test it before its released so please create a POT file, its easy to do it in “Admin” tab of plugins page at wp.org.
Since email notifications don’t work on plugins trac, please repost ticket comments here as well (you could ping someone to fix that, BTW).
Forum: Plugins
In reply to: [Grunion Contact Form] [Plugin: Grunion Contact Form] Not i18n FriendlyNobody contacted me nor there were any improvements made so please tell me should I try to patch it.
Thank you for fast response. It looks like what I wanted but it doesn’t work, ie. value for this field is not saved to database. When you save changes, field has value you submitted but if you refresh page old value will still be there.
My other suggestions are mostly related to improvements of performance of this plugin. This is area where it isn’t doing good job. For example, you load large options on every page load, you check for unverified users that need to be deleted on every page load on admin, you do check some things out of hooks etc.
Specifically, I suggest that you use WP cron for scheduling of users’ deleting, moving some of large parts of code (settings, footer etc) to external files that are loaded conditionally, moving everything inside of WordPress hooks which means loading only when needed etc.
Other improvements would be usage of uninstall hook for removing of plugin’s data and more i18n friendlier way of string form.
If you are interested, I can give you a detailed possible changes and even try to make a patch but I can’t promise that I’ll be very fast in that.
At the end, I would like to ask you two questions: is it possible to migrate Register Plus data and have you looked at this?
I don’t see what this has with WP Smush.it. You should set image sizes in Settings -> Media screen.
Note that changed sizes affect only newly uploaded images while for older ones you will need to do regeneration.