Search Results for 'test'
-
Search Results
-
https://bbpress.org/forums/topic/shortcode-on-the-page-php
I added [bbp-single-forum id=$forum_id] page post_type, how to make that outputs only 5 replies.
I added this code here:function bbp_single_topic_query() { if(is_singular( 'download' )) { if ( bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => 'any', 'posts_per_page' => 5 ) ) ) bbp_get_template_part( 'loop', 'latest-topics' ); } return; } add_action('bbp_template_before_topics_loop','bbp_single_topic_query');it does not work for me. I maybe doing wrong?
Hi all!
I have found that bbPress is causing the buddypress bar not to show for regular users. It only shows up for my admin account when viewing the front-end of the site. You can test this by signing up for an account at http://www.raidenrattlehead.co.za and checking if the bar shows up for you.
Any help with this will be greatly appreciated.
Thank you!
Kind Regards
Apparently bbPress is blocking public viewers from reading custom post types and I can’t find the settings to edit the public capabilities. I noticed when activating the Plugin it hides/removes the spectator/blocked role and I can only edit capabilities on logged in user roles.
To give an example of the problem: get_field returns empty on a custom post type when someone is not logged in.
I’m wondering if it has anything to do with the latest update of bbPRess or BuddyPress?
Topic: Blank topics to normal users
Im using the latest bbspress with wordpress 4.0 with paid membership pro. When I post a topic I can see it and any one else that post. When a user goes to a topic they can’t see what I posted but what they posted. This is going on two sites. Could this be a bug? Even some one who is not logged in can’t see my post but they can see others.
http://www.abovethefirehouse.com
http://www.movielandwaxmuseum.orgCan someone please help me remove the box around the name in the image below?
