- Posts: 253
How To / General
mod joomdle courses not show anything in the Specific course
- saman سامان
-
Topic Author
- Offline
- Elite Member
-
- samansamani2[at]yahoo.com
Less
More
8 years 3 months ago #1
by saman سامان
mod joomdle courses not show anything in the Specific course was created by saman سامان
i install fresh joomla and joomdle and all check is green but when i want use this mofule it can nont loadedany courses...what is the problem?
Please Log in or Create an account to join the conversation.
- Antonio Durán
-
- Offline
- Moderator
-
Less
More
- Posts: 7936
8 years 3 months ago #2
by Antonio Durán
Replied by Antonio Durán on topic mod joomdle courses not show anything in the Specific course
Hi.
There is a problem in XML file for the module in current version. It will be fixed in next release.
If you want to do the change, you need to edit file: modules/mod_joomdle_courses/mod_joomdle_courses.xml
Change:
By:
There is a problem in XML file for the module in current version. It will be fixed in next release.
If you want to do the change, you need to edit file: modules/mod_joomdle_courses/mod_joomdle_courses.xml
Change:
Code:
<field name="courses_shown" multiple="multiple" type="courselist" size="5" default="" label="COM_JOOMDLE_SELECT_COURSES" description="COM_JOOMDLE_SELECT_COURSES_DESCRIPTION" addfieldpath="/administrator/components/com_joomdle/fields"/>
<field name="categories_shown" type="coursecategorylist" default="" multiple="multiple" label="COM_JOOMDLE_SELECT_CATEGORIES" description="COM_JOOMDLE_SELECT_CATEGORIES_DESCRIPTION" addfieldpath="/administrator/components/com_joomdle/fields" />
Code:
<field name="courses_shown" multiple="multiple" type="courselist" size="5" default="" label="COM_JOOMDLE_SELECT_COURSES" description="COM_JOOMDLE_SELECT_COURSES_DESCRIPTION" addfieldpath="/administrator/components/com_joomdle/models/fields"/>
<field name="categories_shown" type="coursecategorylist" default="" multiple="multiple" label="COM_JOOMDLE_SELECT_CATEGORIES" description="COM_JOOMDLE_SELECT_CATEGORIES_DESCRIPTION" addfieldpath="/administrator/components/com_joomdle/models/fields" />
Please Log in or Create an account to join the conversation.