Skip to:
Content
Pages
Categories
Search
Top
Bottom

2 questions

Published on September 11th, 2017 by Dave

I created several topics in the past months. None of them were acknowledged. So I’ll try here since this seems to an active thread.

#1. I appreciate the addition of per-forum moderators. I installed the latest RC, but could someone explain how this works – when a mod is assigned to a specific forum, does that person receive notifications, and if so, what are then notified about?

#2. Is it possible in any version of bbpress to batch subscribe WP users to specific forums?

Also, is there any documentation regarding the new features? I’m especially interested in anything moderator-related.

Thanks.

custom ‘bbp-forum-link’ css code

Published on September 11th, 2017 by denrocs

Hi all

I’m using the ‘Kleo’ WordPress theme on WordPress 4.7.5 and BBPress 2.5.13, and am trying to change the standard links to forums in BBPress as they are too difficult to read currently, specifically the ‘bbp-forum-link’ class.

What I’m trying to achieve is a background highlight on each link, with rounded corners, plus a little extra space between them using the following code:

color: #e4e4e4;
    background: #232323;
    padding: 1px 2px;
    margin: 2px 2px;
    line-height: 1.7;
    border-radius: 3px;

I have also put this image together of what I’m trying – https://imgur.com/OKO9pZ8

How would I put this code into the custom style.css file of Kleo to stylise these links, please?

No link to site as it is on my local host (MAMP PRO 4 if that helps)

Many thanks

Remove e-mail field from “form anonymous”

Published on September 11th, 2017 by dgssaedfrhes

Hi,
I want to remove “e-mail” field from the replay form of anonymous users.
wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.php

I removed the website field and it works, I’m trying now to remove the e-mail field too but because it’s require filed it doesn’t work!
If i press “submit” nothing happen at all.

Okay from what I know i should remove this code

<p>
<label for="bbp_anonymous_email"><?php esc_html_e( 'Mail (will not be published) (required):', 'bbpress' ); ?></label><br />
<input type="text" id="bbp_anonymous_email"   value="<?php bbp_author_email(); ?>" size="40" name="bbp_anonymous_email" />
</p>

after that what should I do?! 🙂

Solve PHP warning

Published on September 11th, 2017 by lynnvr

We have recently migrated our website to a new host. It was running under 5.7 by the old host and now host Siteground recommends an upgrade to 7.0. The plug-in check for bbPress Version: 2.5.13 before upgrading PHP give the following:

FILE: /home/knvwshet/public_html/wp-content/plugins/bbpress-wp-tweaks/bbpress-wp-tweaks.php
———————————————————————————————-
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————————————————————————————-
53 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
340 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.
———————————————————————————————-

How do we correct this or can you correct this?

Thanks!

Advanced Custom Fields not returning certain data when the user is NOT logged in

Published on September 11th, 2017 by wearehinge

I have a WordPress project that hasn’t been worked on for a year. Coming back to it today and fixing a few issues with plugin updates etc.

I have an ACF options page that has a repeater with post relationship fields. When logged in, the data is returned correctly in a get_field but when not logged in the fields are returning an empty array.

Disabling BBPress stops this issue.

Is there anything I can do here?

This is the same issue here: https://support.advancedcustomfields.com/forums/topic/relationship-field-objects-not-showing/

But that fix no longer works?

Blank page if I click on “All forums”

Published on September 11th, 2017 by dgssaedfrhes

I have wordpress 4.8.1 + bbpress 2.5.13 with fresh installation. No plugin at all. When I click from control panel “All forums” it will redirect me to white blank page.

What I have tried:
Re-install the wordpress.
Re-install bbpress.
Deleting the whole website and the database and make another one.

Also if I put the short code of the forum that I made inside any page it will show the forums. but if I clicked on any forum it will show white blank page! Any help here?!

Is bbpress best for kind of support ticket function

Published on September 11th, 2017 by MonaMedia

Hi guys, I’m having a website agency company in Vietnam which have a simple introduce website ( not too much function on it ) and I’m planning to have:
– Support ticket: my customer will submit a ticket here

So, making a forum good for this case?

bbp_after_main_content

Published on September 10th, 2017 by jon182

I am trying to add a hook after the <div id=”bbpress-forums”>

when I try this hook it does not work..

function after_content_hook(){
  echo "my content";
}
add_action( 'bbp_after_main_content','after_content_hook');

is this hook only available for Twenty Twelve theme?
can we add a hook after the id=”bbpress-forums” ?

Display Topics Only On Search Results

Published on September 10th, 2017 by rogerlridge

Hello, I am looking for a way to have the search function the way it does normally by searching for particular keywords through the forum, topics and replies but I would like to display the results in topic format only. For example a list of topics in which the keywords entered are located. What files do I need to edit to achieve this and how would I go about doing this please? Any help would be greatly appreciated!

Screenshot of issue

Memory leakage

Published on September 10th, 2017 by Gunilla

I have a WordPress multisite (4.8.1) with a bbPress forum (2.5.13). The php.errors.log show a memory leakage (PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried to allocate 262144 bytes) ).

I have inactivated the plugins one after the other and it seems that bbPress is causing the leakage.

In the wp-config.file it stands:
define( ‘WP_MAX_MEMORY_LIMIT’ , ‘512M’ );
In the .htaccess-file it stands:
php_value upload_max_filesize 256M
php_value post_max_size 256M
php_value max_execution_time 300
php_value max_input_time 300
php_value memory_limit 768M

Is memory leakage a common problem in bbPress? How do I solve the memory problem without leaving this forum plugin?

Skip to toolbar