Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#109 2015-09-21 16:10:35
- msome
- Member
- Registered: 2015-09-16
- Posts: 32
Re: etc_pagination: paginate everything
Hi etc. How is the editing of the plugin?
Offline
#110 2015-09-21 19:07:39
Offline
#111 2015-09-21 19:40:38
- msome
- Member
- Registered: 2015-09-16
- Posts: 32
Re: etc_pagination: paginate everything
I tested version 0.4.4
RESULT
How to change the signs (more less)?
Offline
#112 2015-09-21 19:43:13
Re: etc_pagination: paginate everything
<txp:etc_pagination next="«" prev="»" ... />
Offline
#113 2015-09-21 19:45:21
- msome
- Member
- Registered: 2015-09-16
- Posts: 32
Re: etc_pagination: paginate everything
Oh thank you.
Last edited by msome (2015-09-21 20:20:42)
Offline
#114 2015-09-21 20:06:07
- msome
- Member
- Registered: 2015-09-16
- Posts: 32
Re: etc_pagination: paginate everything
Again.
The site 4 pages
IF reversenumberorder=“0” – it’s ok, but if…
<txp:etc_pagination range=“3” next=”«” prev=”»” reversenumberorder=“1” />
reversenumberorder=“1”
Page 4 – http://site.com
Page 3 – http://site.com/?pg=3
Page 2 – http://site.com/?pg=2
Page 1 – http://site.com/?pg=1 (duplicated here to become the main page(site.com)) ???
Last edited by msome (2015-09-21 20:22:06)
Offline
#115 2015-09-21 20:41:10
Re: etc_pagination: paginate everything
We are in trouble here: is this what you need?
Page 4 – http://site.com
Page 3 – http://site.com/?pg=2
Page 2 – http://site.com/?pg=3
Page 1 – http://site.com/?pg=4
Offline
#116 2015-09-21 21:01:27
- msome
- Member
- Registered: 2015-09-16
- Posts: 32
Re: etc_pagination: paginate everything
Yeah, right, …
Offline
#117 2015-09-21 21:27:13
Re: etc_pagination: paginate everything
Need to think about it… how would it work for non-numeric ranges:
D – http://site.com
C – http://site.com/?pg=B
B – http://site.com/?pg=C
A – http://site.com/?pg=D
That looks weird.
Offline
#118 2015-09-22 10:09:56
Re: etc_pagination: paginate everything
It works as requested now, but I still can’t figure out what reversenumberorder="1"
should do for custom pagination links.
Offline
#119 2015-09-22 14:33:04
- msome
- Member
- Registered: 2015-09-16
- Posts: 32
Re: etc_pagination: paginate everything
Now so
Page 4 – http://site.com
Page 3 – http://site.com/?pg=3
Page 2 – http://site.com/?pg=2
Page 1 – http://site.com/?pg=1(= site.com, instead of content...)
Must be
Page 4 – http://site.com
Page 3 – http://site.com/?pg=2
Page 2 – http://site.com/?pg=3
Page 1 – http://site.com/?pg=4
Changes only the page titles.
Last edited by msome (2015-09-22 14:34:17)
Offline
#120 2015-09-22 14:38:55
Offline