Search Results for 'bbpress'
-
Search Results
-
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
) so I uploaded. No topic for it yet but I expect there will be at