By Natalee Caipen on Friday, 10 July 2015
Posted in Technical Issues
Replies 2
Likes 0
Views 660
Votes 0
Hi,

We have a site that we are using the Falang language extension for to add a Spanish version of the site (in addition to English). The existing site does have a blog, but they do not plan to add a Spanish version of the blog. The problem we are running into is that Google is indexing the blog articles as part of the English and Spanish versions of the site, so to Google it appears as though we have a lot of repeat content. I have been in contact with the Falang developer and he said that I need to set the blog articles to English only, however when I go to the Blog Entries page the Language column does not appear to be editable (it is currently set to ALL). Any ideas regarding what I can do to restrict the blog portion of the site to English only? Thanks!
Hey Natalee,

I am really sorry for the delay of this reply as it is a weekend for us here. Go to Settings > General > General and ensure that the option "Multi Lingual Posts" is enabled. Also, do you have the "Spanish" language installed in Joomla? EasyBlog will only list down languages that are installed in Joomla.
·
Saturday, 11 July 2015 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Natalee,

What you can do is to edit the file /components/com_easyblog/controllers/dashboard.php and at line 755 and 955 respectively, locate the codes below,


$params['language'] = $language;


Replace it with,


$params['language'] = 'en-GB';
·
Tuesday, 21 July 2015 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post