Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2006-03-11 03:43:04
- apo
- Member
- From: Germany
- Registered: 2004-10-27
- Posts: 53
If chosing a category there's no pagination for it
hi there,
i am writing my second template now but got the following problem:
if i click on the link to a given category i get the list of the articles, but dont get the “newer/older”-links that are generated within my default (list form) page. do i miss something?
Offline
#2 2006-03-11 04:58:57
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: If chosing a category there's no pagination for it
Please read the FAQ: asking for help, and diagnosing template problems.
Alex
Offline
#3 2006-03-11 14:45:11
- apo
- Member
- From: Germany
- Registered: 2004-10-27
- Posts: 53
Re: If chosing a category there's no pagination for it
thank you for that fingertips… i tested around with testing/debug-mode now, but still didnt find something. when viewing a category the < txp:newer/older > tags dont output anything, though the category i am viewing is one that definitely has more than 10 entries (i use pageby=“10” for limiting the output to 10 articles per page).
i also checked textbook for the default pages, to determine if the archive page is different to what i am trying, but it isnt. i am using my default page as “archive”/categoryview page too and the tags should be all fine:
<notextile>
<pre>
< txp:if_article_list>
< hr />
< div class=“list_pagination”>
< txp:newer>neuere Artikel< /txp:newer> < txp:older>Ältere Artikel< /txp:older>
< /div>
< /txp:if_article_list>
</pre>
</notextile>
the non-breakable spaces are given out (what means the if_article_list should be correctly affected), but not that links itself.
dont know what to do now… any hints?
—-
aaaahh… i am not running the current version, i’ll upgrade 4.0.2 -> 4.0.3 and repost here
edit: just found this -> http://textpattern.com/faq/162/older-and-newer-tags-no-longer-work
and i am using rss_thumbpop :-( okay, i’ll do a search for a fix for this
edit2: http://www.wilshireone.com/txp/downloads/rss_thumbpop-0.6.1.php > the update to the newer rss_thumbpop-plugin solved it for me. so sorry for bugging and thank you for your attention :)
Last edited by apo (2006-03-11 15:09:45)
Offline