Hi
This is such a simple request so I’m probably being an idiot but I can’t find a clear answer anywhere!
I need to display the number of post a user has made on my forum
I am using the BBPress plugin for WordPress.
Hi
This is such a simple request so I’m probably being an idiot but I can’t find a clear answer anywhere!
I need to display the number of post a user has made on my forum
I am using the BBPress plugin for WordPress.
Hell everyone,
First I want to thank the developers for doing such a great job with this plugin (I just discovered it) and I hope I’ll get it working.
I installed bbPress on my website and observed it ruined the forum’s sidebar (practically, the old sidebar was still active but pushed down and looked weird and at the top of the forum’s sidebar I had a message “comments are closed on this page”).
Nonetheless I discovered the problem:
Well, I am using the thesis theme on my website and I customized all my posts to show related posts by inserting this code in custom.css file:
function my_related_posts() {
if (is_single()) {
global $post;
$current_post = $post->ID;
$categories = get_the_category();
foreach ($categories as $category) :
?>
<div class=”my-recent-posts”><h4>Additional Reading…</h4>
<?php endforeach; ?><?php endforeach; ?>
</div>
<?php
}
wp_reset_query();
}
add_action(‘thesis_hook_after_post’,’my_related_posts’);
I absolutely want to keep related posts on my posts.
When I delete this “related posts code”, the sidebar works as it should.
Any workaround/Suggestions?
Hello,
I would like to redirect my members to a “welcome page” after they logged.
Is it possible ? If yes, how to do it ?
Thanks so much
Cécile
How to creat a forum with BBpress in my site?
I am building a new site that I want to be totally responsive and it is but for bbPress. In the picture you can see that when bbPress is resized the content of a post goes down to half & half…meaning half of the posts content area goes to member avatar/user name/User Role & half goes to content area.
What I would like to do is move the member avatar/user name/User Role to the top part of the post and have the Member Name and Role to the “right” of the avatar with a line below and then leave the full with of the content area for the post content. This would help a great deal in making bbPress more responsive. Any help with this would be greatly appreciated.
Hi guys,
Have a problem working out how to use the archive page and shortcode to create a forum index.
Currently, the default archive page created for forums gives me an unstyled archive page without a H1. My archive page slug is “forum”
So, Instead of this I have decided to make a regular page, name it forum and stick the shortcode for the forum index in. Perfect!! I thought…..
2 The issues remain. Although the index page looks good as a regular page, the breadcrumbs when in a single forum / topic take users back to the archive page, not the new forum index page.
The second is that the archive page actually still exists…. I would like if possible to be able to overwrite access o the old forum archives when creating the forum index.
Basically, I don’t want 2 archive or forum index pages to exist for the site.
Hello,
I want to include WP template tags in bbPress templates and vice versa.
For example in user-profile.php in my bbPress template, I want to include <?php echo get_the_author_posts(); ?> (https://codex.wordpress.org/Function_Reference/get_the_author_posts), which is a WP template tag.
Similarly, for author.php in my WordPress template, I want to include topics started by the author.
I imagine I’d have to query the user, so is there a way of doing this?
Hello.
Standalone bbPress 1.0.2
I have to do few changes with my working forum.
1) First I use mini-stats plugin what shows http://www.pruulimine.ee/foorum/?stats=statistics that information. But I have to know top posters also, how can I do that to see?
2) Users can upload avatars but how is possible to set some default ready avatars what user can pick so he/she doesn’t have to upload.
3) My registration works at the moment when user register, then he will recieve password after approving in admin panel. But is this possible to register immediatly with user own password and with captcha to avoid robots. Then there is no need to admin approve those users.
Maybe someone know solutions.
For full support I can pay for help!
The formatting toolbar on our discussion forum above the comment box keeps disappearing. Was working on Firefox, then it went away. Now switched to Chrome, where it’s still available, but not appearing on Safari at all. Using latest version of the bbPress plugin and WordPress.
Still available and working fine in this support forum (currently using Safari browser) so would seem to be site-specific. Any help appreciated.
I’ve been trying to import my vanilla 2 forum posts (just under 500000 replies) and it’s been working away for a very very long time. Tried to do it on the server as well as locally on my macbook pro running Mountain Lion. It seems that it’s even running slower locally than on my server and after leaving it to run for a couple of days, I’m about 1/4 of the way there.
Tried all kinds of delay times and row limits but I can’t find a way to improve the speed of the import.
I was wondering if anyone here has successfully imported a database this size and has tips on how to speed up the process? Even at a 200 Limit with 3 second delay my MySQL workbench on my local machine shows 11000 Queries/second which seems a bit high?
I’m using the latest versions of bbpress, wordpress and vanilla.