Search Results for 'test'
-
Search Results
-
Topic: Can't edit or add new forums
Hi,
This is my first time using bbPress. I just added bbPress to one of my test sites, tweaked and did a few things, then I noticed I couldn’t add or edit forums.
As much as I can remember, this is what I did. I created a new forum and a new topic, then replied a few times. I unchecked the “Automatically give registered visitors the Participant forum role” and “Prefix all forum content with the Forum Root slug” checkboxes. Then I created a user with a role of Participant and signed in as that user. I don’t remember doing anything as that user other than looking around. When I signed back in as the Admin/Keymaster I couldn’t add or edit forums. I double checked the user roles and deleted bbPress and reinstalled it.
There is no way to edit a forum, the edit link is gone: http://tinyurl.com/mk2qqzz. When I try to add a new forum, it says “You are not allowed to edit this post”.
Any help would be appreciated.
Thanks
EmmaI 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!
Hello,
Calling
<?php echo do_shortcode('[bbp-topic-index]'); ?>
shows the latest 15 posts and it does show the pagination ie: “1 2 … 7 →”. However when selecting the next page (or any page for that matter) I get redirected to?post_type=forum&paged=2
but the same 15 posts remain.Has anyone seen this or know a fix?
I’ve installed bbpress, WordPress 3.6.1 and 2.4 for bbpress, and when I goto open the forum i get this error “Fatal error: Class ‘WP_Post’ not found in D:\xampp\htdocs\wordpress-test\wp-content\plugins\bbpress\includes\core\theme-compat.php on line 375”
Anyone encountered this before and know how to fix it? I’ve searched the forums but came up empty.
Thanks!
I am using the latest install of wordpress, buddypress and bbpress as well as gravity forms. I am needing to place a Gravity From inside a private bbpress forum topic as this form is meant to be seen only by members of this private buddypress group. When using the typical “add form” button at the top of the edit topic page which adds the shortcode to embed the form it places the shortcode there but then the shortcode is the only thing that appears when viewing the topic, not the intended form. Is shortcode not the way to do this and if not what is the best way to proceed to allow only members of this private group access to this form?
Topic: Plugin interfearence
Hello, I’ve added a plugin into my wordpress (phpScheduleIt)and its interfering with this plugin. It is coming up with a message saying
Fatal error: Call to a member function add_query_var() on a non-object in /home/guildfor/public_html/wp-includes/rewrite.php on line 47
Any idea how I can solve it?
I have the latest virsions of WordPress and bbPress.
Topic: missing breadcrumbs
I need some assistance please. I have looked all over the web and I have not found any information on how to get breadcrumbs to appear for bbpress installation. All is working fine for me so far. I am using plugin-bbpress.php as my template. There is already <?php bbp_breadcrumb(); ?> in that template but no breadcrumbs are appearing. Using the latest 2.4 bbpress plugin. Help?