UPDATES EasyBlog 6.0.14 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

.sh404SEF issue for photos (follow up)

Altitudes · ·
8:11 PM Thursday, 13 August 2015
None
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
The replies under this section are restricted to logged in users or users with an active subscription with us