Search Results for ' . default . '
-
Search Results
-
This is an odd behavior that I was able to replicate with the default Twenty Thirteen theme on my blog (talked.tv):
I password protected my most recent post (an assessment I was giving my students). Now, when I do a search on my forum, it returns a notification that the “post” is password protected. If I enter the password I created for the assessment I gave my students, the search returns the results.
After removing the password from the post, the forum search behaves as it should.
Can anyone replicate this or is my problem specific to my blog? Thank you for any help.
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!
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?
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?
I have followed this guide http://codex.bbpress.org/step-by-step-guide-to-creating-a-custom-bbpress-theme/
to create a child theme containing the default bbpress theme files. It appears in my wordpress admin CP themes but I don’t see how this lets me apply it to only the bbpress.
If I were to make it active it would retheme my entire wordpress site.