Search Results for 'code'
-
Search Results
-
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.
Hi,
I’ve got some difficulties with shorcodes in my bbpress installation for wordpress. I have to use special shortcodes for card symbols (spade, diamond, etc.). Example, I use special format for posts, that changes :spade: into <img src=”dsewfwe” />. It works for posts and comments, but it doesn’t work for topics and replies

Any advice how to automatically replace a string with a different one?
http://forumpokerowe.com/temat/emotikony-2/
Please help
Hi, I am going to convert from Kunena to a WP based forum. Simple:press and bbPress are the 2 finalists.
The thing I absolutely love about bbPress is the loading time. Sooo much qucker than SP on my test server. That is a VPS. Actually Kunena is quicker loading than SP. That is when I have 1000 posts in Kunena, and only 10 in SP.
But bbPress has almost half the loading time than SP.
But there is something Iack in bbPress:
In the “Forums” layout:
– It currently says: Total topics, total posts and last refreshed for each forum
– Can I also show “Last post title” by “Author” ?
– Is it possible to show an excerpt of the last reply?
In the “Topics” layout:
– It currently says: Total topics, total posts and last refreshed for each forum
– Can I also show “Last post title” by “Author” ?
– Is it possible to show an excerpt of the last reply?
In the “Topic view” (thread):
– Can I somehow get the number of posts per user? (same place where the IP adress shows when I am logged in as admin)
You see : I like to know how many posts a user has made. That tells me of how active they are or not.
I would also like to see:
– Member Since: (date)
– Online status
PS: I have been testing bbPress 2.0.2, and have now installed 2.1 and find that even better