Hello.
I’d like to solve problem.
Would anyone answer to my problem?
Firstly, the conditions of WordPress, bbPress, design theme, plugin, and function.php are below.
Wordpresss: Latest version
bbPress: Latest version
design theme: Original building
plugin: introduced “bbPress – Sort topic replies”.
The settings of this plugin are “Global:Descending”, “No Parent:Default”, and “Always show lead Topic:Yes”.
function.php: Below code exists.
add_filter('bbp_before_has_replies_parse_args', 'change_reply_order');
function change_reply_order() {
$args['order'] = 'DESC';
return $args;
}
add_filter('bbp_show_lead_topic', 'custom_bbp_show_lead_topic' );
function custom_bbp_show_lead_topic( $show_lead ) {
$show_lead[] = 'true';
return $show_lead;
}
Then, here is main topic.
The function of bbPress itself is that after the user replies to the parent topic in topic page, next screen shows the last page(the page of max number) if the pagination shows.
With the setting of “bbPress – Sort topic replies” plugin is under “Global:Descending”, the redirection which I expect is to go to the first page.
I think that this solution isn’t https://bbpress.org/forums/topic/new-replies-redirect-to-last-page/
I’ve searched and tried to solve the problem, however I can’t find the solution.
I wonder my current settings or ways might be wrong.
Thanks.
I have been working as a research paper writer in one of the leading research paper writing service for the past 5 years and in the past month a forum has been created for our website. In that forum, our my management has wished to change the theme. But,they don’t like the available themes. so,please tell me when the new themes will be get released for the bbpress forums.
Hello.
My site in wp-config.php i uses define(‘WP_DEBUG’, true) and it warning as below:
Strict Standards: Declaration of BBP_Forums_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/xxx/xxx/wp-content/plugins/bbpress/includes/extend/buddypress/groups.php on line 28
Please help
Thank you
Please take the 2015 bbPress Survey and tell your friends!
2015 bbPress Survey
Thank you.
I’ve been working hard at setting up a site for my podcast and things had been going swimmingly, but while looking around at some RSS feed import widgets and such today, somehow I seem to no longer have working BBpress forums. It doesn’t seem like it would be related, but who knows?
The forums still show in my dashboard, and I was able to create a forum page by hand and get it to show the index with shortcode, but when I click on any of the forum links, it gives me a page not found error. It seems to do so even if I swap to one of the bundled 201x themes.
The RSS widget I was testing out is RSS Multi Import 3.15 and I’m running WordPress 4.2.2 with the Generate Press theme 1.2.9.8 and BBpress 2.5.7. Website is www.whitebookpodcast.com.
I’m a quite a newb to delving in to WordPress stuff, so I have to admit that I’m at a loss. Any thoughts on possibilities?
I have several issues on my site, including buddypress/bbpress and would like to hire someone who can problem solve possible plugin conflicts, etc. Where is a good place to go to find people who are available, not crazy expensive, and who can quickly fix what is wrong. Is there a job board somewhere?
My site: http://www.tafalist.com/
Hi,
Lots of plugins make this message appear :
Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in /srv/wp-includes/functions.php on line 3560
How could we correct this, it’s very annoying because even my functions (not related to bbpress) causes this !
For example, this code display bbpress error :
if (!current_user_can('update_plugins')) {
add_action('admin_init', create_function(false,"remove_action('admin_notices', 'update_nag', 3);"));
}
Hello Friends, I need your help. How to get the latest reply on the top of the page. I tried a lot. But not got the solution. Where is the SQL has been written for getting the latest replies on top. Help me out please 🙁
Hi Everyone,
Please, i want to make my wordpress site a forum website. so, have decided to use bbpress.
And i want my forum to look exactly like this forum (styling and everything)
So, have decided to use a template file.
So, can somebody help me with the php code and css code to make my forum look exactly like this one.
Thanks in anticipation.
I just downloaded 2.6-Alpha (trunk) version and installed it but the bbpress.css stylesheet is missing.
??