How To / General

mod joomdle courses not show anything in the Specific course

  • saman سامان
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • samansamani2[at]yahoo.com
More
8 years 3 months ago #1 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.

More
8 years 3 months ago #2 by Antonio Durán
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:
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" />
By:
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.