Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disable notifications on new topics

Published on October 25th, 2024 by Manaus

Hello, using GD Toolbox Pro I disabled notifications globally, but still they do arrive to Topics subscribers.
How can I completely disable them?

Thank you very much

import from phpbb

Published on October 25th, 2024 by firebird131

hi,
I’m trying to import a forum from phpbb but it’s stuck at step 8. See screenshot
wp version 6.6.2

screenshot

Bug – Privacy issue between BBpress and Buddypress

Published on October 24th, 2024 by daihlo

Hi, first time posting here…
Im launching a site using Buddypress and BBpress and have found an issue where buddypress groups offer a BBpress forum when created.

This is a great feature, and a key one I want to use, however…

If I create a group and do not choose to include a forum, that group automatically becomes associated with whichever is the first forum in my database.

There is also still a ‘forum’ tab on the group menu, which should lead nowhere as no forum was created for this group. But it leads to the first forum created.

Whats worse, is this particular forum is a paid members only group with privacy settings set to invited members only, hidden etc… and anyone in the group without a forum can enter it and read, even post as though they are a member.

I have tried disabling all other plugins, themes etc and the issue resides between Buddypress nad BBpress.

Had no luck posting on the buddpress support so trying here!

Please can someone look into this as it creates a privacy issue.
Many thanks 🙂

Sidebar not showing

Published on October 23rd, 2024 by mikiya6729

https://divivison.com/message-boards-around-the-world/
There is a sidebar to the right of this link, but for some reason it is not displayed. I would like to know the cause of this.

A sidebar is displayed here.
https://divivison.com/

Templates are not available

Published on October 22nd, 2024 by mikiya6729

I thought I would use the default forum template, so I clicked on the form template and saved it, but for some reason it wasn’t reflected. I’d like to know the cause of this.
https://divivison.com/message-boards-around-the-world/

Headers using HTML help!

Published on October 21st, 2024 by GyziieDK

Hi guys

I love to highlight different forums and topics on the forum list and this can be done using HTML in the title itself. The issue I’m having is that the HTML is being shown where I don’t want it.

This is how it looks in the forum (how I would like it to look):
bb-Press-HTML-01

This is how it looks in Activity Stream:
bb-Press-HTML-02

This is just an example – and I don’t want the HTML prefix/suffix to be shown in there – only the name/text like it is in the forum/topic itself.

Anyone know if this is possible?

Editing a message causes “black box with black text”

Published on October 18th, 2024 by getfree

So whenever a user edits their own message the message box is black instead of white and the text color is also black, which obviously is not exactly optimal 🙂

Our developer says that this is caused by “bbPress Enable TinyMCE Visual Tab”. He installed an empty site with only bbpress which worked fine, but then also TinyMCE which caused the error on the test site as well.

What to do besides uninstall TinyMCE? I like that thing..

`meta_key`=`_bbp_class` and `SQLite Object Cache`

Published on October 18th, 2024 by alembiq

We had a PHPBB many years ago, which we migrated to bbPress around four years ago, but it seems some flags remained in the database for the whole time, flags like (_bbp_class, _bbp_old_user_id, _bbp_password, _bbp_phpbb_user_avatar, _bbp_phpbb_user_sig). They might be needed; I have no idea.

But after the last update of WP and all the plugins, all the migrated users started to get an error message instead of being able to log in:
`
{“success”:false,”data”:[{“code”:”bbp_converter_db_connection_failed”,”message”:”Database connection failed”}]}
`
After some debugging and searching, I found https://bbpress.trac.wordpress.org/ticket/3419#no0 and tried to remove _bbp_class, which helped 🙂

I just needed to wipe the SQLite Object Cache because it kept the old data. It might happen to someone else in the future, I don’t know. I don’t know if you can somehow influence that this metadata is not stored there or something else. But at least you have the information that it might happen.

Synchronize creation Forum to a taxonomy forum

Published on October 17th, 2024 by kimis

Hello, I have a taxonomy forums that is is linked to the user, how can I do to create a forum on bbpress and when it’s done it also create a forum on my taxonomy

my code is :

function create_forum_taxonomy_entry($forum_id, $forum_args) {

$forum_title = get_the_title($forum_id);
$forum_slug = sanitize_title($forum_title);

error_log(“Création du forum : ” . $forum_title);
error_log(“Slug du forum : ” . $forum_slug);

// Insertion du forum dans la taxonomie forum
if (!term_exists($forum_title, ‘forums’)) {
$result = wp_insert_term($forum_title, ‘forums’, array(
‘slug’ => $forum_slug
));

if (is_wp_error($result)) {
error_log(“Erreur lors de l’insertion du terme : ” . $result->get_error_message());
} else {
error_log(“Term créé avec succès : ” . print_r($result, true));
}
} else {
error_log(“Le terme existe déjà : ” . $forum_title);
}
}
add_action(‘bbp_insert_forum’, ‘create_forum_taxonomy_entry’, 10, 2); but this function isn’t called

the file has another function below and it works so it’s not the calling of the file

PHP Deprecated

Published on October 16th, 2024 by kimis

When I used your pluggin, there is this message :
Deprecated
: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in
/home/aaa/nameofyoursite/wp-content/themes/Avada/includes/class-avada-layout-bbpress.php
on line
219

Skip to toolbar