By Altitudes on Thursday, 13 August 2015
Posted in Technical Issues
Replies 7
Likes 0
Views 852
Votes 0
Hello

This is a follow up to http://stackideas.com/forums/sh404sef-issue-for-photos topic (which was locked).

It seems to be you forgot to add the following strings to language file:
COM_EASYSOCIAL_SH404_ALBUMS_TYPE_EVENT="event"
COM_EASYSOCIAL_SH404_ALBUMS_TYPE_GROUP="group"
COM_EASYSOCIAL_SH404_ALBUMS_TYPE_USER="user"
COM_EASYSOCIAL_SH404_PHOTOS_TYPE_EVENT="event"
COM_EASYSOCIAL_SH404_PHOTOS_TYPE_GROUP="group"
COM_EASYSOCIAL_SH404_PHOTOS_TYPE_USER="user"

And also, for the Albums, you should replace in file components/com_easysocial/sef_ext/albums.php (as you already did for photos.php):
	$title[] = $type;

by
	$title[] = JString::ucwords(JText::_('COM_EASYSOCIAL_SH404_ALBUMS_TYPE_' . strtoupper($type)));

Thanks

.Fixed in ES 1.4.7
Thanks for the heads up on this. Ezrul might have missed this but I will reconfirm this with him again.
·
Friday, 14 August 2015 02:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

Any news regarding this?
·
Monday, 24 August 2015 16:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Altitudes,

I am really sorry for the delay of this reply. It seems like I've missed to include this in the current release of easysocial. I will update it accordingly and it will be release in the next version of easysocial.
·
Thursday, 03 September 2015 11:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello

It seems to be that the strings (see first post) are still not in the language file... Could you please proceed?

Thanks
·
Wednesday, 13 January 2016 04:47
·
0 Likes
·
0 Votes
·
0 Comments
·
I have just added this internally, will be released with 1.4.7
·
Wednesday, 13 January 2016 13:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you
·
Thursday, 14 January 2016 22:39
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Friday, 15 January 2016 00:43
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post