Search Results for 'bbpress'
-
Search Results
-
I have been using bbPress on my site for sometime and it has been working fine. Recently, I notice that I am getting a 404 error when trying to view page 2 – 16 of the topic list for “All Forums”. I am using standard slugs and paths for all of my forums and they are all setup to be private for logged in users. Viewing of page 2 or higher of topics works fine for any of the individual forums on my site but when I try to do this for n1fd.org/forums/page/2/ I get a 404 error. I have tried disabling all of my recently installed plugins and I’ve tried regenerating all permalinks and neither of these steps helped. I am using the standard Twenty Fourteen theme.
Hello everyone.
I have been issues with sorting my BBpress forum topic on the front end.
So i tried to use a custom function i got from one of the threads.
Here is the code i used.
//* Change sort order of Topics within a specified bbpress forum
function my_custom_display_topic_index_query ($args) {
$thisforumid = bbp_get_forum_id();if($thisforumid == 43135) {
$args[‘orderby’] = ‘date’;
$args[‘order’] = ‘ASC’;
}return $args;
}
add_filter(‘bbp_before_has_topics_parse_args’, ‘my_custom_display_topic_index_query ‘ );and i got this error
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘my_custom_display_topic_index_query ‘ not found or invalid function name in /home/flexol5/public_html/wp-includes/plugin.php on line 235
Warning: array_merge(): Argument #2 is not an array in /home/flexol5/public_html/wp-content/plugins/bbpress/includes/common/functions.php on line 1419
I don’t know what i did wrong or maybe the coding structure of bbpress as changed. I would like someone to help with a way to arrange a specific forum topic in ascending order.
Thanks
Topic: SMF to bbpress
I intend to move over to bbpress from my SMF 2.0.11 forum.
My WP and SMF installations are currently located on different databases. So, in order to move over to bbpress, I need to export my existing SMF installation’s database over to the WP database. My question here is do I need to import all the rows from the SMF database, or can I skip anything?
Topic: Import Craziness
I’m trying to import my forums data a new site – bbpress to bbpress – about 30 categories, 300 forums, 400 topics and 800 replies. I seem to be able to import forums, topics and replies nicely but nothing is connected. When I try to use the forum repair tools under tools > forums it will make all my reply screen go blank…nothing at all.
* note – I noticed that without using the repair tools I could go and open each topic or reply and resave them and then it would be connected…
Hi I was wondering if anyone can help me please.
I have set up a private forum on our work-hosted instance which is running wordpress 4.5.3 and bbpress 2.5.10 and am manually adding forum users.
Until recently I was able to assign forum roles via the Users > All Users menu on left hand side. However, now when I select a forum member and select a forum role from the drop down top menu and press apply the forum role column remains the same.
This error happens when I try to edit an existing forum user e.g. to alter them from participant to moderator after hitting and also when I am manually trying to assign forum roles to new members.
As such I am unable to manage any of the forum user roles now. Does anyone have any suggestions?
I’m about to launch a website for a club which will use bbPress as their online forum. Is there a way I can add current club members to WordPress and assign their roles before I launch the website? My thought is that the site will generate emails to these users, but the link will go to localhost. I’m trying to minimize downtime with the site launch. My only thoughts are to add users after the website is launched, which will then link to the production URL. Any thoughts or tutorials on this?
Topic: PHP 7.0 Compatibility
Hello,
I ran the PHP 7 Compatibility test against bbPress with the following results. Be nice if they could be fixed so I can use bbPress with PHP 7.
FILE: /usr/share/wordpress/wp-content/plugins/bbpress/includes/admin/converter.php ------------------------------------------------------------------------------------------------ FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------ 310 | ERROR | INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4. ------------------------------------------------------------------------------------------------ FILE: /usr/share/wordpress/wp-content/plugins/bbpress/includes/admin/parser.php -------------------------------------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES -------------------------------------------------------------------------------------------------------- 293 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7 1149 | ERROR | preg_replace() - /e modifier is forbidden in PHP 7.0 1150 | ERROR | preg_replace() - /e modifier is forbidden in PHP 7.0 1386 | WARNING | The use of function split is discouraged from PHP version 5.3; use preg_split instead --------------------------------------------------------------------------------------------------------THank you,
EdwardHello,
I use WPML for a french/english website and bbPress 2.5.10 on a WordPress 4.5.3
I would have a single forum but have the ability to switch between the two languages. Is it possible ? How ?
Thanks.
Topic: Installation
Good morning,
I am new to BBPress, and would like ot install it on my (free) WordPress site, noumen.wordpress.com (which is a private site).
Wordpress do not allow plugins on their free sites for the dubious reason that your plugin might be vulnerable. Is there any way to install a forum on my site?
Otherwise, I will have to devize my own method of running a forum, albeit one with a lot less functionality than yours.
Gem