ReactorShop on "[Plugin: Polylang] Theme My Login loses the logout _wpnonce...
Hi Chouby, Let's move the Theme My Login business over here: As I mentioned in my previous post, this is what I did to fix the user links. function p4tml_my_login_domain() { global $l10n; $locale =...
View Articleqsmrip on "Polylang shows all post blogs, not just the ones of each language"
but it's a follow up on the old topic... is not ok?
View Articleesmi on "Polylang shows all post blogs, not just the ones of each language"
I just think you're far more likely to get a reply if you post a new topic. :-)
View ArticleX_Y on "polylang for custom post types stops working in 1.4dev17"
Hi, I noticed the "pll_get_post_types" action for adding custom post types stops working in the development version (1.4dev17). My custom post types are not registered by polylang by default, there are...
View Articleqsmrip on "Polylang shows all post blogs, not just the ones of each language"
ah, ok! I will take your advice then :) thanks esmi!
View ArticleChouby on "polylang for custom post types stops working in 1.4dev17"
I don't have this issue. However I changed some things around this. The filter is called now only one time quite soon in the process. Maybe before you create it. How do you use the 'pll_get_post_types' ?
View Articleaigarinsh on "[Plugin: Polylang] Translating Custom Post Type & Taxonomy Slugs"
This is something a lot of people have been waiting for. I somehow managed it myself a while ago, but this is much better. Works for me, except when it has been ticked "Hide URL language information...
View ArticleChouby on "[Plugin: Polylang] Sub-categories with the same name conflicts"
Here is the diff: http://plugins.trac.wordpress.org/changeset?reponame=&new=835595%40polylang&old=834512%40polylang When terms are associated to a post, I check that the terms exist in the...
View ArticleKLicheR on "[Plugin: Polylang] Translating Custom Post Type & Taxonomy Slugs"
Ok! I'll try to add this. But like I said, I did this for a particular project but keeping in mind that it can evolve as a general plugin or add to the core of Polylang so not all functionnalities of...
View ArticleReactorShop on "[Plugin: Polylang] Theme My Login loses the logout _wpnonce...
I forgot something. The last filter in my previous post is hooked like this: function p4tml_page_link( $link, $action, $query ) { if( ! empty( $action ) ) return p4we_translate_post_url( $link, FALSE,...
View Articleyhowell on "[Plugin: Polylang] Default language not working"
Hi, I have a website using polylang (http://noticias.gogetit.com.pa) the thing is the default language is set to spanish but in reality the one that appears as default is english and I unmarked the...
View ArticleChouby on "[Plugin: Polylang] During Ajax calls, the server only responds...
I spent some time on it and I believe that I found a way to automatically detect (without setting 'pll_load_front') wether an ajax request is made on frontend or backend. I just uploaded a development...
View ArticleReactorShop on "[Plugin: Polylang] During Ajax calls, the server only...
Chouby, please, let me congratulate you on this work. The situation is solved: WP e-Commerce's add to cart Fancy Notification translated with Polylang I started checking yesterday what to do about it....
View ArticleTobias Claren on "[Plugin: Polylang] Backup the settings (especially...
I see no export function in Polylang. Export the whole polylang (without WP) is possible?
View ArticleReactorShop on "[Plugin: Polylang] Theme My Login loses the logout _wpnonce...
The nonce is passed with PLL 1.4dev18 without the need of modifications, so the situation originating this post is solved. From the TODO I listed above, in order to translate TML's custom user links...
View ArticleX_Y on "polylang for custom post types stops working in 1.4dev17"
I used it as described in the link above, in functions.php add_filter('pll_get_post_types', 'my_pll_get_post_types'); function my_pll_get_post_types($types) { return array_merge($types, array('my-cpt'...
View ArticleChouby on "polylang for custom post types stops working in 1.4dev17"
I see. This change was not a good idea if the filter is not reachable from functions.php. The new development version 1.4dev19 should solve the issue. Thanks for your tests!
View ArticleChouby on "[Plugin: Polylang] Backup the settings (especially languages)?"
No. That's currently not possible. Polylang data are exported with all posts using the WordPress export functionnality.
View ArticleX_Y on "polylang for custom post types stops working in 1.4dev17"
It would be better if custom post types are detected by default, so you don't have to go through this step :)
View ArticleChouby on "polylang for custom post types stops working in 1.4dev17"
They are! You just have to check the relevant option in Polylang settings to decide if you want to enable language and translations management or not.
View Article