Hi Kyle, I wrote this before in the german language part but didn't get any answer. So I ask here:
Meanwhile I found a solution to adapt in cb_activity the jquery timeago for using with prefix. But I am not sure, is my solution ok or not.
I am looking for an override solution, because I don't want to change the code after an update. Do you have a solution?
My solution is:
in components/com_comprofiler/plugin/user/plug_cbactivity/templates/default
I opened jquery.php and added
. "prefixAgo: '" . addslashes( CBTxt::T( 'vor' ) ) . "',"
. "prefixFromNow: '" . addslashes( CBTxt::T( 'in' ) ) . "',"
then I changed the following
. "suffixAgo: '" . addslashes( CBTxt::T( '' ) ) . "',"
. "suffixFromNow: '" . addslashes( CBTxt::T( '' ) ) . "',"
-> the words for suffixAgo are now empty
Then I saved.
It's now good german.