Published on April 2nd, 2010 by Ferenc Forgacs
Hi,
is there any way to list a specific users posts/replys?
Something like: add_filter('get_thread_where', create_function('', 'return "p.poster_id = ' . $specific_author_id . '";'));
I want to create a link on the profile page, under the user name, something like “Show all posts by this user”. This is the easy part for me, but I cant create the page for the posts list.
Any idea how to do this?
Thanks in advance.
Published on April 2nd, 2010 by
I really don’t know why..i follow step by step the integration WP-BP instruction, and i thought everything’s fine until i found :
1. why i just can log out and login in on the bbpress side? if i login on WP side, i can’t access admin on BP side!!did i just miss something?
2. no matter if i login in on WP side or BP side, the post cannot show on BP side!! (my WP’s fine). I thought there’s something wrong with one of the plugins I install. Then I was turned off any plugins on BP but the posts still couldn’t show!
Pleeaaasee I really need help to fix this.. T.T
Published on April 1st, 2010 by copperblade
Notice my “kakumei black” theme:
http://heroesonly.com/heroes/bbpress/
Hi, I have finally converted over from phpBB2. I wanted to do this for a long time, and had done some trial runs in the past, but only now have I committed myself to bbPress. I think it’s for the better. phpBB3 still uses the brain-dead “mod” system of editing the code instead of using a plugin API. (Yes I did write phpBB mods.)
Now I’m hearing all this talk about bbPress going away, etc. etc. I think it’s ridiculous that people are getting worried about this. bbPress is awesome.
I don’t know how to tag this post… any suggestions?
Published on April 1st, 2010 by MomD1rect
Is there any support for newbies??? I have read the forum about some issues I’ve had in regards to installing this.. There are many solutions but no instructions on how to do it. It’s more like “This problem can be resolved by doing “X”. But there is no instructions on how to do “X”.
Are there any step-by-step instructions (manual) on how to use this with WordPress. I read the Installation page on here and I read the Integration with WordPress… but there are still no instructions. Any help would be appreciated.
Published on April 1st, 2010 by kaspr007
Hello all.
I have modified the default theme Kakumei 1.0 pretty much to my liking. I could use help with one thing though. I would like my bbpress header to look as similar to my wordpress header as possible. What I don’t know how to do is
1. Switch the header title and logo to the left side
2. Move the log in info to the right
3. Drop the search bar down a bit.
http://www.durhamdigs.ca/
http://www.durhamdigs.ca/forum/
Could any one lend a hand or point me in the right direction?
Many Thanks,
Kaspr
Published on April 1st, 2010 by gerikg
Like on the front forum page you can see “[resolved] Farsi bbpress 1.0.2” how can you make it show up if the topic is closed as well “[resolved] Farsi bbpress 1.0.2 [topic closed]”?
Published on April 1st, 2010 by capsx
/bb-includes/backpress/class.wp-http.php (bbPress 1.1-alpha revision 2412)
BBPRESS functions:
function &_wp_http_get_object() {
function wp_remote_request($url, $args = array()) {
function wp_remote_get($url, $args = array()) {
function wp_remote_post($url, $args = array()) {
function wp_remote_head($url, $args = array()) {
function wp_remote_retrieve_headers(&$response) {
function wp_remote_retrieve_header(&$response, $header) {
function wp_remote_retrieve_response_code(&$response) {
function wp_remote_retrieve_response_message(&$response) {
function wp_remote_retrieve_body(&$response) {
conflict with WORDPRESS (WordPress 3.0-alpha revision 13909) /wp-includes/http.php the same functions
Published on April 1st, 2010 by Alifar
Hi there,
The terms of service plugin is not available anymore when i try to download this.
See: https://bbpress.org/plugins/topic/terms-of-service/
Does anyone has this plugin and is this compatible with the latest version of BBpress?
Published on March 31st, 2010 by Craig Sunney
Hello
I successfully set up Buddypress. and added the internal Buddypress forum.
Now I have decided I would like to have BBpress freestanding for the moment.
Having taken some steps to backtrack suggested on the Buddypress forum,
https://buddypress.org/forums/topic/create-a-site-forum#post-46052
the problem is that the BBpress installer with not run.
Here are the steps carried out:
In Buddypress admin: removed checkbox for forums.
In Mysql admin: Removed all tables with BB_ prefix
Uploaded buddypress files to public_html/forums/ folder
permissions on top level folder are set to 777
Folders and permission image here: http://twitpic.com/1c9ics
Tried running install from
mysite.com/forums
mysite.com/forums/
mysite/forums/index.php
mysite.com/forums/install.php
I also tried inserting wp-config.php data into BB-config.php file….
All give Page not found. What additional steps may I be missing that cold get the installer to run?
Published on March 31st, 2010 by gerikg
Does adding:
define( 'COOKIEHASH', '9999999999999999999999' );
define( 'COOKIE_DOMAIN', '.website.com' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
to bb-config.php do anything or it’s just dead weight?