Hello, that works pretty good. Thanks a lot.
Hi, funny thing is I currently want to add sidebar for my bbpress forum plugin. It alway shows the wordpress sidebar!
Anyway, to remove sidebar use the fullwidth forum like this: http://www.ytecongcong.com/forums/
Just follow
1. Clone page.php of your WP themes and rename it to forum.php
2. use BP Tweaks WP plugins to choose forum instead of page as default
3. Open forum.php, remove the php code content php get_sidebar()
-
This reply was modified 13 years, 9 months ago by
Verra.
-
This reply was modified 13 years, 9 months ago by
Verra. Reason: SOLVE
Hi! I have installed the bbpress forum plugin here: http://buyclassifiedscript.com/forums/ but the forum is aligned to the left and its full width. I managed to change the css to 1000px but its still to the left. Any suggestions how I can center it?
bbpress: 2.1.3 (TwentyTen package)
WP: 3.4.2
This is fixed in the soon-to-be-released version 2.2 of bbPress.
Actually I installed the 2.2 into a clean site without buddypress and it works if I put the files in the extra back to the bbpress plugin root folder, but with the same method if I install it on the buddypress enabled site it won’t work, the topic edit, merge, split and reply edit will not work at all, any idea?
If you running bbpress2, try the Wangguard plugin
http://www.wangguard.com/
Hi! My layout is like this:
[Category 1]
[Forum 1]
[Forum 2]
[Category 2]
[Forum 3]
.
.
As you know, bbPress’ default layout is to fetch the Category description, not the Forum descriptions. I’ve tweaked the bbp_list_forums function, so now I want to show the forum descriptions instead. But when I add the_content() to my loop-single-forum.php it fetches the category description.
I think I must add the_content() in my_bbp_list_forums, but don’t know where or how.
The code can be found here (Kudos to Lynq): http://pastebin.com/GLhCHYze
And what I’m after graphically: http://i649.photobucket.com/albums/uu216/DramaticBaby/forum_description.jpg
How can I make the_content() fetch the forum descriptions? Or is there a bbp_get_sub_forum_description() function somewhere? 🙂
@masada I’m about to release an “unread topics” plugin. Check this repository: https://github.com/zaerl/za-bbpress-unread-topics cause it will be populated soon with the files (hopefully this weekend). I’ve spent a lot of times on it cause I wanted to create the final solution for this “problem”.
Put this code somewhere in your theme functions.php
https://gist.github.com/4086011
Otherwise you can change the roles editing the bbPress gettext file. Check ‘\wp-content\plugins\bbpress\bbp-languages\bbpress.pot’, create a .po for your language (if you already hasn’t one) and change the string “Key Master” at line 3311. If you don’t know what I’m talking about I can generate the file for you.
You can also use this plugin to assign the forum participant role to all users across a multisite network.
@masada there is already a fully functional “unread posts” plugin on wordpress.org, and a new one coming from a developer that I know (it approaches the problem a bit differently, so it is its own plugin instead of an extension of “Mark as Read”) should be out in a couple of days.
Packaging up bbPress 2.2 shortly.
Closing this topic.
Hang of for a day or two, the ‘default’ theme in bbPress 2.2 uses lists and will be released very soon.
https://codex.bbpress.org/theme-compatibility/
Instead of bbpress.php try bbpress-functions.php and see https://codex.bbpress.org/theme-compatibility/ for more info
Start by finding a WordPress theme and then you can customize bbPress to look the same as your WordPress theme https://codex.bbpress.org/theme-compatibility/
Some improvements to this bit of code were made in bbPress 2.2, which is due out any day now. Maybe give it a try and report back?
Thank you! To fix this I changed the settings > forums “Theme Packages” setting back to default “twentyten” and the tinymce editor is back.
Fin whatever plugin is causing that to happen, and stop it from happening. 🙂
bbPress sets the post ID to 0. Did you create a post with an empty ID?
Either a JS issue, or a conflict with Jetpack 2.0. bbPress 2.2 will address this further.
Hello! I just want to first thank everyone for this great plugin forum.
I have enabled “Enable Fancy Editor” in settings > forums , however my tinymce editor does not show. I simply see the generic HTML editor. Is there a known fix for this problem?
I’m using the default wordpress twenty eleven theme. Thanks!
I would like use the TwentyTen bbpress theme(or even rather a theme with lists instead of tables) and customize it for my own use.
The advised way to do this: ‘making a copy of the plugins\bbpress\bbp-themes\bbp-twentyten folder and copying it to themes\mytheme’ works.
This however makes a huge mess of my child theme folder, instead I would rather copy it to ‘themes\mytheme\subfolder’. Is this possible and how to I accomplish this?
Using WordPress: 3.4.2 and buddyPress: 1.6.1 and bbPress: 2.1.3.
I suppose this should be done by translation
Where should I place the language files?
I was wondering if anyone can tell me please if you can modify bbpress.php file and incorporate it into a child theme in the wordpress themes folder.
I tried making a bbpress.php in my child theme folder and the result was a blank screen. It did not work.
Your advice is appreciated!
I’m using the twenty ten wordpress theme and installed the bbpress plugin
I installed wordpress and the bbpress plugin from built-in plugin installer and made a forum which I previewed , which was fine during preview, but after I published it, the forum returns HTTP error 404 on the forum itself and when viewing the preview. This is my second installation with the same problem. A forum on my previous install showed up after a while, but the others didn’t. After following advice I changed the permalinks back to default and all the forums came with the same HTTP error 404. My website structure is “…com/worpress/index.php/forums/forum/…” for some reason.
-
This topic was modified 13 years, 9 months ago by
HululusLabs.