RSS Feed/News Bug with my pagination code

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

I am having an issue with my pagination code.

In my template I have:

HTML:

Code:
<xf:pagenav link="mood-tracker" page="{$page}" perpage="{$perPage}" total="{$total}" params="{$filters}"
        wrapperclass="block-outer block-outer--after" />

Route is set like this: :int<mood_id>/:page

Index Controller:

PHP:

Code:
public function actionIndex(ParameterBag $params)
    {
        $visitor = \XF::visitor();

// Fetch filters from the request
        $filters = $this->filter([...

Read more

Continue reading...
 
Status
Not open for further replies.
Top