Recent Topics

1 Oct 24, 2011 01:01    

In case of multi blogs, the flag shown on the blog who agregate the posts from the other blogs must be the country flag corresponding to the user register and not the language flag .
Supose that you have 4 blogs: Agregate one (main entrence), French, Belgium and Swiss. The language on locales is fr-FR and the flag on all posts shown on first blog(Agregate) is French independent of the country blog where the post was published: french, Belgium or Swiss.
Correct should be if the post is from belgium blog = belgium flag, if is from French blog = french flag etc. etc.
Sorry for my English.
Thanks

2 Oct 28, 2011 00:00

Looks like a bug.
We'll look into it, thanks for the info

3 Mar 28, 2012 09:13

Correct should be if the post is from belgium blog = belgium flag, if is from French blog = french flag etc. etc.

You can select locales for individual posts. The flags are displayed based on post locale.

I'm adding an option to choose between blog and post locale flags in b2evo v5

$Item->locale_flag( array(
      'locale' => 'blog', // Possible values: 'item', 'blog', custom locale, empty string for current locale
   ) );


Form is loading...