Hi,
escuze me first for my bad english, im trying to adapting my forum to my new website, and a part of this is to modify the post box, very big and lot of “blank” area ! i post in tthe screenshot the way he is now (red), and how i want it (green).
Tahnks for reading, and your futur help š
Screenshot:
http://www.hostingpics.net/viewer.php?id=921968Sanstitre.jpg
I am pulling my hair out on this. I have tried getting bbPress to work with a WordPress site using a custom theme and evidently I’m missing something because it just isn’t happening. Here’s what I’ve done based on what I could find for instructions so far:
- I installed and activated the plugin through the wordpress admin.
- I created a test forum and a test topic through the wordpress admin.
- I created a child theme folder, named the same as the primary theme appended with ‘-child’.
- I copied the contents of the wp-content/plugins/bbpress/bbp-twentyten into the child theme folder.
- I updated the style.css file ‘Template:’ line to refer to the parent theme.
- I added ‘add_theme_support( ābbpressā );’ to the main theme’s functions.php.
When I go to the forum via http://www.carolina-business.org/forums/, I get a page that spits out a section titled with the most recent post title and a huge amount of blank space with the forum list at the bottom of the section. This is followed by a section for every other post on the site, each of these containing the forum list.
When I go to the forum via http://www.carolina-business.org/forums/forum/test-forum-1, I get another page that shows all of the posts in the site. I get the same result via http://www.carolina-business.org/forums/topic/test-topic-1/.
What I’m trying to achieve is for the forum to appear in the content area of the site, within one of the content frames (the white box with the green header and gray border.)
Can anyone tell me what I am doing incorrectly/not doing? Thanks!
hello,
i have WP with bbpress but see buddypress si better for me, but when i install buddypress the site go in blank Page.
How i can transfer my category…. from my bbpress in bbress/buddypress?
Thanks.
I want to implement a functionality in bbpress 2.0.2 that an admin ll get an approval email when a registered user adds topic or give reply on any topic. sothat if admin approves the topic and give reply on any topic then it ll show on website otherwise not.
Can you please suggest me.
Hello guys!
I am trying to run a replies loop within topics loop… and scratching my head..
(more specifically, at loop-single-topic.php compat template .. I am trying to do something like..
bbp_has_replies();
while ( bbp_replies() ) : bbp_the_reply();
$current_topic_reply_id = bbp_get_reply_id();
echo $current_topic_reply_id ;
endwhile;
and.. i am getting.. same IDs under every topic..
would you help me to get reply IDs for each topic including the topic ID itself?
Thank you very much guys..
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: https://i.imgur.com/dlGhO.jpg
See screenshot for more info. 
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 Y
When 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?