Joomdle 1.0 Installation

Modules do not show content

More
7 years 9 months ago #11 by Antonio Durán
Replied by Antonio Durán on topic Modules do not show content
Sorry, I did not remember about this. Your explanation made me remember: there is a problem in current release,with the module parameters.
To fix it, 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.

  • John Feagans
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 9 months ago #12 by John Feagans
Replied by John Feagans on topic Modules do not show content
Thank you. I'll edit the code as you suggest. Joomdle usually works on first install and you have improved the ease of install over earlier versions. Stuff happens so glad it is solved.

Please Log in or Create an account to join the conversation.