Search Results for 'bbpress'
-
Search Results
-
I’ve read a lot of the documentation and posts on this, but it unfortunately is not sinking into my skull. From what I can tell, there are basically three pages to the standard bbPress installation & usage: Forum Index page, Forum page, and Topic page. I saw something referring to the
wp-content/plugins/bbpress/templates/default/bbpressfolder, available after installing bbPress. How do I know which of these files to copy/modify, and to which file name should I copy it? Any help or insight you might be able to offer would be appreciated. I am completely lost on this.I have my wordpress search configured to include bbpress forum topics; however, the bbpress search only searches forums topics. How do I include wordpress pages in the forum search?
Thank you.
Anyone know how to troubleshoot why bbPress notifications go to some people but not others? For example: I gave the same permissions to a handful of people. Those permissions have notifications when there is a new topic or a reply to a topic… only some of the people with those permissions are receiving the new topic e-mail notification. I’ve looked in junk folders (not there)… have no idea why some people aren’t receiving them. Any idea how to troubleshoot this?
Topic: Spam – false positives
Some users are getting their posts and new topics flagged in my bbPress/Wordpress site as spam. They are long-time contributors with valid and thoughtful comments. It seems that bbPress occasionally gets too aggressive flagging valid posts as spam. I am running the latest bbPress (2.5.10) and WordPress (4.5.3) versions. Is there anyway to correct this situation?
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.