Info
- 16 posts
- 8 voices
- Started 2 years ago by blah
- Latest reply from hpguru
- This topic is not resolved
Navigation not working only for Page 1
-
- Posted 2 years ago #
My navigation (page 1, 2, 3, etc.) works fine when I go from page 1 to page 2. But when I try to hit the "previous" or "page 1" link, it redirects me to the same page I'm on which is Page 2. I need it so that when I click on the "page 1" link, it leads me back to the main page.
-
- Posted 2 years ago #
It's broken and no solution so far...
-
- Posted 2 years ago #
What theme are you using and what version of bbPress?
-
- Posted 2 years ago #
Tested, not working right with Kakumei, all plugins disabled, v1.01.
-
- Posted 2 years ago #
Same here. Kakumei v. 1.01
-
- Posted 2 years ago #
Do you have permalinks on?
It works here, and it works for me on my site so I'm trying to narrow down the wacky.
-
- Posted 2 years ago #
Yes, I have permalinks on.
-
- Posted 2 years ago #
Yes, I have.
-
- Posted 2 years ago #
Has anyone figured out a fix for this yet?
-
- Posted 2 years ago #
@crackpixels, did you post a link to a forum topic where this can been seen broken? It's working fine for me with permalinks and 1.0.1, but maybe I'm not sure what I should be looking for.
-
- Posted 2 years ago #
This is the link. The navigation works from page 1 to 2 but not back to page 1.
-
- Posted 2 years ago #
That is navigation for the front page, not topics.
My topics navigation works fine with permalinks but I also have the same problem with permalinks on the latest discussion (like on endrant.org).
I use Plugin: "Topics Per Page" .. I Added the replace in htaccess with no luck.
Using bbpress 1.0.1Is there any other plugin or built in function that do the same trick for latest discussions?
Seems bbpress.org works with permalink / latest discussion pagination.
How do their code look like? -
- Posted 2 years ago #
Crackpixels - I had the same issue... but _ck_ just released a patch which resolved the problem for me!
http://bbpress.org/plugins/topic/front-page-topics/changelog/ -
- Posted 2 years ago #
Same problem. Upgrade plugin, same problem. Please help!
-
- Posted 2 years ago #
If this appears in your
front-page.php, then you have bbPress 1.0.x and you have a bug<?php bb_latest_topics_pages( array( 'before' => '<div class="nav">', 'after' => '</div>' ) ); ?>The same bug was in some rare cases of 0.9
and I programmed around it intopics-per-pageI doubt it will work properly on 1.0 but you can try installing the plugin, remove the above line and replace it with
<div class="nav"><?php front_page_pages(); ?></div> -
- Posted 2 years ago #
Work for me, thank yuo ck!
-
You must log in to post.