Search Results for 'code'
-
Search Results
-
Hello,
I wonder if there is any shortcode that Display Topics that Contain Certain Words? Looks like the documentation doesn’t have any content about this.
Thank you!
LeonTopic: I want to set a time limit
case 'popular' : $topics_query = array( 'post_type' => bbp_get_topic_post_type(), 'post_parent' => $settings['parent_forum'], 'posts_per_page' => (int) $settings['max_shown'], 'post_status' => array( bbp_get_public_status_id(), bbp_get_closed_status_id() ), 'ignore_sticky_posts' => true, 'no_found_rows' => true, 'meta_key' => '_bbp_reply_count', 'orderby' => 'meta_value', 'order' => 'DESC' ); break;I want to show just topics posted in a day
I want to remove/disable totally changing email input value from form-user-edit without using hidden input
<input type="hidden" name="email" id="email" value="<?php bbp_displayed_user_field( 'user_email', 'edit' ); ?>" class="regular-text" tabindex="<?php bbp_tab_index(); ?>" />I want user only change display name, bio, and password only how to do it?
Topic: edit.php redirects to groups
In my forum once i create a user and then going to edit his/her profile edit.php redirects to groups. I couldn’t find any code issue. Help me. Thanks in advance.
Topic: edit.php redirects to groups
In my forum once i create a user and then going to edit his/her profile edit.php redirects to groups. I couldn’t find any code issue. Help me. Thanks in advance.
I have newest WordPress and used it to add bbPress. How ever I have added forum as shortcode to my siten page. How ever When is use top menu to add new topic the box where I chose relative parent category till example gaiming, sell, buy does not work. The box is full of those categoires where to put that topic but I cannot select any one of them only no parent stays selected.
Is there somehow how I cand fix this?
Hey there guys… there is a specific element on my bbpress forum that I need to customise and I’ve been through the style crib, the bbpress style sheet, and even the bbpress style pack plugin and can’t sem to find in the code anywhere that will help me customize this element. I have a screen shot but now I realize I can’t use screen shots here. The element is the Reply To: element. I know how to make it non transparent… but I can’t figure out where to set that text color at all. The actual text “Reply To” needs to be a different color so it can be seen. I also think there is a glitch in the boarder as well. Any help would be awesome. Here is a link to my screenshot: http://fjrmbfans.us/wp-content/uploads/2017/08/FORUMscreenshot.jpg you’ll see my issue in the bottom portion. Thanks again for all your help!
Topic: shortcode [bbp-topic-index]
wordpress version. 4.8.1
bbPress version 2.5.11
BuddyPress version 2.9.0Website: http://forum.epp-forum.com/
We use the shortcode [bbp-topic-index] on our homepage. In this listing are also displayed topics, to which one has access only if one is logged in.
These topics should not be displayed if you are not logged in. How can we prevent it?

Thank you for help
I’m confused by the logic in this system, and it’s likely because I don’t know what I’m doing.
I have a page titled, “Team Discussions” with the shortcode
[bbp-forum-index]in the editor.On the Forum Settings page, are the following settings:
Forum Root Slug > Forum Root = forums
Single Forum Slugs > Forum = forum
I have a site-wide navigation menu link from that same Team Discussions page (http://…/team-discussions/”. When I click on it, this takes me to a page that shows the forum index. Awesome!
But when in a sub forum for example, “Closing the Sale” (http://…/forums/forum/closing-sale/), and I click on the breadcrumb, “Home, Forums” specifically “Forums,” it redirects to a page URL of http://…/forums/”.
What am I doing wrong?
I was removing the BBPRESS plugin from my wordpress install, following these instructions:
But after I deleted, the screen locked up, and now my website will not load.
Please try http://www.kambocleanse.com
Can anybody help me – can pay $$$ to get my site back up.
Thanks
Simon
inbox@simon-scott.comHello all, I’m using WordPress 8.0 and bbPress2.5.13.
I have added this function to add the visual tab to the editor:
function enable_visual_editor( $args = array() ) { $args['tinymce'] = true; return $args; } add_filter( 'bbp_after_get_the_content_parse_args', 'enable_visual_editor' );When I signed in as admin is everything OK, the editor tab is selected by default and I can start to type. However, when I do as a participant no tabs are selected and I have to select one of them in order to start to type. This is not intuitive at all for participants that want to write a post in the forum and eventually they will leave.
Why is happening that? Can anyone give me support? Thank you in advance 🙂