Search Results for 'bbpress'
-
Search Results
-
Topic: Few questions..
I’ve monitored bbPress for some time and plan to use WP for a big site and would need to convert a phpBB(2) forum over to bbPress. What’s the latest on:
1) WP integration – last I heard you had to fiddle with cookie settings and some usernames wouldn’t work on the forum login. I’d be wary of using plugins as this could cause problems upgrading in future.
2) phpBB(2) conversion – is there any script that will convert everything perfectly?
3) future plans – is there a new version in development or is everything on hold for now? (i.e. should I just go and install the current version or wait another month or two)
4) private forums – an essential feature for me is to have a staff board that is 100% secure. Again I didn’t really want to rely on a plugin for this and last time I think I read it wasn’t secure because of an RSS problem.
5) lastly – is bbPress compatibility high on the list when new versions of WordPress are released? (i.e. could a new WP break by forum?)
Cheers.
Hi, i tried to find a contact mail on the homepage but i haven’t find it, so i ask this there.
At this very moment i need to request to add another user to a plugin project ( http://bbpress.org/plugins/topic/48?replies=5 ) that i started, in particular i need to permit this user to access the svn server to upload its improvements as a new user.
Is possible to it? If so how to request for this?
Thanks in advance.
Topic: page errors
i just downloaded and installed bbpress. everything worked fine. i have the most recent release of wordpress installed in my main site directory and bbpress is installed in the /forums/ directory.
when i go to http://www.mysite.com/forums/ it displays the main page, but with no images/styles. when i try to view my css file in the browser (http://www.mysite.com/forums/bb-templates/kakumei/style.css) it displays my main wordpress page.
i have pretty permalinks running on both and would like to keep it that way.
I’m really anxious to get my hands on the BB_Query class because it looks like it’ll help me a lot with my quest to integrate Vanilla into a Flash movie clip. Does anyone know when the next version of bbPress will be released as the blog states it will contain the new BB_Query class.
Cheers
KJ
Hi,
I’m basically wondering if there is API documentation to help me with my quest. I’m wanting to show discussions in a flash movie so essentially I just need to access the appropriate functions to access thread data in the database but I don’t know where to start.
I’m hoping for some pointers in the right direction. Essentially what I want to do is use bbPress as a backend and display discussions in a flash movie.
So to sum-up, I need the ability to access thread and post information from Flash.
Thanks for your time
KJ
Since bbpress.org doesn’t have a “tips and tricks” I’ll post this here.
If you’d like to tweak your profile.php template to show the total posts and topics started by a user, add this code under “bb_profile_data()”
<?
echo "forum posts: <b>".$bbdb->get_var("SELECT COUNT(*) FROM bb_posts WHERE poster_id = $user_id AND post_status = 0")."</b> "
." topics started: <b>".$bbdb->get_var("SELECT COUNT(*) FROM bb_posts WHERE poster_id = $user_id AND post_status = 0 AND post_position = 1")."</b>";
?>I’d make this into a plugin but I don’t know how to append information within the profile (ie. attach to bb_profile_data)
I would like to suggest this forum would seriously benefit from:
1. “Tips and Tricks”
2. “Integration with WordPress”
as two new sub-forums