[Closed] Text "New course available" in JomSocial

  • Fabio Ballor
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
13 years 11 months ago - 13 years 11 months ago #1 by Fabio Ballor
Hi

I edited the file ws.xmlrpc.php in components / com_joomdle / controllers

to display the text from the language file

line 172
/ / $ Message = JText :: _ ('New course available'). '';
$ message = JText :: _ ('COM_JOOMDLE_NEW_COURSE_AVAILABLE'). '';

Within the language file
COM_JOOMDLE_NEW_COURSE_AVAILABLE = "New course available"

Bye
Fabio
Last edit: 13 years 11 months ago by Chris.

Please Log in or Create an account to join the conversation.

More
13 years 11 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Re: Text "New course available" in JomSocial
Thanks for the tip. I included the change for next release.

Please Log in or Create an account to join the conversation.