26

Re: Default Pagination

Hi mind-sparkle, and welcome to the Wolf forums.

mind-sparkle wrote:

I'm curious if there is a way to add previous/next links to the pagination helper?

Something like that:   <previous 1 2 3 next>

I think you have two possibilities: (1) use the "num_links" option (see #3, "Set up help") and set it to a low number to trigger the "First"/"Last" links; or

(2) use the alternate Pager helper which includes different styles with the "Previous"/"Next" already implemented.

I guess there is a third option, which is to do a bit of code hacking wink but maybe it's worth exploring those other suggestions first.

Hope that helps!

Re: Default Pagination

David wrote:

Hi mind-sparkle, and welcome to the Wolf forums.

mind-sparkle wrote:

I'm curious if there is a way to add previous/next links to the pagination helper?

Something like that:   <previous 1 2 3 next>

I think you have two possibilities: (1) use the "num_links" option (see #3, "Set up help") and set it to a low number to trigger the "First"/"Last" links; or

(2) use the alternate Pager helper which includes different styles with the "Previous"/"Next" already implemented.

I guess there is a third option, which is to do a bit of code hacking wink but maybe it's worth exploring those other suggestions first.

Hope that helps!


Unfortunately, the alternate pager helper doesn't work for me.  So I'm still looking for a next/previous links solution.
Anyway thanks for your reply, David.

Thumbs up