pagination

Post Reply
rax
Posts: 172
Joined: Sat Oct 05, 2013 9:28 pm

pagination

Post by rax »

The range_separator="..." isn't working for me in tcms. Any idea's?

http://smartcj.com/wiki/doku.php?id=upd ... pagination
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: pagination

Post by admin »

Show your code plz
Don't forget to run script update
rax
Posts: 172
Joined: Sat Oct 05, 2013 9:28 pm

Re: pagination

Post by rax »

Code: Select all

			<navigation active_link_style=act_page link_style=not_act_page  first_pages=3 adjustment=1 last_pages=3 range_separator="...">
				<li><a href="/category/<!--CATEGORY_NAME-->/<!--SORT_ORDER-->/<!--PAGE_NUM-->/" title="<!--PAGE_NUM-->" style='<!--LINK_STYLE-->'><!--PAGE_NUM--></a></li>
			</navigation>
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: pagination

Post by admin »

Tested - works fine

Show plz admin area and template where it doesn't work

PS Did you check page_main_tag issue ?
Don't forget to run script update
rax
Posts: 172
Joined: Sat Oct 05, 2013 9:28 pm

Re: pagination

Post by rax »

Isn't the page_main_tag if you have more than 1 template on a page?
admin
Site Admin
Posts: 37202
Joined: Wed Sep 10, 2008 11:43 am

Re: pagination

Post by admin »

Yes
Don't forget to run script update
Post Reply