Search Results for 'bbpress'
-
Search Results
-
I just migrated my legacy Buddypress forums to bbPress, and at first it seemed that everything was working great. Then I clicked on a topic and saw the notice info, and the reply form, but I presume that posts should be displaying in between. There’s nothing there in the code (so it’s not a CSS issue).
I created a brand new forum, a brand new topic, which you should be able to see here: http://atdp.berkeley.edu/forums/topic/test-topic-2/
There should be two posts (the topic post and a reply), but there’s nothing.We use Buddypress groups, and the group forums have the same behavior. The forum and topic ULs look like they imported fine, but no posts appear when you click on a topic. So the symptoms persist for both pre- and post-migration forums, and for both group and site-wide forums.
I can see all topics and replies just fine in the backend and in the database, though it’s confused me that posts seem to be saved in the wp_posts table, not wp_bb_posts. I also can’t figure out where the new forum gets saved, because it’s not in wp_bb_forums, nor do new topics appear in wp_bb_topics. Anyway, they appear in Buddypress activity streams, and I can edit them in the backend, so it seems they’re just not making it to the page.
I’m using the theme Custom Community 1.17.3, and thought maybe that was the issue. Nope. Same exact behavior with Twenty Twelve and the default Buddypress theme.
I went through the standard toggling of plug-ins and saw no change.
WP version is 3.6.1, Buddypress 1.8.1, and bbPress 2.4. I updated to 2.4.1 in the hopes that that might fix something, but nope. I closely followed these instructions for migrating my data.
I’d love some troubleshooting ideas, because I’m about out!
Hi, maybe someone know help.
I have a forum with some child forums inside. When I open a child forum not only the releted topic are showen but also topics from other child forums.
E.g. this child forum “natural-fiber-bio-resin”:
http://auto-nomo.com/forums/forum/forum/natural-fiber-bio-resin/
Three topcs are displayed but only one belongs to this child forum. Any idea how to manage that only the related topics are displayed?
WordPress 3.6.1
bbPress 2.4
BuddyPress 1.8.1Thanks for any idea …
Arne
Topic: Change Gravatar Size
In a default bbpress installation, I am seeing that the gravatar size is set to 80px. I learned that it can be changed in /templates/default/bbpress/loop-single-reply.php file. By adding the size parameter on line 45 like this:
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'show_role' => true ) ); ?>to
<?php bbp_reply_author_link( array( 'sep' => '<br />', 'size' => '44', 'show_role' => true ) ); ?>I wanted to change it. Is it possible to do so without modifying any core template files?
bbPress gets popular everyday.. with new users, new questions and new bugs! as you know bbPress is an open source project developed by a great volunteers from all over the world.
Which means many bbPress users can’t write in English and can’t ask support from the official forums, for this reason I suggest to add links in Codex(or any place), to all support forums that give a good support for bbPress in other language.
Maybe something like this:
http://codex.wordpress.org/L10n:Localization_Teamsfor now bbPress start to gets popular in the Arabian Community, with a lot of questions from the new users, so we decided to give bbPress a special support, see:
http://www.ar-wp.com/forums/section/bbpress/What you think?
Hi all, I’m trying to set up BBPress to combine forums and comments on my website, and I’m stumped by an odd issue.
I can create a menu page with the short code [bbp-forum-index] that looks and works perfectly, but whenever you go deeper into the forums, everything defaults to the Post template – which means I get the standard blog sidebar (that I don’t want on the forum) and an author detail at the bottom of the page.
I’ve tried turning off comment integration (disabling the plugin) and it doesn’t seem to make a difference. Can anyone help?
Topic: Buddypress group topic title
Hello,
i’m having this problem in all my buddypress + bbpress sites.
The page title is not showing when I create a topic inside a buddypress group.
I’ve tried disabling all others plugins, but yet it doesn’t work.
Is there any fix for this? I’m having duplicate titles in all my groups topics because of this :/
Thanks!
