Published on February 14th, 2016 by tech55541
Hello,
I am wondering how I can add a mentions system to BBPress. Is there a way to do it without using BuddyPress? I really do not want to install something that I will not use half the features out of.
Just so we all know what this is about, when I say mentions I mean something like @usernamex. I guess another word for it would be user tagging.
Any suggestions?
Thanks.
Published on February 14th, 2016 by spleen387
Hi, I’m writing a plugin that wraps around most of the bbpress pages using add_action
for some reason when I try
add_action('bbp_template_before_search',
it works, but only with text. when I check the source files in the web inspector it’s missing javascript files for my plugins.
I’m using wp_enqueue_script to add my script, it works on /forums so I don’t really understand why It wouldn’t for the search page
Published on February 14th, 2016 by Manuel Fritsch
Hi,
many of us in our new forums noticed that we have to double click on many links on the forums to open them. It starts right at our forums root page, please have a look yourself. Do you have any idea what we can do about it?
I already upgraded our hosting package to rule out server limitations. We should have more than enough server power now, even though our whole site is still quite slow (probably due to our premium theme), including the backend (if compared to some YouTube How-Tos, where they have lightning fast page load times).
We are running on WP 4.4.2 (currently latest) w/ MS setup, bbpress 2.5.8.
Thanks for your help
Manuel
Published on February 14th, 2016 by adam
I am just now going to begin setting up my site. I’m recreating my site in WordPress because I was told therein lies the ability to create several password-protected forums on one website. I need confirmation of that before I continue. Help would be greatly appreciated. Thank you.
Published on February 13th, 2016 by kieranw7261
Hi all,
I was wondering if anyone would be able to help me understand why the pages under the users profile are blank and if it is possible to customise them? or is there a plugin or theme which can make this look better?

Published on February 12th, 2016 by DL
Since there is not a converter listed for Dizkus (Postnuke/Zikula forum module) I was wondering if anyone else had built one?
Dizkus was originally based on phpBB and the converter listed for phpBB does partially work when used against a Dizkus database.
If it hasn’t been done before is there anyone here willing to do it for a fee? I would donate the new converter back to the project.
Published on February 12th, 2016 by wafflecloud
Hiya,
So apologies if this exists already but my searched didn’t yield any suitable results.
I used this code in my functions.php of my theme:
function annointed_admin_bar_remove() {
global $wp_admin_bar, $current_user;
if ($current_user->ID != 2) {
$wp_admin_bar->remove_menu('wp-logo'); // Remove the WP Logo Menu
$wp_admin_bar->remove_menu('site-name'); // Remove the site name menu
$wp_admin_bar->remove_menu('view-site'); // Remove the view site link
}
}
add_action('wp_before_admin_bar_render', 'annointed_admin_bar_remove');
The issue is that I want it to show for my admin accounts still (User ID 1 & 2 but trying 2 for now) but it still is disabled for all. What am I missing and how do I get it to work with both user IDs? Thanks in advance for all assistance / replies!
Published on February 12th, 2016 by wafflecloud
Hiya,
I apologize if this is the wrong section but I have a quick inquiry for you all. Is there a bbpress plugin that creates a notifications widget.
So basically say a standard user is sent a private message from another user but I’ve removed my admin bar…. is there an existing plugin to create a widget that would display notifications which I could place on my page to show that private message is waiting to be read in a similar way to the admin bar?
Alternatively how would one go about editing the admin bar to remove the content to the left like the wordpress logo or “visit site” / dashboard tachometer icon?
Thanks in advance to all who respond!
Published on February 12th, 2016 by jessamca11
i am trying to remove the sidebar from all of the forum pages. i went through the bbpress template files under templates>extras folder and removed:
<?php get_sidebar)(); ?>
but they are still showing. is there anything else i can do? i am using simple mag theme.
thank you!
Published on February 12th, 2016 by matousch
What files and what way am I supposed to modify if I wish to change the appearance of bbpress login form in this way? My forum: www.posuzujeme.cz
Original login form layout:

Bewished login form layout:

WordPress v. 4.4.2
bbPress v. 2.5.8.