- Posts: 91
[Closed] Text "New course available" in JomSocial
- Fabio Ballor
- Topic Author
- Offline
- Premium Member
-
Less
More
13 years 11 months ago - 13 years 11 months ago #1
by Fabio Ballor
[Closed] Text "New course available" in JomSocial was created 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
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.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
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.