Search Results for 'bbpress'
-
Search Results
-
BadBehavior is one of my favorite plugins for web-apps, EVER. You can insert it on pretty much any php driven site, even SMF and IPB, so I went one extra step and slapped the ‘standard’ bbpress plugin header to make it a plugin.
I do not support BadBehavior, so if these directions don’t work, I can’t really offer much help, and for that, I apologize. That said, it’s really straight forward, and using this and Akismet, I’ve had very few spammers on my blog/forum since I co-mingled them in November.
1) Download Bad Behavior (current version 2.0.26)
2) Put the file
bad-behavior-generic.phpand the subfolderbad-behaviorinto your my-plugins folder so it looks like this:my-pluginsbad-behaviorbad-behavior-generic.php
my-pluginsbad-behaviorbad-behavior(many files)3) In
bad-behavior-generic.phpchange this:<?php
/*
Bad Behavior - detects and blocks unwanted Web accesses
Copyright (C) 2005-2006 Michael Hamptonto this:
<?php
/*
Plugin Name: Bad Behavior
Version: 2.0.26
Description: Deny automated spambots access to your PHP-based Web site.
Plugin URI: http://www.bad-behavior.ioerror.us/
Author: Michael Hampton
Author URI: http://www.homelandstupidity.us/
License: GPL
Bad Behavior - detects and blocks unwanted Web accesses
Copyright (C) 2005-2006 Michael Hampton4) Activate bad-behavior as a plugin in the bbPress admin side.
Now, this DOES NOT give you the tracking like it does in WP. I tried to find a way to make all that work, but it kept telling me things existed. It’s probably because I’m sharing DBs, but that’s okay by me. I’ve been using it this way with the 1.0-alpha string of installs without issue.
I hope this helps someone else out
After doing the bbpress integration on my wordpress 1.7 the registration captcha has stopped working on my wordpress page. After entering in the captcha and clicking register I get “ERROR: You didn’t correctly enter the captcha, please try again.” Any thoughts?
Can posts to multiple blogs on an WPMU site be visible as topics on a common bbPress forum?
I’m looking for software that enables users to organize their work in their own blogs , but have each of their blog posts also be displayed as a new topics in a common forum. Does bbPress and MU work together this way, or does bbPress only create forums that are related to a single blog?
I’m not a WP or PHP developer, and have been looking for this feature on any platform. Thank you for you help.
Bill (bbPress at nobsys dot net)
One thing which I liked of Vanilla forum is the smooth ability for any user to add any number of custom label/value pairs into his/her personal profile.
This is nice as anyone willing to list any custom information like links to twitter, blogs, flickr, home address, phone number, age, chat, birthday, sex, whatever, can do it without effort, and the interface is kept really clean and smart.
Is there anything the like in bbpress, which I couldn’t yet find, please?
Topic: Use HTML code in post
Hi
As said in the title, can I use HTML code in the posts I made in bbpress? I don’t want to show the code itself, I want to use code to insert, for example, tables and that sort of thing.
Thanks in advance
Topic: Firefox browser issues
Hi there; I’m new to bbPress and uploaded the platform to my server yesterday. I’m trying to find some decent templates but, in the meantime, I’ve noticed that Firefox (my regular browser) is having issues displaying Kakumei correctly. It looks fine in IE. Does anyone else have the same problem? Do you know how to resolve it?
Finally, if you know of a bbPress theme that looks like Copyblogger’s WordPress theme, please let me know!
Cheers,
Helen
Ehlo all,
i just want to share a solution for BBPress 1.0 Alpha 6 – WordPress MU 2.7 cookie integration — or a hack. My problem is that after installation of WPMU and BBPress, i can not make a single sign on : to make a user log in to BBPress can access WordPress without another login and a user log in to WordPress can access BBPress without another login.
I just use Cookie integration with WordPress installed at
/home/usr1/myweb
And bbpress at
/home/usr2/myweb/bbpress
After Googling i found hint about cookie domain, SECRET KEY etc, but it does not work …
When i check the cookie, the cookie from BBPress is appended with some words for example :
wordpress_logged_in_170v36454
meanwhile the cookie for wordpress is simply
wordpress_logged_in
I then change a line of code at bb-settings.php from
define(‘BB_HASH’, $bb->wp_cookies_integrated ? md5($bb->wp_siteurl) : md5($bb->uri));
to
define(‘BB_HASH’, ”);
Somehow IT WORK !
Hi,
I have integrated WordPress and bbPress. They both share the same table for users. I can login in to a user in the database from both WordPress and bbPress. SO they are correctly sharing the same user table. However, when I login as a user for the blog and then click on the forum then click to post in the forum it asks me to log in. I imagine it has something to do with cookies. I have gone through the docs on integration and the post by _CK_ but nothing has made it work yet.
Please help me identify the problem. If you want I can post the config files for both WordPress and bbPress.