Just wondering. Would anybody know why the Admin link in the header doesn’t take me to the bb dashboard.
In the header, on the left hand side, it says,
Welcome, Admin | Admin | Log out
The Welcome is not a link, The first Admin takes me to my profile, and the second Admin should take me to the dashboard, but it doesn’t. When I click on it the page just refreshes and I am in the same place. Help greatly appreciated.
Thanks in advance,
since my last try of getting help with my bbpress installation was a total succes I´ll try again.
How do I change the timestamp (“posted for XX minutes ago”) to a regular clock. “Posted 13.16, september 10th”
Thanks for your help
/Patric
Hi,
I use
add_action('post_form','add_content_post_form', 1);
to add fields to the post form at the end of most pages. (above the add to favorites option)
If I edit some post I need to add the fields inside the template file. Is there some hook to add the field via some plugin?
Hi
I have the old legacy branch of BBpress on my website and I want to move to the The latest stable version 1.0.2
I try to find some informations about that on the forum but nothing
I need to keep my users and topics data
I just want to know if it is possible and what is the process
thanks
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,
Hello
I want to make the font size large
Please help
There is a pair of brackets around the move topic assembly at the bottom of the posts page…how do you get rid of them?
http://img44.imageshack.us/img44/7571/brackets.jpg
Thanks!
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
kiaspeed2.com
I just need to get “forgot your password” to not look like WP login.
http://img32.imageshack.us/img32/9774/bbpress.png
Some search links doesn’t work… Check picture.