Search Results for 'code'
-
Search Results
-
Hi,
I’ve notice an error in the bbp_current_user_can_access_create_reply_form() function :
indeed, the return apply_filters tag is “bbp_current_user_can_access_create_topic_form” instead of “bbp_current_user_can_access_create_reply_form”.
Some comments are also copy/paste from bbp_current_user_can_access_create_topic_form() function.
That’s all, a small fix for the next release please ?

Thanks
I have installed BBpress on my wordpress site and all of a sudden when i go onto my forums page the categories are not showing its just a white page with template
i have tried re installing and still no luckPlease help
Topic: Theme on this side?
I really like the theme on this side, how can I get my site to look like in a similar way without having to write lots of code? Perhaps this is a theme that you made yourself or is it a theme that’s out to just bbPress.
In any case, I think it looks good and I would like something similar
There are a few things I really always look at when participating in a forum, and that is “role”, “total number of posts” and “registry date” of the ones who answers the topic.
By looking at those few informations I quickly make up my mind as to how much weight I should put on the persons opinions.
If the person has 1256 posts and was registered 09.09.2008, then I often would add more weight to that person’s opinions than a person with just 5 posts and registered 04.20.2012…
So, is there a way to add some php code tp for instance
wp-content/plugins/bbpress/bbp-theme-compat/bbpress/loop-single-reply.php
to get:
– User’s total number of posts
– User’s registry date
I was able to get the user’s role by following this:
http://bbpress.org/forums/topic/displaying-user-role-beside-their-replies
Thank you
I think I’m looking and googling to find out how I’m doing step by step to change the language on my bbPress side but I find nothing. Maybe I’m bad at searching

Someone who can “step by step” to tell me how and where I go to do it
Big thanks
How to replace one string of text with another one?
Example, change ” :heart: => spade ” in each and every topic and reply.
I’m trying to make a topic creation form in a single page all by itself for a specific forum I created.
So I created a shortcode function using the code below.
bbp_get_template_part(“bbpress/form”,”topic”);
and when I put this code into the page, I was able to make the topic creation form all by itself as I wanted.
But my question is how can I set a specific forum to write?
I see there’s a dropdown menu I can select the forum I want to write. But in default the dropdown menu selector set to the very first forum.
I want to have a specific forum selected as a default. Or if I can get rid of the dropdown forum selector and specify which forum I want to write, that’s fine too.
So I looked at the codes but I couldn’t figure out how to specify a specific forum to write.
I found the following code from form-topic.php and I guess I have to change the code somehow to specify the default selected forum.
<?php bbp_dropdown( array( ‘selected’ => bbp_get_form_topic_forum() ) ); ?>
Does anyone know how to do this?
Thanks in advance.