- Posts: 7
[Solved] Course View not linking to Kunena forums
- Kyle Benedetti
- Topic Author
- Offline
- New Member
-
Less
More
13 years 3 months ago - 13 years 3 months ago #1
by Kyle Benedetti
[Solved] Course View not linking to Kunena forums was created by Kyle Benedetti
I am unable to get my course view to link to the Kunena forums instead of displaying them in the moodle wrapper.
After messing around for a while I installed a completely fresh Joomla/Moodle/Joomdle/Kunena setup to try to get it to work (my current install has moodle and joomla on different subdomains and I wanted to rule that out).
My fresh new install is also not working. I followed all of the instructions including setting both "Use Joomla user groups" and "Use Kunena forums" to Yes in the Joomdle settings page in Moodle. I also set "Use Kunena forums" in the course view settings of the configuration page of Joomdle in Joomla. My system check is all green.
I am running:
Joomla 2.5.8
Moodle 2.4+
Joomdle 0.9
Kunena 2.0.3
I noticed in the forums that people could not integrate Kunena when they released the latest version but it looks like you addressed this issue with Joomdle 0.9, can you confirm that the Course view is linking to the Kunena forums?
I also looked through every course in the Joomdle Demo site and could not find an example of the course view linking to the Kunena forums.
Thanks in advance,
Kyle
After messing around for a while I installed a completely fresh Joomla/Moodle/Joomdle/Kunena setup to try to get it to work (my current install has moodle and joomla on different subdomains and I wanted to rule that out).
My fresh new install is also not working. I followed all of the instructions including setting both "Use Joomla user groups" and "Use Kunena forums" to Yes in the Joomdle settings page in Moodle. I also set "Use Kunena forums" in the course view settings of the configuration page of Joomdle in Joomla. My system check is all green.
I am running:
Joomla 2.5.8
Moodle 2.4+
Joomdle 0.9
Kunena 2.0.3
I noticed in the forums that people could not integrate Kunena when they released the latest version but it looks like you addressed this issue with Joomdle 0.9, can you confirm that the Course view is linking to the Kunena forums?
I also looked through every course in the Joomdle Demo site and could not find an example of the course view linking to the Kunena forums.
Thanks in advance,
Kyle
Last edit: 13 years 3 months ago by Antonio Durán.
The topic has been locked.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7909
13 years 3 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic Course View not linking to Kunena forums
Hi, thanks for the tip. I looked into it, and there is a bug. I'll fix it for next release.
If you want to fix it now, you need to change file administrator/components/com_joomdle/helpers/system.php.
Change:
$forum_id = JoomdleHelperForum::get_kunena_forum_id ($mod_id, $course_id);
By:
$forum_id = JoomdleHelperForum::get_kunena_forum_id ($course_id, $mod_id);
If you want to fix it now, you need to change file administrator/components/com_joomdle/helpers/system.php.
Change:
$forum_id = JoomdleHelperForum::get_kunena_forum_id ($mod_id, $course_id);
By:
$forum_id = JoomdleHelperForum::get_kunena_forum_id ($course_id, $mod_id);
The topic has been locked.
- Kyle Benedetti
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 7
13 years 3 months ago #3
by Kyle Benedetti
Replied by Kyle Benedetti on topic Course View not linking to Kunena forums
Thanks for your reply, that fixed it!
For anyone reading this post, the file system.php did not show up in my ftp client (transmit), but I went in to the file browser through the cpanel through my hosting site and was able edit the file. So the file is there even if you can't see it.
The code to change is at line 325.
Thanks again for the fix, Joomdle is wonderful!
Kyle
For anyone reading this post, the file system.php did not show up in my ftp client (transmit), but I went in to the file browser through the cpanel through my hosting site and was able edit the file. So the file is there even if you can't see it.
The code to change is at line 325.
Thanks again for the fix, Joomdle is wonderful!
Kyle
The topic has been locked.