Skip to:
Content
Pages
Categories
Search
Top
Bottom

htaccess not working (404 , no 500)

Published on August 30th, 2008 by malaiac

I have a bbpress setup on a subdomain : support.domain.com ( directory /home/domain/forum/ )

on -www.domain.com a WP setup (directory /home/domain/blog/ )

I tried to activate Permalinks.

/bb-admin/options-general.php : Pretty Permalink set to Numeric ( /forums/1 )

I created a /home/domain/forum/.htaccess with Options +MultiViews

bbpress pages are still 404 ( -http://suppport.domain.com/forum/1 )

I paste /bb-admin/rewrite-rules.php lines into the .htaccess. Still 404.

-www.domain.com is ok, permalinks working (same hosting)

It seems that no .htaccess works with my bbPress install…

bbPress 0.9.0.2

Removing ‘latest discussions’ on front page

Published on August 30th, 2008 by

Hello, as per post title, is it possible to remove this section from the forum frontpage? I’m using 1.0 alpha.

I’m also hoping to remove / disable / hide the following areas:

o ‘Views’ section on the front page

o tag clouds

Thanks for any assistance! This seems like a very powerful and scalable forum – wordpress integration is just icing on the cake. I’ll be poking this more over the coming weeks.

Theme Hybrid forum

Published on August 29th, 2008 by Justin Tadlock

I just wanted to show off what my installation of this wonderful software looks like:

http://themehybrid.com/support

It’s the support forum of my WordPress themes site. Let me know what you think.

The main site is:

http://themehybrid.com

Dreampush.com

Published on August 29th, 2008 by

Come check out my bbpress forum for lucid dreamers!

http://dreampush.com is the main site

http://dreampush.com/forums/ is the bbpress forum

Tell me what you think! :)

Posting without logging in–don’t want!

Published on August 29th, 2008 by geekymom

So, I have my site set up to log in through ldap, but now, for some reason, you can post without needing to log in at all. I have added a couple of plugins–polls, social media, and topics–but I wouldn’t think that would affect anything. I do know that I got an error when I tried to add a new topic before when not logged in. Any ideas?

LDAP Plugin

Published on August 29th, 2008 by geekymom

Hello, since everyone’s been so helpful here, I thought I would give a little back. This seemed like the place to post this. I spent the last few days working with my system administrator to get the ldap plugin to work with our AD. We had done this successfully with WordPress and we were going to integrate bbpress with WordPress, but that layer of complication with ldap on WPMU made it too complex.

So we decided to leave bbpress on its own and use the ldap plugin posted here. Only we couldn’t get it to work at first. When we finally got it working, the local logins, specifically the Key Master account, could no longer log in. So here’s what we changed to make it work:

(1) in function connectUser, where $uid is set (line 327), change the first chunk of the string from ‘uid=’ to ‘cn=’ (this change may be specific to Windows/AD LDAP).

(2) in same function, comment out line 344 (ldap_unbind) because it is both redundant with line 345 and is using the wrong parameter (wants a connection object but $result is just a boolean value).

(3) in function newUser, add the user_nicename field to the database insertion and set it to the variable $user_login. This is a unique key in the database, and if it’s not set, all user additions after the first one will fail because of a duplicate (blank) key field.

We still don’t have local logins working, but that’s okay for us because we don’t want them. It might be something we’ll want to use in the future. I hope this helps anyone who might want to use this.

Design the bb_post_admin

Published on August 29th, 2008 by

Hi,

i would like to add icons at the function bb_post_admin in post;php

i see that is template-functions. but how to add this within edit the core files?

example, add icon at:

1401 function bb_get_post_edit_link( $post_id = 0 ) {

1402 $bb_post = bb_get_post( get_post_id( $post_id ) );

1403 if ( bb_current_user_can( 'edit_post', $bb_post->post_id ) ) {

1404 $uri = bb_get_uri('edit.php', array('id' => $bb_post->post_id));

1405 $r = "post_id ) ) . "'>". __('Edit') ."";

1406 return apply_filters('bb_get_post_edit_link', $r, get_post_id( $post_id ) );

1407 }

1408 }

in $r

thanks,

bye!

upgrading

Published on August 29th, 2008 by aiitee

hey guys, i wanna upgrade from version 0.8.3.1 to Alpha, what i have to do exactly? its the first time i want to do this so i dont want to screw up…

thanks!

Unable to login to 2.6 WordPress once logging into bbPress 1.0 Alpha

Published on August 29th, 2008 by mimicvii

I’ve fixed my particular problem. So this is more or less to point out what the problem is so anyone else having the problem can fix it as well.

Once I installed 1.0 Alpha and logged into it, I was unabled to login to my wordpress site. The only way I was able to log back into my wordpress site was by deleting all the cookies for my domain (had to repeat this each time I logged into my bbPress site).

I believe the problem was due to me installing 1.0 Alpha over an 0.9.0.2 install that had wordpress integration already enabled (0.9.0.2 of course wasn’t working since I had also already upgraded to wordpress 2.6). Once I installed 1.0 Alpha, the *_salt values between wordpress and bbPress did not match.

After some cookie juggling to get logged into my wordpress site so I could see it’s *_salt values, then logging into my bbPress site (in another tab), I was able to set the correct *_salt values, delete my cookies once more, and log into my wordpress site. At this point the integration is working again and my bbPress site recognizes that I’m already logged in.

Latest BBpress posts listing en WP sidebar ?

Published on August 29th, 2008 by lstelie

Hello, is there a plug in that allow to display in WP sidebar latest BBpress messages ?

Thnks in advance

Skip to toolbar