Hello,
I've using Phoca Email/Newsletter for sending notifications to a list of subscribers. Unfortunately, when the list grows, the pagination shows the navigation links (first, previous, next, last) but still displays the full list rather than the limit.
Is there a quick/simple solution?
Thanks - Alex
Subscribers list pagination not working
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Subscribers list pagination not working
Hi, the quick fix:
Open this file:
administrator\components\com_phocaemail\models\phocaemailsubscribers.php
and comment the lines cca: from 80 to 108 (comment whole function public function getItems())
Jan
Open this file:
administrator\components\com_phocaemail\models\phocaemailsubscribers.php
and comment the lines cca: from 80 to 108 (comment whole function public function getItems())
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 26 Jun 2017, 10:53
Re: Subscribers list pagination not working
Thank you, Jan. Works perfectly now.
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Subscribers list pagination not working
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48343
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Subscribers list pagination not working
If you find Phoca extensions useful, please support the project