Topic-icon Translating "status update on Facebook" in jomsocial

Active Subscriptions:

None
Hi,

I'm using jomsocial + JFBConnect, and I need to translate this text "had a status update on Facebook", when user update his status in Facebook, to another language, but I didn't find this text in jomsocial language file or JFBConnect,
Where can i find this text?

Thanks
File Attachment:
The topic has been locked.
Support Specialist
10 years 8 months ago #35388 by alzander
That text is (incorrectly) hard-coded into our JomSocial Social-Profile plugin. You can edit the text in the /plugins/socialprofiles/jomsocial/jomsocial.php file. At around line 545, you'll see the following block with the offending text:
$stream = new stdClass();
        $stream->actor = $actor;
        $stream->headline = $actorLink . " had a status update on Facebook";
        $stream->message = $act->title;
I took a note to add that string to a language file and that *should* make it into the v5.1 release next week.

I hope that helps, but if you run into any other issues, just let us know.

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 8 months ago #35423 by alzander
Just wanted to update this and let you know that a language file has been added for the JomSocial profile plugin in the next release. This string will be translatable by creating your own language file or using Joomla language string overrides.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35430 by abdal-
Hi Alex,

Thank you for your help, I have found it in jomsocial.php.

Thanks
The topic has been locked.
Support Specialist
10 years 8 months ago #35436 by alzander
Glad to hear it. Just remember to watch out with the next release and make the language file change so that you won't have to worry about it again.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #35712 by alanay
Sorry if i shouldnt ask here ..
but i am using this package
JFBConnect-5.0.2-Joomla30_20130726_unzip_first.zip

but still there is no string to use in the language file to translate "had a status update on Facebook"
and the jomsocial.php file still show
$stream->headline = $actorLink . " had a status update on Facebook";
The topic has been locked.
Support Specialist
10 years 7 months ago #35715 by alzander
Alaa,
The updated release with this change should be out tomorrow. The version number will be JFBConnect v5.1.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #35725 by alanay
Great .. i cant wait :D
The topic has been locked.
Support Specialist
10 years 7 months ago #35728 by alzander
We're excited as well :) Keep an eye out tomorrow for the updated release.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #35806 by alanay
Hello..
in which language file we should do it ??
i see the text has been replaced by this PLG_SOCIALPROFILES_JOMSOCIAL_STATUS_UPDATE_HEADLINE
but i tried use it in my default template language and also in ar-AA.com_jfbconnect.ini but it didnt work.
The topic has been locked.