Welcome Guest, Not a member yet? Register   Sign In
Pagination first link with suffix
#4

[eluser]Unknown[/eluser]
[quote author="Jeroen van Meerendonk" date="1333968097"]Hi there,

Thanks for the tip, that's what I was looking for. But that didn't worked until I made a change:

Instead:
Code:
$first_url = $this->base_url.$this->prefix.(0 * $this->per_page).$this->suffix;

I added "$this->":
Code:
$this->first_url = $this->base_url.$this->prefix.(0 * $this->per_page).$this->suffix;

I haven't fully tested it but with this change seems to work.[/quote]

I also changed
Code:
$first_url to $this->first_url

on line 200, that makes the "first page" link works


Messages In This Thread
Pagination first link with suffix - by El Forum - 01-10-2012, 08:56 AM
Pagination first link with suffix - by El Forum - 04-09-2012, 03:41 AM
Pagination first link with suffix - by El Forum - 04-09-2012, 07:45 AM
Pagination first link with suffix - by El Forum - 04-26-2012, 12:12 AM
Pagination first link with suffix - by El Forum - 05-29-2012, 10:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB