Hi!
It looks like this has been abandoned, which would be a shame. It does add a basic functionality that should be included in bbPress core.
I have noticed probably the same issue as https://www.ads-software.com/support/topic/about-redirection-to-first-page-after-replying-to-topic/ (which has been closed)
When using the pagination feature of bbpress and the descending sort order, the links behind the #number in the header of the individual replies will be wrong.
Example: the post has number #1234, it is a fairly new one and can be seen on the first page of 5. When you click the post number, the link will be …/page/5/#post-1234. That would be the correct link if the sort order were ascending, but now, the link just leads to the last page with the oldest posts. And of course the new post #1234 is not on that page…
The problem would not be noticeable much, but it seems these wrong links also show up in other places like the “Latest Posts” widget from bbPress or the “Latest Activity” widget from bbp Private Groups.
Can anything be done about that?
PS see also https://www.ads-software.com/support/topic/latest-activity-widget-conflict-with-bbpress-sort-topic-replies/
]]>This is not working for me. No sort links or anything. I’m using full width forum, not sidebar.
]]>Hello, using WP 4.7.2, with BBPress sort topic relpies 1.0.3, I’ve set the form sort options to descending, along with forums and topics sidebar to descending. when I view Forums or Topics from their main pages the plug in works as advertised, however when I use the short code [bbp-single-topic id=1286] what is displayed is the topic but not sorted correctly.
https://www.navarresciencestation.org/reef-tv
should have newst post on top.
]]>Hello,
I noticed the following in debug.log when I saved any other custom post type or post/page other than the forum/topic cpts;
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-topic-sort-replies in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 190
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-topic-sort-replies in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 192
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-sort-replies in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 199
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-sort-replies in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 201
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-sort-replies-show-lead-topic in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 208
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-sort-replies-show-lead-topic in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 210
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-sort-replies-show-lead-topic-forum in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 217
[14-Jun-2016 20:19:05 UTC] PHP Notice: Undefined index: str-bbpress-sort-replies-show-lead-topic-forum in /home/ljlee/public_html/wp-content/plugins/bbpress-sort-topic-replies/bbPress_sort_topic_replies.php on line 219
This is due to the code being executed via save_post which runs on any CPT during save.
To resolve replace the add_action on line 186 with two add_actions one for each CPT that uses this functionality (ie. forum and topic);
add_action( ‘save_post_forum’, ‘bbPress_meta_box_save’ );
add_action( ‘save_post_topic’, ‘bbPress_meta_box_save’ );
By specifying the post_type in the save_post action we don’t need to do a check before working with $_POST attributes that the plugin expects.
Thank you
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>Hello.
I have a problem about bbPress or this plugin.
I posted https://bbpress.org/forums/topic/about-redirection-to-first-page-after-replying-to-topic in bbPress community.
I’d like to solve…, would you tell me if you have any ideas or tips?
Thanks.
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>Your plugin is a blessing as it makes forums finally usable.
I prefer the setting Descending and Sticky init-topic.
Would it be possible to configure a Seperation headline or free HTML code so indicate the replies section a bit better, indicated below by “Topic Replies”
[TOPIC]
==Topic Replies==
[REPLIES]
[Reply 15]
[Reply 14]
[Reply 13]
Thanks
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>Would it be possible to expand on this to allow the user to set the required view?
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>Hi
Thanks for the plugin. I set to descending, but it sorts everything including the original Topic so it’s at the bottom.
Shouldn’t it just be the replies sorted, with the Topic always at the top, followed by the most recent comment? Or am I misunderstanding your intentions.
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>I am using bbPress – Sort topic replies. When I go to edit the forum I get the option to sort to sort replies in a descending order. This works fine when I go to the forums page https://tenniselbowracquet.com/forums/forum/tennis-racquets-2/ and down into the individual topics.
But I have individual pages where I include an individual topic such as https://tenniselbowracquet.com/tennis-racquets/ and https://tenniselbowracquet.com/tennis-string/ and when I scroll down those pages the oldest replies are first, this is despite going to settings-discussion and checking comments should display newer comments at the top of each page.
It is showing the older comments at the top of these pages. How can I reverse this?
Thank you.
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>could you see my forum site?
I want to it with sidebar. Thanks in advance.
peterlee / 2222
https://www.sasasewashington.org/forums/forum/%EB%8B%A4%EC%8B%9C-%ED%85%8C%EC%8A%A4%ED%8A%B8/
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>Hi there, your plugin is just what we’re looking for but unfortunately any changes made to the “Order By – Ascending or Descending” are not being saved and Ascending is always being returned as the default value. Any suggestions?
Also, from a previous closed “Widget Please” request – this would also be extremely useful. Any news?
Thanks,
Den.
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>It would be great to have a widget in the sidebar so that users can change the sort order “on the fly” for the forum they are viewing.
https://www.ads-software.com/plugins/bbpress-sort-topic-replies/
]]>