tosiabunio
Forum Replies Created
-
Well, my CSS override doesn’t work anymore. Where can I download previous versions?
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] problems with encodin’There’s another solution that doesn’t require adding options. Wp-cumulus could check the active language setting and if it is different from those languages that don’t require accents keep the encoding as it is now, and for remaining languages (including Polish) activate remove_accents() function.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] problems with encodin’Of course, there is a source for the plugin available and anyone who is tech savvy enough can do that. But this is pretty annoying in the situation when you update your plugins via WP automatic upgrade system – which allows you to perform the upgrade from your browser, basically anywhere. For me, such upgrade requires necessary steps – I need to FTP to my hosting provider, download the source, fix it (and remember how), then upload it back and check for results. This is pretty annoying and error prone.
I know that Flash movie can be fixed, but such fixed version is overwritten every time I upgrade the plugin, so it brings me back to the first solution. Adding the option would help users like me a lot – this is the only plugin from many I use that requires manual fixes each time I upgrade.
I’m not sure how many diacritic characters the flash movie contains but I believe that many of people are affected by this. I can speak only for myself but on a few occasions I seriously considered removing the plugin, despite the fact I love it.
Forum: Fixing WordPress
In reply to: [Plugin: WP-Cumulus] problems with encodin’changing the code a bit could help a lot with polish characters:
$tagcloud = urlencode( remove_accents(str_replace( ” “, ” “, ob_get_clean() ) ) );
Any chance to get this done in next release?
Forum: Fixing WordPress
In reply to: Upgrading from 2.0 to 2.0.1My language problem has been fixed – character case problem in the config. Now everything works ok.
Forum: Fixing WordPress
In reply to: Upgrading from 2.0 to 2.0.12 problems here:
1. Adhesive plugin blocked posts from showing – after disabling it everything is fine.
2. My language reverted to English. Dashboard is in English, some of the theme texts as well. WP seems to ignore language settings in config.
As far as I was able to reproduce that problem it is related to conflicts between PHP code and the database. If I access the local database as root without password everything works fine but when I try to use other defined user with password then I get that error. At this moment WP works for me only for root user without password.