By Ewoud on Monday, 24 March 2014
Posted in General Issues
Replies 5
Likes 0
Views 836
Votes 0
Hi there,

In the Activity Log there is a possibility to filter on specific apps. But there are some language strings missing as it seems. But when I take a closer look, it seems that the last part of the string is showing a Dutch word. So it looks like there is some strange mixup of strings and translations. Not sure how to explain it but hopefully you see what I mean.

Regards,
Ewoud
Hi,

Sorry about that. The patched is for another section with similar filters.

I've patched on another file on your site for the activity page:

/components/com_easysocial/themes/wireframe/activities/sidebar.apps.php line 43

OLD:

<span class="app-title"><?php echo JText::_( 'COM_EASYSOCIAL_STREAM_APP_FILTER_' . strtoupper( str_replace( ' ', '_', $app->title ) ) ); ?></span>


NEW:

<span class="app-title"><?php echo JText::_($app->title); ?></span>
·
Monday, 24 March 2014 15:45
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 24 March 2014 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jason,

Thanks for your reply. Unfortunately it doesn't change anything. I have replaced the stream.php file but the problem is still there.

I have now also added the ftp details in the first post so you can take a closer look.

Regards,
Ewoud
·
Monday, 24 March 2014 14:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Jason,

Thanks for your reply. This works great. All the names are normal again.

Thanks for solving this.

Regards,
Ewoud
·
Monday, 24 March 2014 20:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You're welcome.
·
Tuesday, 25 March 2014 11:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post