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.
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?
I have tried searching, and haven’t found this issue. I may not be using proper terms.
The email notifications are being sent just fine. However, they all are proceeded by a bunch of characters, i.e. similar to the following (plus there are strange codes within the email itself)
=?UTF-8?Q?ly=20To:=20Safety=20in=20Chir?==?UTF-8?Q?iqui?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
The subject lines are fine. However, there are also lines of the notification showing extraneous codes and line breaks in strange places, including middle of a word, like the following:
A new reply has been posted by a user. Please login to read full p=
osting and respond.
IMPORTANT: You cannot reply to forum postings via email. You must be logged=
in to reply.=20
Lastly, the end of the excerpts show codes too, such as =E2=80=A6
Using latest version of WP and plugin.
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
My moderator needs to be notified of all activity on my forum to be able to respond. It seems that when they are subscribed to each forum, they only receive email notifications for new topics created – but not replies within topics. Is there a way to subscribe my moderator automatically to all activity? or do they really have to subscribe to each new topic as they are started?
Thank you.
website: www.progressivesurgicalsolutions.com
Wordpress version: 4.5.3
ppPress version: 2.5.9
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?
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…
We have a site hosted at nationalbraille.org that uses WooCommerce memberships to make certain areas of our site accessible only to members. Additionally, we have bbforums installed and the forums are publicly visible, but only can be posted in by active members.
I was hoping to create a new forum that was only visible to members. I applied the same membership privileges that other member-only pages have, but the forum is still visible to the public.
Am I attempting something that isn’t possible?