codestyling
Forum Replies Created
-
Forum: Plugins
In reply to: [Codestyling Localization] IDN problem, conflic withThe problem is, that the idna plugin you are using gets loaded later as my plugin. My plugin tests for existing idna class and if already present, it doesn’t load it the second time.
But your idna plugin doesn’t do it and loads as you show above the same class a second time without testing it’s existance. So you get this issue.
Because idna is not part of WordPress itself, such conflicts can only be handled, if plugin authors doing tests of existance and avoid 2nd load of same class as I did.
My suggestion would be to contact the author of this plugin and explain this situation and ask for safety existance check. Or you modify that plugin to do this test.
Bug has been found and removed with version 1.99.25 comming soon.
Will be working again with version 1.99.25, caused by a theme evaluation mistake.
The same as this http://wordpress.org/support/topic/wrong-greek-locale-and-wpml?replies=2 , 2 letter codes not supported.
this will be repaired with version 1.99.25 of my plugin. Themes than againg will be detected as expected.
As example the target theme, it has a defect!
<?php previous_post_link(__( '%link', '<span class="meta-nav">←</span> Previous Post ') ); ?> </span> <span class="nav-next"> <?php next_post_link(__( '%link', 'Next Post <span class="meta-nav">→</span>') ); ?>Both translation term are nonsence a lead to failing my plugins result.
The theme Author has to correct that because this won’t get any suitable name otherwise (single.php).Nevertheless my next version will try to handle such bad theme coding cases more reliable.
Forum: Plugins
In reply to: [Codestyling Localization] Wrong Greek locale and WPMLVersion 1.x won’t support 2 letter abbreviations, cause it’s called locale and not language.
Locale base handling, as WordPress itself supports, contains beside the language translations also informations about currency, decimal separator chars, date formats etc. And they are country based!
So my plugin supports only qualified locales with language and country specifier like el_EL (reads: language => greek, country: Greek)Forum: Plugins
In reply to: [Codestyling Localization] Twenty eleven translation into dutchI do not understand the problem. Are the translattion files not been written or did your blog simply show up at english because you never said at wp-config.php that you want dutch (and having the correct wordpress main translation files in place)?
Forum: Plugins
In reply to: [Codestyling Localization] Does not work with HTTPSwill be fixed with version 1.99.25
SSL Bug will be fixed with version 1.99.25
SSL bug will be fixed with version 1.99.25
Forum: Plugins
In reply to: [Codestyling Localization] [Plugin: Codestyling Localization] jQuery errorswill be fixed in version 1.99.25, SSL was not fully supported.
Please provide a code snippet out of!
It dependends on how it’s done.@jozef: This is really a issue of the slideshow-gallery plugin. It pollutes my plugin side with scripts only needed at the slideshow based pages or frontend but not at my plugin page. It’s up to the author of slideshow-gallery to fix this issues!
@ovib: The same as for Jozef but now with the calendar plugin. The calendar plugin author has to fix the his/her script usage!
@f�e: could be an SSL problem fixed with 1.99.25 version.
uppercased folder names will be supported by 1.99.25 within scope of bugfix therefor.