By Mustapha Bahassi on Thursday, 05 December 2013
Posted in Technical Issues
Replies 3
Likes 0
Views 706
Votes 0
I see that the messages displayed to the user in the points system are called by the function JText::sprintf(), for example here:


// Add logging for user.
DiscussHelper::getHelper( 'History' )->log( 'easydiscuss.vote.reply' , $my->id , JText::sprintf( 'COM_EASYDISCUSS_BADGES_HISTORY_VOTE_REPLY' , $question->title ), $post->id );


Where can I find the COM_EASYDISCUSS_BADGES_HISTORY_VOTE_REPLY resource? Is it in the database or in some resource file?

Thanks
Hello Mustapha,

Sorry for the late reply. Please go to the file in

JOOMLA/language/xx-XX/xx-XX.easydiscuss.ini

to search for this language string Hope this helps.

Thanks!
·
Thursday, 05 December 2013 17:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Adelene, that is what I was looking for
·
Thursday, 05 December 2013 19:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now.
·
Friday, 06 December 2013 01:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post