Hello,

The number of rows of speakers on the home page is limited to 10 (4 columns) for a maximum of 40 items.

I need to display 48 items. Is there a way to increase the number of rows?

Regards

    micon6 Hi. I do not think it's limited. Can You please provide an access to joomla panel so I'll check?

      teitbite In the News Show Pro GK5 "Speakers" module under "Speakers List" the maximum number of columns I can select is 4 and the maximum number of rows is 10.

      I have sent the login info

        micon6 Hi. Please edit file /modules/mod_news_pro_gk5/tmpl/portal_modes/speakers_list/controller.php and in line 37:

        		return $parent->config['portal_mode_speakers_list_cols'] * $parent->config['portal_mode_speakers_list_rows'];

        make a change to:

            return 48;
          Write a Reply...
          You need to Login to view replies.