Search Results for 'bbpress'
-
Search Results
-
I’m working with bbPress 2.1 and bbp-theme-compat and some weird stuff is happening with the user profile pages. If I view the profile page of an author or contributor I’m getting the post thumbnail of that user’s latest post at the top of the profile. I’m also getting pagination at the bottom of the profile for some users.
To further this, I can’t quite find the template file that is being used to generate this page. I would assume it’s using: bbp-theme-compat\extras\single-user.php but within this file is a div with the css class “bbp-single-user”. When searching the source of the outputted profile page I can’t find that class anywhere.
I have installed bbpress on my site and all looks fine except these styles overriding my layout. From the inspector it looks like its element.style adding a background-position to the theme. Does anyone know how to override this? All I would need maybe is to just have it set to background-position: -10000px; which should hide it but I’m not sure where that would go.
[update] Screenshot here if image below is too small: http://i.imgur.com/dlGhO.jpg
See screenshot for more info.

Topic: Wow I need help!
Unfortunately, I can’t find anyone else with this issue. So clearly the problem is between the chair and keyboard. I apologize for wasting anyone’s time with this, but I’ve been stuck for days and can’t figure out what I’m doing wrong. So, thank you in advance.
I am not a programmer!
So here’s my issue: I just can’t seem to get anything working correctly. I have a theme (dynamix) which supports buddypress.I have buddypress installed and activated with bbpress. But when I try to create a new forum, it gets created in a place that I don’t have access to.
For example, I go to dashboard > Forums > New Forum > and I create a new forum (usually with some sarcastic name because I’m frustrated)
That forum gets created with the forum slug and the forum base.
So, let’s say I have my forum base set to X
My forum slug set to YWhen I publish the a new forum, let’s call it “Imstupid”, it goes to: http://www.(mysite).com/ [forum page]/X/Y/imstupid
My assumption is that it would go directly to the spot where X is, like: http://www.(mysite).com/imstupid.
Is it possible there’s an issue with some older pages that I’ve created and deleted? I have emptied the trash on the old pages.
So, I want people to be able to click on my forum page (it’s not named forums, by the way) and have a list of forums right there. As it stands now, not only are the forums I have created not there, but I can’t even get to them!
Thank you, again, in advance for your help. And God bless anyone who help me figure this out!
I see we can add the bbPress Login widget to the sidebar. I don’t use sidebars; is there any shortcode for coding it in elsewhere, in our pages, other than the sidebar?
I see we can add the bbPress Login widget to the sidebar. I don’t use sidebars; is there any shortcode for coding it in elsewhere, in our pages, other than the sidebar?
I see we can add the widget to a sidebar. Is there any shortcode for coding it in elsewhere, in our pages, other than the sidebar?
I just set up a bbPress install with BuddyPress, and each forum page shows the topics for all forums, not just the one forum’s topics that are supposed to be displayed. This happens no matter what theme I try — Twenty Ten, Twenty Eleven, BuddyPress Default, Elbee Elgee… Any ideas? Thanks.
Topic: BBpress throws 404 errors
So I think it is a permalink issue but I am not sure. I am developing a theme framework and I want to integrate bbpress with it and thus i was testing bbpres default installation. How ever going to site/forums/forum/test gives me a 404 error. even site/forums gives me a 404 – the theme throws the 404 –
Can any one give me any ideas as to how to fix this? My permal link structure is
/%category%/%postname%/HELP!
I’m having issues with my BBpress WordPress installation as of late (since I did a plugin update to 2.1.1) on all pages I get the error:
Warning: get_class() called without object from outside a class in /nfs/c05/h01/mnt/77944/domains/charterproject.ca/html/wp-content/themes/charterprojectbb/functions.php on line 529
I tracked this in the functions file in my theme that controls the WP theme and the BBPress theme.
the code is:
if ( 'bbPress' == get_class( $bbp ) ) {
$bbp->theme_compat->theme = new BBP_Twenty_Ten();
}
endif;I’m not a wiz at PHP so I’m not sure why this causing this error but it does result in the form being quite non-functioning, please help! you can view the site for reference at : http://charterproject.ca
Pez
I have converted from phpBB to bbpress with luck.
But everytime my forum converted users want to login they get this error:
Warning: require_once(bbp-converter.php) [function.require-once]: failed to open stream: No such file or directory in /home/surfogki/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466
Fatal error: require_once() [function.require]: Failed opening required ‘bbp-converter.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/surfogki/public_html/wp-content/plugins/bbpress/bbp-includes/bbp-user-functions.php on line 1466
Normal made users can login as normal. how do i fix this?