Is there a way to allow my forum users to flag inappropriate posts and notify the admin? I am using WordPress 3.3.1 and the bbpress 2.0 plugin for WordPress.
Thanks!
Not much you can do, the K2 theme does nto play well with bbPress out-of-the-box.
You need to tweak your K2 theme’s style.css to make things look right.
Hello,
I just installed the plugin version of bbPress on to http://www.vespaclubgelderland.nl/?page_id=372. (pw = jacob).
This site uses the K2 theme and under this theme bbpress doesn’t have the best looks. I found some K2 stylesheets on the internet but looking a the date of creation in wondering if I can use them with the plugin version ?
Or is there a better way to improve the looks of the forum ?
best regards,
Jacob
I just can’t grasp why it’s working in WordPress and not bbPress. I’ve disabled the fancy editor and it still doesn’t work.
Any further ideas, jjj?
Update… I found this thread
Logout error when bbPress plugin is active
which suggested to comment out lines 938 and 939 of bbp-user-template.php.
Doing that makes the 404 go away. But now I’m being redirected to my S2member login welcome page… which I don’t want. I want forum users who log in to be re-directed to the last forum page they were on. Seems like that’s what bbpress is trying to do, it’s just adding an extra subdomain in the forum url.
Sorry for the bump. Just thought I would add that info in case it helps.
You will need to use the shortcodes listed on https://bbpress.org/forums/topic/bbpress-20-shortcodes
So for example you will want to create a ‘Registration’ page that will have the [bbp-register] on it.
Then you will probably want to create a ‘Login’ page that has [bbp-login] on it.
Lastly, you will want to go into your Forum settings (Settings > Forums) and uncheck “Allow guest users without accounts to create topics and replies”.
Anyone with knowledge of site wide forums and can provide more details?
dorsetjon,
Can you elaborate on what you did?
Ah ok, well the problem is using Cimy Extra User Fields. It’s a great plugin but if I recall correctly it doesn’t use WP’s usermeta system, so the traditional way of getting it to work with bbPress profiles might not work.
It’s not “incorrect”. Its just not “complete”. I am using Cimy Extra User Fields, I changed forum-user-edit.php to include the new field. I then set the field in the admin panel with a value which is being populated correctly however I was unable to find the function where all the information is being saved in bbPress when “Update User” is being clicked so I cant put in the code needed to save the Cimy fields.
Yes the forums show up when I change the theme to the bbPress 2010 theme.
Then why is it functioning like that on BBpress.org, but not in the plugin? Can you post that template tag?
Hello,
I’ve been following some discussions on here about some problems and my main focus was on the Cache problems.
At this moment i’ve got a Blog and would like to add a support forum.
What would be the best option to go with?
(1) Just activate the bbPress plugin on my main (blog) website.
(2) Install the bbPress plugin on a Fresh and new WP install inside a directory-/folder.
I’m running WP SuperCache on my main (blog) WP install.
(1) http://example.com/ <– WP install – my blog
(2) http://example.com/<forums>/ <– a NEW WP installation only for bbPress
The reason i would like option 2 better is that i don’t have to activate a Cache plugin for the forums. It’s mostly all text content , no images so WHY Cache a forum?
What would you do and why?
I have installed bbPress 2.02, but I do not see any difference between using this application or not. Is there something wrong when I download and use this application?
More likely it’s your theme not working with bbPress, then. Does whatever you’re trying to do, work correctly with TwentyEleven or bbPress (TwentyTen) ?
bbPress comes with a built in set of theme files to get you started. You’ll need to customize your active theme yourself if you want it to look differently. There isn’t a huge market for third party themes quite yet.
They aren’t mirrored and if the extra fields are manually added into the theme then on update they aren’t set. I have looked through a lot of the bbPress files and can’t work out where I should add some custom code so on user profile update it will also update the custom entries I added.
Any help would be much appreciated.
Howdy, again.
When I installed bbPress, I installed it as a plugin into BuddyPress/Wordpress. I really didn’t do much to edit it but I never ran across an Admin Panel for the bbPress plugin.
The only place that I see anything related to bbPress is in my WordPress Dashboard Settings > Forums.
I’m trying to set a theme for my bbPress and have no idea how to through the WordPress/BuddyPress integration.
The size of user avatar displayed in posts/replies is defined in /wp-content/plugins/bbpress/bbp-includes/bbp-reply-template.php.
This is the piece of code:
function bbp_get_reply_author_link( $args = '' ) {
$defaults = array (
'post_id' => 0,
'link_title' => '',
'type' => 'both',
'size' => 80,
'sep' => ' '
);
Change ’80’ (is equivalent to 80px) to a number of your choice.
While it’s not suggested that you modify core bbPress files, I know no other way (I don’t know PHP).
Hope that helps!
No problem.
Go here https://bbpress.trac.wordpress.org/browser/tags/1.0.2
At the bottom you’ll see Download in other formats: Zip Archive (just click that).
You can go through all the releases at https://bbpress.trac.wordpress.org/browser/tags
I’m sure this is a stupid question, but I’ve tried and can’t seem to find an answer to is.
I have bbPress installed on a Genesis/Education theme. People can leave comments and I can moderate them. However, I can’t seem to find a list of the users anywhere.
I expected to find them under settings in the back end of the WordPress system, but they aren’t there.
Sorry to waste your time on this, but I haven’t been able to figure it out after quite a bit of research.
Did I miss something really simple in the install?
Thanks
I’m running a huge forum (65K registered users, 2.4M posts) on BBpress 1.0.2. I just posted a question related to updating to 1.1, but at the same time I’m curious about the new developments with BBP as a plugin for WP.
Is version 2.0.2 capable of handling forums the size of mine?
If you would like to take a look:
http://www.onemorething.nl/community
http://www.onemorething.nl/community/forum
Hi everybody,
Currently I’m running a forum on BBP 1.0.2, but I would like to upgrade to 1.1, because of some severe performance issues. The company that installed and configured my forum doesn’t know if they changed anything in the core. That’s why I’m trying to find a clean 1.0.2-zipfile to automatically compare the various files, before I upgrade to 1.1
On the BBpress download page version 1.0.2 isn’t to be found. Can anybody supply me with one?
Thanks in advance, help is very much appreciated!
I’m still hacking around and have just discovered shortcodes…they do some of what I wanted and, for example, can give a similar *layout* to the .org page. Still want to change some of the way the content looks, e.g. remove the navigation path above the forums and topics lists (is that possible without a theme or code change?), and I guess that may require a theme or code change but I’ll keep investigating.