Redirect the Moodle login page to Joomla doesn't work
- erick
- Topic Author
- Offline
- New Member
-
Less
More
11 years 6 months ago - 11 years 6 months ago #1
by erick
Redirect the Moodle login page to Joomla doesn't work was created by erick
Hi, and thanks for this awesome plugin
I have noted that the activities I add in moodle has a different icon when display with joomdle in joomla. I had no problem with that till now, because I always change the icon files at joomdle/images/.....png
Now, my problem is that I have installed a custom module (simple certificate) that has no icon and the default one is displayed. Is it possible to display a custom icon in this case? What should I do?
Thanks
cheap patio
pergola
pergolas
I have noted that the activities I add in moodle has a different icon when display with joomdle in joomla. I had no problem with that till now, because I always change the icon files at joomdle/images/.....png
Now, my problem is that I have installed a custom module (simple certificate) that has no icon and the default one is displayed. Is it possible to display a custom icon in this case? What should I do?
Thanks
cheap patio
pergola
pergolas
Last edit: 11 years 6 months ago by erick.
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7848
11 years 6 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Redirect the Moodle login page to Joomla doesn't work
Hi. Thanks for the kind words.
This is already fixed in development code for next release, but it is easy if you want to change it now.
Edit administrator/components/com_joomdle/helpers/system.php, function get_icon_url.
After:
Add:
This way Joomdle will show same icon it shows for certificate, that you can then change if you want.
This is already fixed in development code for next release, but it is easy if you want to change it now.
Edit administrator/components/com_joomdle/helpers/system.php, function get_icon_url.
After:
Code:
case 'certificate':
Code:
case 'simplecertificate':
This way Joomdle will show same icon it shows for certificate, that you can then change if you want.
Please Log in or Create an account to join the conversation.