Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 8,526 through 8,550 (of 64,490 total)
  • Author
    Search Results
  • basdebruin
    Participant

    When I delete a user (with deleting all content) through WP backend and re-register the same username & email again the new user is assigned forum role Participant. User has access to the forums (which are protected by bbp_Private_Groups, but the new user is not able to start topic and/or reply to it.

    PS: update: no user can post / reply anymore. It is due to the fact that there is 1 topic in my forum with an anonymous user (because that user has been deleted). Deleting that topic form the backend solves it.

    Is there any other way to delete a user without affecting access rights for all users in the forums containing topics with posts from the deleted user?

    WordPress 4.8.1

    Relevant Plugins:
    bbP private groups: 3.5.7
    bbPress: 2.5.13
    TinyMCE Advanced: 4.6.3
    Ultimate Member: 1.3.88
    Ultimate Member – bbPress: 1.1.8
    Ultimate Member – Followers: 1.2.1
    Ultimate Member – Google reCAPTCHA: 1.0.4
    Ultimate Member – Notices: 1.1.6
    Ultimate Member – Online Users: 1.1.0
    Ultimate Member – Private Messages: 1.1.2
    Ultimate Member – Profile Completeness: 1.2.0
    Ultimate Member – Real-time Notifications: 1.4.2
    Ultimate Member – Social Activity: 1.3.3
    Ultimate Member – Terms & Conditions: 1.0.0
    Ultimate Member – User Reviews: 1.2.2
    Ultimate Member – User Tags: 1.0.2
    Ultimate Member – Verified Users: 1.0.8

    #186099
    InTempest
    Participant

    im still searching for this myself.

    https://bbpress.org/?post_type=topic&p=186098

    #186088
    bullarni
    Participant

    Hey All

    Forgive me if this has already been discussed but I was wondering if a fix to the pagination links of threads with 100 or more pages of replies has been resolved as part of 2.6?

    The issue is discussed here along with code that resolves the problem:

    Links to last post are wrong (pagination issue?)

    Thanks!

    #186087
    abernreiter
    Participant

    wordpress version. 4.8.1
    bbPress version 2.5.11
    BuddyPress version 2.9.0

    Website: 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?

    Show only if logged

    Click on Zeppy then this screen comes. So a blocked contribution

    Thank you for help

    jagdishtechnostacks
    Participant

    Hello all,
    I have subscibed to some topics and forums. And i get emails when any user comment or create new topic to that forum.
    But now, i need to subscribe them by 2 type of subscription:
    – Daily
    – As it happens

    From above 2, bbpress is doing second(2nd) type
    – But i need to send user an email if he subscribed with first(1st) type(Daily), and i need to send only one email at the end of the day..

    Your helps are appreciate..
    Thanks

    andrewkusuma
    Participant

    How to avoid user/visitor when use register page and login page of bbpress and fill not correct validate at same page with information which one is not correct.

    default bbpress login and register is redirect to wp-login
    is any way to customize wordpress login register page?

    #186065

    In reply to: Cant access forum

    only4gamers
    Participant

    thank you, thank you so much now i can open bbpress.

    #186064
    fdarn
    Participant

    One of the webmasters for our organization set bbPress to handle the blog comments and disabled wordpress comments. I want to change it back and use bbPress as a separate forum and not the Blog comments. Can I switch it back without losing all the current replies/comments?

    Thank you.

    #186063
    pabloliz4
    Participant

    Hello

    I would like to know if you can limit the amount of topics that the student can create.

    I’m using WPLMS with bbPress.

    For example: When entering a student to a course, in the forums section, you can create up to 15 queries.

    Our idea is to have a forum with that capacity of support per student. We need to generate a service that needs to give a limited support, since it will be with a consultation plan per company. Thus the client is told that he can do 15 queries per month, if he wants to make more consultations, he would have to hire 15 more consutlas.

    I hope you can help me and if you can realize this idea.

    Best regards.

    Paul

    #186062
    SimonScott
    Participant

    I was removing the BBPRESS plugin from my wordpress install, following these instructions:

    Deleting bbPress

    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.com

    #186060

    In reply to: Cant access forum

    Robin W
    Moderator

    Suspect you are using php 7.1
    so 3 fixes
    1. downgrade to a lesser version of php
    2. upgrade to bbpress 2.6rc3
    3. in bbpress 2.5.13 in includes/forums/functions.php
    change line 1851 from
    $meta_query = $posts_query->get( ‘meta_query’ );
    to
    $meta_query = $posts_query->get( ‘meta_query’, array() );
    and change line 1796 from

    $post_stati = $posts_query->get( 'post_status' );
    

    to

    $post_stati = $posts_query->get( ‘post_status’ ); 
    if (!is_array($post_stati)){
        			$post_stati = array($post_stati);
    }
    
    #186059
    only4gamers
    Participant

    i installed bbpress few days ago and didn’t use anything till now because its showing this error from first day

    This page isn’t working

    only4gamers.ml is currently unable to handle this request.
    HTTP ERROR 500

    i tried to fix this problem myself but i cant. please tell me how to solve this problem ?

    forum link
    http://only4gamers.ml/forums/forum/upcoming-games-2/

    #186058
    bennynet
    Participant

    WP : 4.8
    BBpress : 2.5.13

    Website : Only on private access (I use a test version of my website for all upgrade before to mupgrade by official website)

    After the upgrade (from 2.5.12 version) my sidebar has disappeared on my forums…

    What can I do?

    Thanks for your support to fix it.

    Benoit

    #186057
    chemdata
    Participant

    Runamuck were you able to resolve your problem as I am having a similar one and haven’t found answer yet. In my case the BBpress toolbar is visible in Chrome but not in MSIE. If you were able to resolve could you let us know how? Thank you.

    #186056
    michent1
    Participant

    I ended up having to dig this snippet backup for a new project and made some tweaks.


    @struth
    Updated to only output if user is logged in.

    
    	/**
    	 * Generate BBpress Edit Profile Link in a shortcode
    	 *
    	 * @param $atts, text|class
    	 * @example [bbp_edit_profile text="Edit My Profile" class"my-link-style"]
    	 * @return string|void
    	 *
    	 */
    	function bbp_edit_profile_link( $atts ) {
    		
    		//If user isn't logged in, return nothing
    		if(!is_user_logged_in()) {
    			return;
    		} else {
    			
    			extract( shortcode_atts( array(
    				                         'text'  => "",  // default value if none supplied
    				                         'class' => "" //Style class for link
    			                         ), $atts ) );
    			
    			if ( $text ) {
    				$current_user = wp_get_current_user();
    				$user         = $current_user->user_login;
    				
    				return '<a class="' . $class . '" href="/forums/users/' . $user . '/edit">' . $text . '</a>';
    				
    			}
    		}
    	}
    	
    	add_shortcode( 'bbp_edit_profile', 'bbp_edit_profile_link' );
    
    #186054
    kariellen35
    Participant

    I haven’t found any re-direct options in bbpress or buddypress, so my guess is that they should not have anything blocking it… but plugins sometimes conflict for other reasons. I would suggest using bbp style pack. It has it’s own login redirect plus a whole lot of other re-design features that I use a lot of. I am having a bit of trouble with the redirect but am working to get it resolved now. I have changed a couple of things that may be causing a conflict, but the redirect feature it offers is my preference. I’d suggest trying out the style pack plugin instead of using those other two since it is made for bbpress so it’s sure to be much more compatible.

    #186049
    scoremedia
    Participant

    Hi!

    Im using buddypress and wordpress in general with bbPress. I want to know if somebody knows a way to give ALL forums a set of default topics. So for every new buddypress group if there is a new forum they already have a basic set of topics. Anyone know how to achieve this without setting it up yourself everytime a new group is added or a new forum is being created.

    #186041

    Topic: Missing Toolbar

    in forum Installation
    chemdata
    Participant

    Wordpress version: 4.8.1
    BBPress version: 2.5.13-6410.
    Theme: Vantage
    Toolbar is missing in bbpress for new posts and comments when using MSIE version 11.0.9600 but it is visible with Chrome.

    Any ideas. Thanks.

    #186040
    lulukala
    Participant

    Am I not tagging this right? Heeeelp. I want to build my site with wordpress+bbpress but if I can’t get this answer I’ll need to find another solution.

    #186039
    Robin W
    Moderator

    ok, I’ve been kicking this around for the last 3 hours!!

    Capabilities are spread all over the files in bbpress, so it’s taken a while to get to something.

    But I’ve learnt some good stuff along the way !!

    This is close to a perfect solution, and seems workable

    add_filter ('bbp_register_forum_post_type', 'rew_change') ; 
    
    function rew_change () {
    	$rew = array(
    				'labels'              => bbp_get_forum_post_type_labels(),
    				'rewrite'             => bbp_get_forum_post_type_rewrite(),
    				'supports'            => bbp_get_forum_post_type_supports(),
    				'description'         => __( 'bbPress Forums', 'bbpress' ),
    				'capabilities'        => bbp_get_topic_caps(),
    				'capability_type'     => array( 'forum', 'forums' ),
    				'menu_position'       => 555555,
    				'has_archive'         => bbp_get_root_slug(),
    				'exclude_from_search' => true,
    				'show_in_nav_menus'   => true,
    				'public'              => true,
    				'show_ui'             => current_user_can( 'moderate' ),
    				'can_export'          => true,
    				'hierarchical'        => false,
    				'query_var'           => true,
    				'menu_icon'           => ''
    			) ;
    	return apply_filters( 'rew_change', $rew );
    }
    
    add_filter( 'bbp_get_caps_for_role', 'rew_moderator', 10, 2);
    
    function rew_moderator ($caps, $role) {
    	if ($role == bbp_get_moderator_role() ) {
    		$caps['edit_others_forums'] = true ;
    		$caps['delete_forums'] = true ;
    		$caps['delete_others_forums'] = true ;
    		$caps['publish_forums'] = true ;
    		$caps['read_private_forums'] = true ;
    		$caps['read_hidden_forums'] = true ;
    		$caps['edit_forums'] = true ;
    				
    	}
    
    return $caps ;
    	
    }

    The line

    'capabilities' => bbp_get_topic_caps(),

    should say

    'capabilities' => bbp_get_forum_caps(),

    and my 2nd filter should then make that work, but for whatever reason it doesn’t.

    But as it gives the topic permissions which for a moderator are what you want for forums, it should be fine.

    #186038
    JC
    Participant

    Hello 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 🙂

    #186035
    Robin W
    Moderator

    you need to get bbpress to use the correct theme template

    see

    Step by step guide to setting up a bbPress forum – Part 1

    item 8

    #186034
    Robin W
    Moderator

    bbp capabilities are allocated against bbpress roles, so suspect that it would be easier to add forums to the moderator role

    I think the capability you need to add is

    bbp_forums_admin

    so set to user to moderator and add the above capability to preferably the moderator role but could be the editor role

    #186029
    Milan Petrovic
    Participant

    My plugin GD bbPress Toolbox Pro has tons of new bbPress related features, including options to set custom sender email and name.

    You can check it out here: https://plugins.dev4press.com/gd-bbpress-toolbox/ and if you want to test it, send the demo request here: https://www.dev4press.com/request-demo/.

    #186028
    highgatecreative
    Participant

    Hi,
    I’m developing a site for a client (Worpdress 4.8.1) and I’m using bbPress 2.6-beta-2 to handle forums. The client’s main administrative account uses the WordPress role “Editor” and the bbPress role “Keymaster.” I want my client to keep most of the Keymaster capabilities, but I want to remove the Forum Settings page from their admin dashboard menu. I’m wondering if this can be done with the hide_menu() function.
    For native wordpress pages, the function looks something like this:
    remove_submenu_page( ‘<filename>.php’, ‘<filename>.php’ );
    Can this work with the bbPress Settings page, and if so, which filename should appear in the function?

    Peace,
    Angela

Viewing 25 results - 8,526 through 8,550 (of 64,490 total)
Skip to toolbar