Skip to:
Content
Pages
Categories
Search
Top
Bottom

Replace bbP Manage Subscriptions

Published on October 22nd, 2019 by madflute

Hi, bbP Manage Subscriptions has been removed from WP repository and I am desperately seeking something to replace. I am not a developer so it needs to be easy to use plugin.

Our forum has 3 layer access control: Subscribers, Contributors, and Editors. Any pointer would be appreciated.

-Hiro

Closing topics

Published on October 22nd, 2019 by Chuckie

My forums have in places white text. As a result, when I close a topic I can no longer read the information.

I am used to closed topics simply meaning they can’t accept replies. Ie, they are locked.

Look here for an example:

General

How can I use CSS to get rid of that highlighting?

Using Buddypress avatar

Published on October 22nd, 2019 by jbrandsma

I am using bbpress in conjunction with buddypress and I noticed that the forums have different avatars for users than their profile avatar. Is there a way to use the avatars from buddypress and not from bbpress?

I found this topic and its exactly what I’m referring too, but it was never marked as resolved and the answer was only for replies. The code snippet in this post works for me, but I need it to go further and apply to all avatars. I tried adding a filter to ‘bbp_get_current_user_avatar’ but I can’t get it to work.

WordPress, buddypress, and bbpress are all up-to-date – I also have the Youzer plugin installed

Thanks in advance!

Customized Translation files

Published on October 22nd, 2019 by brunov99

Hi everyone,

I change some translated strings in my bbprress-XX-po/mo files located in the wp/language dir. to suit my non-geek audience.
How can these files not be overwritten during bbPress next updates?

Thank you.
bV

Search Button not showing

Published on October 22nd, 2019 by brunov99

wp 2.5.4 / bpp 2.5.14

Hi everyone,
does someone have an idea how to fix this ?
the search bar is displayed correctly but the search button is not displayed at all.

The more strange thing is that for testing purpose, I installed the 2.6RC7 version on the exact same config (exept bbpress of course) and here the button appears.

Thank you for your advices.
bV

Forum Thread issues in wordpress

Published on October 21st, 2019 by fumbles007

So in the forums page I have changed to a different sidebar to reflect options for the forums, works. However, when you click on an action forum topic, I.E. General, the sidebar reverts to the default one. I have no clue where to find where these pages are being made, nor I have no clue as to why these would not be considered child pages since they are being created off the forums page.

Remove in first forum only

Published on October 21st, 2019 by demonboy

In single-loop-forum.php I want to style my first forum differently to the rest by removing the voices/topics/freshness columns. As it happens this forum is only visible to non-logged in users by using this code:

.logged-in #bbp-forum-40250 {
	display: none;
}

I found this code here:

/*Different divs for all topics of specific forums*/

function add_different_div() {
    
$topic_id = bbp_get_topic_forum_id(); 
    if (( $topic_id == 123) or ( $topic_id == 456)){
?>
       <div> this is some custom div text </div>
<?php
    }

elseif ( $topic_id == 789){?>
<div> this is some OTHER custom div text </div>
<?php
}}  
    
add_action( 'different_div', 'add_different_div' );

… but creating a function seems overkill. I think I just need an if() statement that says ‘if this forum ID then style it this way; else…’.

Any pointers?

Thanks.

Vertically aligning my two dashicons ?

Published on October 21st, 2019 by Chuckie

See:

Support Forums

Meeting Schedule Assistant

Christian Life and Ministry Editor

All three use dash icons for two of the column headings. But how do I make these icons aligned vertically along with the text?

Change comment date?

Published on October 21st, 2019 by Martyn_HK

Is it possible to change the date on a forum comment?

Importing from Mantis BT

Published on October 21st, 2019 by Chuckie

Any plans to support merging from mantis bt?

Skip to toolbar