Info
- 6 posts
- 3 voices
- Started 2 years ago by Kar-l
- Latest reply from nedsferatu
- This topic is not resolved
Pagination bug?
-
- Posted 2 years ago #
A funtion on a homepage of a blog
<?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>generates errorous output. On page 2 (and followings) it outputs:
<div class="nav"><a class="prev page-numbers" href="" title="Poprzednia strona">« Poprzednia</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Następna strona">Następna »</a></div>The problem I can see is href=""
Is there any solution to this?bbPress used: 1.01
-
- Posted 2 years ago #
Hi Kar-l,
I think the 2 errors are the special chars "Następna" .
or if this is "href" try add / to your forum url in "settings > general > bbPress address (URL) " -
- Posted 2 years ago #
Thank you, Ohna. Yet it doesn't solve the problem. I just tested it in English (with no translation) and the same bug appers.
<div class="nav"><a class="prev page-numbers" href="" title="Previous page">« Previous</a><a class="page-numbers" href="" title="Page 1">1</a><span class="page-numbers current" title="Page 2">2</span><a class="page-numbers" href="/page/3" title="Page 3">3</a><a class="page-numbers" href="/page/4" title="Page 4">4</a><a class="next page-numbers" href="/page/3" title="Next page">Next »</a></div> -
- Posted 2 years ago #
I edited my first post:
try add / to your forum url in "settings > general > bbPress address (URL) " -
- Posted 2 years ago #
The URL already ends with "/"
-
- Posted 2 years ago #
I have the same issue, have you found a resolution? thanks!
-
You must log in to post.