Hi!
How can I show the replies count somewhere, like they are showing in the following screen shot.

My theme generates grids of the posts (not topics) and displays comments count. However, I have turned off comments completely and I use bbPress replies instead using ‘bbPress topics for posts’ plugin. So my comment count would always show zero

Can there be any workaround to display topic count in place of comment count in the grids as in thee screen shot above?
Thank you
Problem 1:
Using builtin importer, whole system is being imported by phpbb3. Anonymous users who does not have any accounts are allowed for posting but they are showing up as anonymous, in the system.
I have collected the usernames_of_the_visitors from posts_from_current_users and created those users, using a query:
INSERT INTO wp_current_visitors (using_the_login)
SELECT DISTINCT usernames_of_the_visitors
FROM posts_from_current_users
Step 2:
I am creating multiple tables (in this case:3), some of the code is:
SELECT ID FROM wp_current_visitors
INSERT INTO current_live_posts(author_current_posts)
WHERE current_live_posts(post_time_and_date) = posts_from_current_users(posted_time)
AND posts_from_current_users(usernames_of_the_visitors) = wp_current_visitors(using_the_login)
You can see this is not the correct way contain syntax errors. First I have to correct it. Second, I have to find a way to tell the mySQL that ID is connected with ‘using_the_login’ (see the first line). Am I right?
Please help in this regard?
Queries after up-gradation:
SELECT ID FROM wp_current_visitors
SELECT post_time FROM posts_from_current_users = post_time_and_date
SELECT post_username FROM posts_from_current_users = using_the_login
The are working in the correct way. But, I don’t know where to insert the WHERE information correctly.Only possible solution in my mind is to create sub-queries.
Problem 2:
I am installing bbpress on my own(for the first time on a client website, as an evaluation task). I am creating a simple forum, with necessary plugins for login and flow control. But, an important requirement, I am unable to configure is that client wants to create a new page for each directory page. And whenever a new page is added, he wants to add a forum page, automatically. Like, if the directory page is Directory page of militarybases – Cheyenne mountain Air Force base Colorado Springs Colorado. When, he made the page using wordpress, it’s forum page like website/forum/cheyenne-mountain-air-force-base-colorado-springs-co automatically created.
Is this possible? If yes, how will achieve this? Please don’t tell codes other than javascript and php. Please only provide the full solution, in case of others.
When a subscriber registers for my forum, it takes them to a page that states “Please enter your username or email address. You will receive a link to create a new password via email.”
But directly below it with a red line to the left it states “Your password reset link appears to be invalid. Please request a new link below.” Then there’s a field below to input user name or email address and a button to “Get New Password” Is this normal? Is there always that error showing?
Thanks, CMK
I am at my wits end. I have followed instructions and still cannot locate the forum on my blog. Where could it be.
Hi all
For some reason my forum shows only one category, the others are hidden with the tag read more
Here I leave an image attached to see what it is
my forum urls is: http://clacabra.com.br/forums/

Someone may say I’m doing wrong?
Of course I appreciate any help and advice
Best Regards
Hello I noticed that bbPress isn’t PHP 7.0 compatible :/
FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/parser.php
—————————————————————————————————————————————–
FOUND 4 ERRORS AFFECTING 4 LINES
—————————————————————————————————————————————–
83 | ERROR | Use of deprecated PHP4 style class constructor is not supported since PHP 7
1149 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1150 | ERROR | preg_replace() – /e modifier is forbidden since PHP 7.0
1386 | ERROR | The use of function split is discouraged from PHP version 5.3 and forbidden from PHP version 7.0; use preg_split instead
—————————————————————————————————————————————–
FILE: /srv/users/***/apps/***/public/wp-content/plugins/bbpress/includes/admin/converter.php
———————————————————————————————————–
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
———————————————————————————————————–
310 | WARNING | INI directive ‘safe_mode’ is deprecated from PHP 5.3 and forbidden from PHP 5.4.
———————————————————————————————————–
Hi , we want to increase our forum community and traffic, which ways do you usero get more members and join into your bbpress forums?
Our bbpress forum topics; http://gameslopedy.com/forums topics are not indexing by google we have all the topics in our sitemap but why its not indexing?
Hi,
I installed bbPress for my site which uses hueman theme.
But when I create the forums page including bbPress shortcode, the layout of the forums page is quite messy. But for another theme thentyfifteen, bbPress works fine.
What can I do to solve this problem with hueman theme?
This is the forums page: https://trainsova.pitt.edu/forums
How can I enable topic view count on forums?