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
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?
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!
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
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
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.
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.
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?
Is it possible to change the date on a forum comment?
Any plans to support merging from mantis bt?