• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Frontend List Module - Help

Frontend List Module - Help 10 years 7 months ago #28750

Hi All

I'm currently using the frontend list module for RSForms. Below is a screenshot of how my module currently appears. At the moment, it displays the most recent 15 submissions, which is fine. However it also shows a "page list" in order to page through the rest of the submissions. I'd like to remove this section altogether. I simply want the module to display the most recent 15, without the page listing at the bottom. See screenshot below for clarification. What type of coding can I include to accomplish this?

Many thanks for your help guys!
Tom

The administrator has disabled public write access.

Frontend List Module - Help 10 years 7 months ago #28766

  • silviup
  • silviup's Avatar
  • OFFLINE
  • Moderator
  • Posts: 309
  • Thank you received: 49
- To only display the latest 15 submissions, head to Extensions >> Module Manager >> edit the "RSForm! Pro Module Frontend List" module and set "Page Limit" to "15".

- Unfortunately, the module's configuration does not include an option to remove the pagination. You can, however, adjust the file that generates the module's layout. Edit the following file:

/modules/mod_rsform_list/mod_rsform_list.php

and remove this code from it:

$html .= '<div>'.$pagination->getResultsCounter().'</div>';
$html .= '<div>'.$pagination->getPagesLinks().'</div>';

The code is found around lines 80-81.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!