Published on January 26th, 2013 by aberglas
I just want a simple list. I tried
$forums = get_posts( array( ‘post_type’ => bbp_get_forum_post_type(), ‘numberposts’ => 99 ) );
But that does not return private posts. (Digging into get_posts is a huge maze of code.)
I was hoping just to use the Admin All Forums code as a guide, but I cannot find it! What in BB Press generates that form?
Thanks,
Anthony
Published on January 25th, 2013 by remaille
Hi,
On the main forum page, I have all the categories including various forums. All forum name are on the *same” line. It is not very readable. It looks like
Catégorie-name
Forum 1 name (14, 27), Forum 2 name (13, 38), Forum 3 name (11, 10)
How could I have something like :
Catégorie-name
Forum 1 name (14, 27)
Forum 2 name (13, 38)
Forum 3 name (11, 10)
CSS tweaking ? or Plugin for CSS lazy boyz ?
Thanks, 🙂
Published on January 25th, 2013 by remaille
Hi,
I just migrated from sp4 to BBpress thanks to plugin sp_to_bbPress.php made by Mark Barnes 🙂
All my users have en empty little square juste before their name. Obviously it is supposed to be their icon/image/avatar.
Where could they add this image ? I saw nothing related to that in their profile nor mine.
Thanks
Published on January 25th, 2013 by intelisystems
I am starting to use bbPress for the first time.
There are some forums and absolutely there are topics in each forum.
I would like to make recent topics from a specific forum appear in the sidebar.
Current widgets support this and all the recent topics from all forums are shown.
What I am trying to do is..
Let’s say that there are forum 1 and forum 2.
I just want to show recent 5 topics from only forum 1 in the sidebar.
How do I do this?
Published on January 25th, 2013 by mintertweed
This is a continuation of another thread, but it is a separate problem. I was trying to get bbPress to recognize a CSS document. To check that my current CSS document actually worked, I deactivated bbPress. The document indeed works. So, I went to reactivate bbPress and once I did that I looked at my forums and everything was gone. I go to check Forums > All Forums on my Dashboard and everything is still listed. Why are my forums not showing up? I am still using the original bbpress.css document, so I know that is not the reason why. Thank you in advance!
Published on January 25th, 2013 by tgarmon
I have a multinetork / multisite with Buddypress installed and BP-Multinetowrk active on some of the sites, while other sites do not have the plugin active; thereby sharing the Buddypress members, groups, group forums, etc. I also need these sites to share the same bbPress file for the main site forums. How do I configure a sites bbPress install to look to the same install as another site’s bbPress?
Published on January 25th, 2013 by steilenhang
I bet there are quite many here that would like a translation for their bbPress, but the translation files are not complete. Why don’t you help a little? There are quite a lot to translate (almost 1000 sentences), but if we all contribute it will not take that long. Go to https://translate.wordpress.org/projects/bbpress/2.2.x and help to complete the translation into your language!
Published on January 25th, 2013 by steilenhang
I got this great TinyMCE plugin, Ultimate TinyMCE, that works just great with WP. It does everything you want, but the most used functions for me is uploading images and inserting smileys.
When you turn on the “Use the fancy WordPress editor to create and edit topics and replies” it shows up in bbPress too, but only admin can use the extra functions enabled. Take the smileys for instance. If you make a post of just smileys it tells you “ERROR: Your reply cannot be empty.”. If you write som text and include a smiley, it posts the text without the smiley. It is the same with images.
What is happening? It does not matter what forumrole the user has. He can be key admin, makes no difference. Only WP Admin can post smileys and images on my forum, and I would like to change that. Does anyone know what is wrong here?
Published on January 25th, 2013 by Stephen Edgar
bbPress 2.2.4 (now available for download) is a maintenance and security release, and a safe and easy update for all previous bbPress 2.x versions.
Version 2.2.4 includes some security hardening inside the Forum Importer/Converter tool, and improves post form output sanitization. These issues were responsibly disclosed by Maty Siman.
Download 2.2.4 now or visit Dashboard → Updates in your site admin to update now.
Published on January 25th, 2013 by choibc
I have reviewed bbpress plugin source, but can’t find clue to add link for next, previous topics in templates file (/bbpress folder)
Is this going to be future bbpress development plan?
I am curious how you can easily navigate topics while reading it.