I just tried to install this, got a screen that said I don’t have access (to what it didn’t specify) and then when I went into the plugin section, it showed active, but I found no place to operate the forum features.
Error in Installation?
Published on June 15th, 2015 by OscarGuyActive Forum Link In Main Menu
Published on June 15th, 2015 by Nate LaChanceWhen I click the Forum link on the main menu to my site I am taken to the forum page. The menu link is of course the “active” link and highlighted in blue.
But when I click on any of the forums the Forum link in the menu is no longer “active”
I would like my Forum menu link to stay “active” (w/blue hyperlink) whenever users are within any of my forum sections.
Is this possible?
Implementing this with css would be great.
My site is: www.carrielachance.com
BBPress fullwidght
Published on June 14th, 2015 by trig_hello, sorry i already tryed everything about this issues,
i can’t get full width on my forum page
http://teamplay.gamehosting.it/?forum=teamplay
can you help me? i already removed php my sydebar ecc…
Remove avatar and navigation from user pages
Published on June 14th, 2015 by project_subdomainHi!
When clicking through bbpress user pages (profile, edit profil, subscriptions etc..) the avatar and the user navigation will be displayed on the left side on all those pages by default.
How can I remove avatar’s and user navigation’s div from all pages except the user’s profile home page to get more space?
Tried this in user-details.php, did not work (blank screen):
<?php if ( bbp_is_user_home() ){ ?>
<div id="bbp-user-avatar">
[...]
</div>
<div id="bbp-user-navigation">
</div>
}
Thanks in advance!
BBPress causing a 500 internal server error
Published on June 13th, 2015 by darlingstewieI am pretty much out of ideas as to what to do.
Our website is www.geekgirlpenpals.com
We have Godaddy managed wordpress hosting. I call their customer support and they have no idea what’s wrong.
We were using the Hueman theme for a long time, and suddenly yesterday the BBpress plugin began acting up and causing a 500 internal server error. It caused those errors on both Posts and Forums. The error only appears to people who are logged in.
Once I deactivated BBpress, the error was gone (but so were the forums)
Since I knew it was BBpress, I uninstalled and reinstalled BBpress plugin. That did not fix it
I turned on the Twenty Fourteen theme and that seems to show the forums fine. So I went ahead and installed a new theme, thinking it must be a theme issue.
The theme worked great for about 5 hours and showed the forums and blog (while logged in, which is when the problem was occuring) but now as of 5 minutes ago – exact same problem.
Feel free to use username jimbob and password jimbobsauce to test the Internal Server Error
HELP 🙁
Change meta/page title for user pages
Published on June 13th, 2015 by project_subdomainHi!
I ‘d like to change the meta titles (browser’s page title) for bbpress’ profile/user pages as it was not catched by the translation in my language.
So far I tried this which does not work:
function amend_title ()
{ elseif ( bbp_is_single_user() ) {
if ( bbp_is_user_home() ) {
$new_title['text'] = esc_attr_x( 'Translation of Your Profile', 'User viewing his/her own profile', 'bbpress' );
}
} else {
$new_title['text'] = sprintf( esc_attr_x( "%s's", 'User viewing another users profile', 'bbpress' ), get_userdata( bbp_get_user_id() )->display_name );
}
if ( bbp_is_single_user_topics() ) {
$new_title['format'] = esc_attr__( "%s Translation of topics", 'bbpress' );
} elseif ( bbp_is_single_user_replies() ) {
$new_title['format'] = esc_attr__( "%s Translation of replies", 'bbpress' );
} elseif ( bbp_is_favorites() ) {
$new_title['format'] = esc_attr__( "%s Translation of favorites", 'bbpress' );
} elseif ( bbp_is_subscriptions() ) {
$new_title['format'] = esc_attr__( "%s Translation of subscriptions", 'bbpress' );
} else {
$new_title['format'] = esc_attr__( "%s Translation of profile", 'bbpress' );
}
} elseif ( bbp_is_single_user_edit() ) {
if ( bbp_is_user_home_edit() ) {
$new_title['text'] = esc_attr__( 'Translation of edit profile', 'bbpress' );
} else {
$new_title['text'] = get_userdata( bbp_get_user_id() )->display_name;
$new_title['format'] = esc_attr__( "Translation of edit %s's profile", 'bbpress' );
}
return $new_title;
}
add_filter('bbp_before_title_parse_args', 'amend_title' );
Any help is much appreciated!
Thanks!
Integration with WishList Member
Published on June 13th, 2015 by swdesignI am hoping someone here can help me or shed some light on what we can do about this. We have the WishList Member plugin installed, setup and running. It was not until then that we realized that despite the fact you can assign specific forums to each level any topics created by members with access to that level will not inherit that protection.
This means that if member A has access to Forum A by being a member of Level A in WishList member and creates a new Topic, lets say ‘A’. Topic A is now visible to the entire world and not just members with access to Level A. Hope that makes sense.
You can go into the WishList Member settings and protect that topic correctly after the fact, but that is a manual step for each and every topic that members create. That is definitely not going to work long term.
I am hoping someone has some ideas on what we can do about this. I have contacted WishList Member and they say despite the fact they say the ‘integrate’ with bbPress they do not support this. Which I think is a cop out, since you can go in afterwards and protect the topics…
How to insert a banner over all pages if is_bbpress ??
Published on June 12th, 2015 by Luis FatorbinarioI use to have a good custom function on my theme that add custom banners before articles, what I do is to write a function with the rotation ads inside.
The final lines are like this:
return $custom_adsense . $content;
}
add_filter(‘the_content’, ‘custom_banner’);
What is the_content equivalent in bbPress?
How can I add a custom banner over all topics?
My theme is Twenty Fourteen and I have a nice space above these forum pages that fits ads perfectly.
Multisite Plugin/bbPress Activation Issues
Published on June 12th, 2015 by Doctor PsyringeHello. I run a MultiSite. I’m a firm believer in “Weight” – meaning I should only have the plugins I want activated on a site that demands it – in such a way that gives users a seamless experience (as if they never left the root). Otherwise, it weighs down the entire multisite, in my case of 8 subsites all serving vital purposes. eg. /root / magazine /forum /store /support /project1 /project2 /project3 /etc. Also helps with security.
Every time I activate a bbPress plugin on a SubSite – it deactivates bbPress. Everytime I activate bbPress, it deactivates the plugins. I don’t need bbPress sitewide, nor do I need it’s plugins sitewide. It’s useless weight – and while I could use Plugin Organizer to manually disable the plugins 7 times accross dozens of addons… why should I have to?
Potentially a user-error, I’m curious why this is might be occurring – or if there’s a solution to the issue?
How many topics and replies each user have
Published on June 12th, 2015 by EminemineroHi, i would like to know how many topics and replies each user have.
Im planning to do this with mysql. Is it possible?