Forum Replies Created
-
In reply to: Links to last post are wrong (pagination issue?)
Hi @bullarni
This patches should be applied after any bbpress core update to renew changes.
I’m not bbpress developer and i don’t know reasons for which it not fixed yet in current stable version of core.In reply to: Last reply link is broken – what to do?In reply to: Last reply link is broken – what to do?@dayan89, sorry, i forgot to tell you about a second patch – https://bbpress.trac.wordpress.org/changeset/5392. It’s repair calculating of position for new reply.
In reply to: Links to last post are wrong (pagination issue?)Guys, this patches are still work perfectly! Don’t hesitate to use them. After that run all forum’s tools to recalculate positions of old posts.
In reply to: Last reply link is broken – what to do?I think you should review some meta fields in WordPress DB if you can. You may find meta “menu_order” in last post of topic and “_bbp_last_active_id” meta field of first topic post. It needs to review both fields after posting in long topic with issue.
In reply to: Last reply link is broken – what to do?Do you also have problem with wrong redirect to the first page after posting in this topic?
In reply to: Last reply link is broken – what to do?@dayan89, also try to run all forum’s repair tools and test posting after that.
In reply to: Last reply link is broken – what to do?Hi, dayan89! You should do corrections in core code of bbpress – https://bbpress.trac.wordpress.org/changeset/5338. After that it needs to run “Recalculate the position of each reply” repair tool (Пересчитать положение каждого ответа – in Russian).
In reply to: Links to last post are wrong (pagination issue?)I found some hack to resolve problem with wrong calculation of position of new post in long topics.
I change false to true in line 356 of file with path /plugins/bbpress/includes/replies/functions.php.
Before changes: ‘menu_order’ => bbp_get_topic_reply_count( $topic_id, false ) + 1
After changes: ‘menu_order’ => bbp_get_topic_reply_count( $topic_id, true ) + 1And it works for me!
In reply to: Links to last post are wrong (pagination issue?)Pascal!
I’m trying to debug this problem. It seems that there is some fault in bbp_update_reply_position() or bbp_get_topic_reply_count() functions because “Menu_order” field of posts in long topic contains wrong number. It is few than real position of post.
In reply to: Links to last post are wrong (pagination issue?)Pascal! What exactly should i do with permalinks?
Most of forum’s topics work perfectly. But when number of topic’s pages exceeds 100 – this problem appears. I agree with Reedy, most probably it is a pagination issue.
In reply to: Links to last post are wrong (pagination issue?)Hi!
WordPress 4.4.1 (i have this problem on older versions)
BbPress 2.5.8-5815Installed plugins are:
bbPress Moderation
BuddyPress
GD bbPress AttachmentsIn reply to: Links to last post are wrong (pagination issue?)Hello! I excuse for my english, it is not my native language.
I have a same problem. I think that issue relates to long topics (more than 100 pages) too. Тemporarily this trouble resolves by bbpress’s repair tools – Recalculate the position of each reply. But after posting some new posts in topic this problem returns.
Do you resolve this?