- Posts: 91
[Closed] Text "New course available" in JomSocial
- Fabio Ballor
- Topic Author
- Offline
- Premium Member
-
Less
More
14 years 1 week ago - 14 years 3 days 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: 14 years 3 days ago by Chris.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
14 years 4 days 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.