- Posts: 7
Joomdle 1.0 Installation
[Solved] Problem groups with accents
- nossibe
- Topic Author
- Offline
- New Member
-
Less
More
11 years 2 months ago - 11 years 2 months ago #1
by nossibe
[Solved] Problem groups with accents was created by nossibe
Hello,
If I create a course whose name includes an accent, the group name automatically created in Joomla stops at the letter with accent.
eg:
course: Le présent de l'indicatif
Joomla group: Le pr
How can I do to have the full names of groups?
Thank you
If I create a course whose name includes an accent, the group name automatically created in Joomla stops at the letter with accent.
eg:
course: Le présent de l'indicatif
Joomla group: Le pr
How can I do to have the full names of groups?
Thank you
Last edit: 11 years 2 months ago by Antonio Durán.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
11 years 2 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Problem groups with accents
Thanksk for the bug report, we'll fix it for next release.
If you want to fix it now, you just need to edit components/com_joomdle/controllers/ws.xmlrpc.php, function addUserGroups().
Remove this line:
If you want to fix it now, you just need to edit components/com_joomdle/controllers/ws.xmlrpc.php, function addUserGroups().
Remove this line:
Code:
$course_name = utf8_decode ($course_name);
The topic has been locked.
- nossibe
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
11 years 2 months ago #3
by nossibe
Replied by nossibe on topic Problem groups with accents
Great ! Thank you Antonio
The topic has been locked.