Hi folks,
I’m having some trouble trying to remove the “by” part in the bbpress latest topics widget. I’ve inspected the css and html and can’t figure it out. Any help would be great.
Hi folks,
I’m having some trouble trying to remove the “by” part in the bbpress latest topics widget. I’ve inspected the css and html and can’t figure it out. Any help would be great.
Hi,
I created a forum, his id is 3569159-2 and it contains one topic.
in this page of my website http://radiotounsi.com/?page_id=4862
I tried to display this forum by using the shortcode but nothing is displayed, but other bbpress shortcodes work just fine like
Hello together
I have the bbpress version 2.5.10 installed on my wordpress site:
http://www.physioarena.ch/hsg/forum/
and i want it translated i german, but it doesnt work!!
I have downloaded the files: bbpress-pt_DE.mo and bbpress-pt_DE.po and put These files in the Folder wp-content/languages/bbpress
can you help me?? thxxxxxx!!! sorry for my english!
I’m really surprised to see that bbPress warns visitors to the forums that “You must be logged in to create new topics.” but does not provide a link to the login page. e.g.,
<a href='/login.php'>Login</a> to create new topics and/or to reply to topics.
Is there some way to correct that?
TIA,
Eric Pretorious
Portland, OR
Hello!
We are struggling with finding a way for Support Team to easily track all topics with no replies. It would be great to have a page with all these topics or something similar.
Does anyone know how to do that?
WP – 4.5.3
bbPress – 2.5.9
Website: https://www.akruto.com/forum/
I have another site that uses buddypress and it works fine. On my current site, it was working fine about a week ago. I need this back up immediately.
I’ve deselected the “Allow trackbacks and pingbacks on this page” checkbox but, after updating the forum to make the changes persistent, the “Allow trackbacks and pingbacks…” checkbox is selected again!
How can I fix this?
TIA,
Eric Pretorious
Portland, OR
How do you get detailed bbPress user statistics? Is there a plugin? For a specific member, I’d like to be able to see, for a given period of time, how many posts they make and where they make them. Ideally, also how many replies to other people’s topics (as opposed to posts on their own threads). Bottom line: What is the best way to get user statistics?
Is it possible to show replies on the main form page like you do when clicking on the topic? So that when you go to the forum, you see the topic and the replies. I have a small site and this would work better for us.
Hello All,
This is what I have so far:
in my functions.php file:
bbp_register_view( 'recent-with-topic-image', __( 'Recent With Topic Image' ), array(false ,'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 8 ), false );
corresponding short code
What can I add to array to show the featured image from the topic that the post is in?
Thanks, Malcolm