Search Results for 'bbpress'
-
Search Results
-
Hi,
I’m trying to integrate a bbpress forum into an existing codeigniter application. (which basically just means integrating the login/logout/update/register functions and syncrhonizing the databases).
I managed to do so by loading bbpress (simply including bb-load.php) on top of codeigniter and just calling the usual bb_login(), bb_logout() functions whenever needed.
However, I just realised that loading it that way drastically decrease performances (went from ~200 req/sec to ~10).
I now try to load bbpress just when I need it, but some strange things happend when bb-load.php is included AFTER codeigniter itself.
e.g, if bb-load.php is included anywhere before codeigniter/CodeIgniter.php, it works, if included after, it won’t load.
Basically what happened is that variables instantiated in the included scripts (like bb-load.php, or bb-settings.php for instance), are then ‘lost’ when reused as global variables elsewhere in bbpress files.
(for now the variable that cause me troubles if $bbdb, which is fine while still in settings.php, but is empty in others files/functions …)
I guess it may not only been related to bbpress but that’s the first time I see this … Anyone got this problem before ? Didn’t have much luck with Google …
Thanks in advance,
Topic: comments_popup_link
Topic: WPMU+BBPRESS+BUDDYPRESS
kiaspeed2.com
I just need to get “forgot your password” to not look like WP login.
Topic: Search problems on 1.0.2
http://img32.imageshack.us/img32/9774/bbpress.png
Some search links doesn’t work… Check picture.
I’ve been trying to install the latest version of bbpress, but every time it installs it’s giving an error it can’t create the forum. It makes no sense. And then whenever I try to reinstall it says bbpress is already installed and it won’t do anything.
Topic: Installing bbPress
I downloaded the zip file and it unzipped itself into a folder. When I tried to upload the folder in my root (html) directory it will not do so as a folder but as individual files. Is that ok and what will be the URL if I upload it into the root (html) directory to access the forums as admin?
Also I am using WP 2.8.4, so do I need to use the WP Integration Plugin with it?
Thank you.

i’m looking for a way to use the same output like in wp for the comments like:
<?php comments_popup_link('no comments', 'one comment', ' % comments'); ?>instead of<?php forum_topics(); ?> <?php _e('post(s) or comment(s)'); ?>.so is there a php pendant in bbpress to count comments or posts the wordpress way?
thank’s in advance