Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'bbpress'

Viewing 25 results - 7,226 through 7,250 (of 64,430 total)
  • Author
    Search Results
  • #191723
    #191717
    Robin W
    Moderator

    bbpress just uses wordpress registration – so any worpress registration/login will be fine

    #191708

    Topic: Update the Examples

    in forum Showcase
    Back to Front
    Participant

    Hi, I’m trying to illustrate to my community organisation the possibilities of forums in general, and specifically bbPress.

    But the examples at https://bbpress.org/about/examples/ are mostly quite old, many broken, or much larger forums such as wordpress.org which doesn’t lend itself to being shown as an example of what we can do as a little organisation with such awesome software.

    I could help by letting you know which of those links on that page are broken? But does anyone want to help with links to any current, modern responsive designed community forums so I can convince my little org to get on board?

    Also this ‘Showcase’ forum seems like its a general support forum? which isn’t a great advertisement for great forum, TBH, but I did find a couple of examples of forums which are nice on the 1st page, so thanks for those

    #191707
    richardt111
    Participant

    Hey guys!
    Is it possible to use WP Forms as the user registration and login for bbpress? I know they both use the same wordpress database to store user info so assume it should be ok?
    Would love some help as I have been trying to create the perfect forum for so long!!!
    Thanks!

    demonboy
    Participant

    How do I make new subscribers to my WP website automatically blocked from bbpress? Or indeed just assign a specific role upon registration to my website? I want to manually decide which new subscribers have access to my forum.

    #191699
    Robin W
    Moderator

    so it is wordpress not bbpress

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191696
    loiruca
    Participant

    I just GoDaddy and it looks good on their end. After 45 minutes on the phone with them. I’m not sure what to do anymore. Clearly this is bbpress issue 🙁

    #191695
    hossamhamdy
    Participant

    Hey,
    I’ve created a forum on my website using BBpress and Buddy press, but unfortunately i have 2 problems,

    The first one is when I go to the forum, the profile picture of the last post creator is very large and making the page look unresponsive, and the second problem is that the register and login bar doesn’t appear at all, so no one can register although I’ve marked on the “anyone can register” in the settings.

    Here’s the link of the forum so you can see the picture and also see that the registration bar doesn’t appear.

    ساحة التفاعل

    – The bbpress version is the latest since I’ve just installed it.

    Thanks,

    Coach Afrane
    Participant

    This is not a feature in bbpress but can anyone please help me to get to the solution?

    I would like to assign Topics and Replies to other Authors/Users to respond them.

    I hope there a way this can be achieved.

    Please help.

    #191675
    cbrendlinger
    Participant

    WordPress 4.9.5 bbPress 2.5.14 bbPress Notify (No-Spam) 1.18.1
    I have no idea what is happening. I assign a forum role in the user account but when the user visits the forum, the role is just deleted and replaced with -No role for these forums-. Auto role is not checked in settings. Why aren’t they “sticking?” Any help or insights would be really appreciated. Thanks.

    #191672
    Robin W
    Moderator

    bbpress uses wordpress registration, so this is probably not a bbpress issue.

    As a final check, go into http://www.mysite.com/wp-login.php and test that registration also fails there

    Then I suggest you contact your host provider to help – as it is possibly a site configuarion/email issue.

    #191670
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191668
    Robin W
    Moderator

    bbpress just uses wordpress registration, so start with

    1. You should be aware that many spam filters strip messages that do not come from the correct address. So if your site is mysite.com and your email address in wordpress settings>general is fred@gmail.com then it is likely that messages will be dumped in transit. You need to set up email to come from your site eg fred@mysite.com, your hosting provider can help if needed.
    2. Then you need to see if this is wordpress wide
    Try https://wordpress.org/plugins/check-email/

    netpro8x
    Participant

    Hello,

    I have a problem with bbpress, my member after creating a discussion can not edit this topic again! Please support me. Thanks very much.

    Thanks!

    #191645
    coachcs
    Participant

    Hi guys,

    any suggestion how to hide the members in bbPress from being listed to all other members? This is a data protection issue. One should be able to be a registered member without being exposed to all others.

    #191640
    Robin W
    Moderator

    It could be a theme or plugin issue

    Plugins

    Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    Themes

    If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.

    Then come back

    #191636
    Iqbal Hussain
    Participant

    Hi BBPress experts,
    This my first post here. I have created a cool forum using BBPress. It’s working fine. But I am having an issue. In my forum homepage all the user avatars are not scaled properly. They are really large like the images of profile page. How can I set set scaled image in 14X14 ?

    #191628
    makingcircuits
    Participant

    @Stephen Edgar, this plugin still works very nicely and flawlessly (in my Genesis theme), I am presently in the process of converting my website articles to bbpress…out of 400 posts I have so far converted 200 into bbpress…I have also applied some CSS to bbpress to make sure the “bbpres posts” wrap around the author name and is able to show full width, instead of showing only 50% in mobile devices.

    The only problem with the plugin is that it does not have a bulk convert feature, and i have go to each and every post for the migrations.

    #191625
    makingcircuits
    Participant

    According to me “Responsive Theme” is the best theme for any forum based site, there are so many very useful SEO friendly options which normally other popular themes do not have.

    One of them is Last updated date…and special bbpress theme layouts

    #191614
    p1s4
    Participant

    I know this topic is very old, but is the most recent i found about this argument.

    I need different colors for authors link ( topic and replys) .

    I solved using the filters bbp_get_reply_author_link and bbp_get_topic_author_link in function.php of my child theme.

    I changed the class $link_class in $author_link, you can found the original code in bbpress/includes/topics/template.php and bbpress/includes/reply/template.php.

    This is the complete code in my function.php child’s theme:

    //custom color LINK AUTHOR roles
    add_filter( 'bbp_get_reply_author_link', 'addrole_reply_author_links', 10, 2);
    add_filter( 'bbp_get_topic_author_link', 'addrole_topic_author_links', 10, 2);
    function addrole_topic_author_links($author_link, $args) {
    // Parse arguments against default values
    		$r = bbp_parse_args( $args, array(
    			'post_id'    => 0,
    			'link_title' => '',
    			'type'       => 'both',
    			'size'       => 80,
    			'sep'        => ' ',
    			'show_role'  => false
    		), 'get_topic_author_link' );
    
    		// Used as topic_id
    		if ( is_numeric( $args ) ) {
    			$topic_id = bbp_get_topic_id( $args );
    		} else {
    			$topic_id = bbp_get_topic_id( $r['post_id'] );
    		}
    
    		// Topic ID is good
    		if ( !empty( $topic_id ) ) {
    
    			// Get some useful topic information
    			$author_url = bbp_get_topic_author_url( $topic_id );
    			$anonymous  = bbp_is_topic_anonymous( $topic_id );
    
    			// Tweak link title if empty
    			if ( empty( $r['link_title'] ) ) {
    				$link_title = sprintf( empty( $anonymous ) ? __( 'View %s\'s profile', 'bbpress' ) : __( 'Visit %s\'s website', 'bbpress' ), bbp_get_topic_author_display_name( $topic_id ) );
    
    			// Use what was passed if not
    			} else {
    				$link_title = $r['link_title'];
    			}
    
    			// Setup title and author_links array
    			$link_title   = !empty( $link_title ) ? ' title="' . esc_attr( $link_title ) . '"' : '';
    			$author_links = array();
    
    			// Get avatar
    			if ( 'avatar' === $r['type'] || 'both' === $r['type'] ) {
    				$author_links['avatar'] = bbp_get_topic_author_avatar( $topic_id, $r['size'] );
    			}
    
    			// Get display name
    			if ( 'name' === $r['type'] || 'both' === $r['type'] ) {
    				$author_links['name'] = bbp_get_topic_author_display_name( $topic_id );
    			}
    
    			// Link class
    			//ADD ROLE CLASS TO LINK 
    			$role        = str_replace(' ', '-', strtolower(bbp_get_user_display_role( bbp_get_topic_author_id( $topic_id )) ));
    			$link_class = ' class="'.$role.' bbp-author-' . esc_attr( $r['type'] ) . '"';
    
    			// Add links if not anonymous
    			if ( empty( $anonymous ) && bbp_user_has_profile( bbp_get_topic_author_id( $topic_id ) ) ) {
    
    				$author_link = array();
    
    				// Assemble the links
    				foreach ( $author_links as $link => $link_text ) {
    					//ADD ROLE CLASS TO LINK 
    					$role        =  str_replace(' ', '-', strtolower(bbp_get_user_display_role( bbp_get_topic_author_id( $topic_id )) ));
    					$link_class = ' class="'.$role.'  bbp-author-' . esc_attr( $link ) . '"';
    					$author_link[] = sprintf( '<a href="%1$s"%2$s%3$s>%4$s</a>', esc_url( $author_url ), $link_title, $link_class, $link_text );
    				}
    
    				if ( true === $r['show_role'] ) {
    					$author_link[] = bbp_get_topic_author_role( array( 'topic_id' => $topic_id ) );
    				}
    
    				$author_link = implode( $r['sep'], $author_link );
    
    			// No links if anonymous
    			} else {
    				$author_link = implode( $r['sep'], $author_links );
    			}
    
    		} else {
    			$author_link = '';
    		}
    
    return $author_link;
    }
    
    function addrole_reply_author_links($author_link, $args) {
    
    		// Parse arguments against default values
    		$r = bbp_parse_args( $args, array(
    			'post_id'    => 0,
    			'link_title' => '',
    			'type'       => 'both',
    			'size'       => 80,
    			'sep'        => '&nbsp;',
    			'show_role'  => false
    		), 'get_reply_author_link' );
    
    		// Used as reply_id
    		if ( is_numeric( $args ) ) {
    			$reply_id = bbp_get_reply_id( $args );
    		} else {
    			$reply_id = bbp_get_reply_id( $r['post_id'] );
    		}
    
    		// Reply ID is good
    		if ( !empty( $reply_id ) ) {
    
    			// Get some useful reply information
    			$author_url = bbp_get_reply_author_url( $reply_id );
    			$anonymous  = bbp_is_reply_anonymous( $reply_id );
    
    			// Tweak link title if empty
    			if ( empty( $r['link_title'] ) ) {
    				$link_title = sprintf( empty( $anonymous ) ? __( 'View %s\'s profile', 'bbpress' ) : __( 'Visit %s\'s website', 'bbpress' ), bbp_get_reply_author_display_name( $reply_id ) );
    
    			// Use what was passed if not
    			} else {
    				$link_title = $r['link_title'];
    			}
    
    			// Setup title and author_links array
    			$link_title   = !empty( $link_title ) ? ' title="' . esc_attr( $link_title ) . '"' : '';
    			$author_links = array();
    
    			// Get avatar
    			if ( 'avatar' === $r['type'] || 'both' === $r['type'] ) {
    				$author_links['avatar'] = bbp_get_reply_author_avatar( $reply_id, $r['size'] );
    			}
    
    			// Get display name
    			if ( 'name' === $r['type']   || 'both' === $r['type'] ) {
    				$author_links['name'] = bbp_get_reply_author_display_name( $reply_id );
    			}
    
    			// Link class
    			//ADD ROLE CLASS TO LINK  
    			$role        =  str_replace(' ', '-', strtolower(bbp_get_user_display_role( bbp_get_reply_author_id( $reply_id ) )));
    			$link_class = ' class="'.$role.' bbp-author-' . esc_attr( $r['type'] ) . '"';
    
    			// Add links if not anonymous and existing user
    			if ( empty( $anonymous ) && bbp_user_has_profile( bbp_get_reply_author_id( $reply_id ) ) ) {
    
    				$author_link = array();
    
    				// Assemble the links
    				foreach ( $author_links as $link => $link_text ) {
    					//ADD ROLE CLASS TO LINK 
    					$role        =  str_replace(' ', '-', strtolower(bbp_get_user_display_role( bbp_get_reply_author_id( $reply_id ) )));
    					$link_class = ' class="'.$role.'  bbp-author-' . $link . '"';
    					$author_link[] = sprintf( '<a href="%1$s"%2$s%3$s>%4$s</a>', esc_url( $author_url ), $link_title, $link_class, $link_text );
    				}
    
    				if ( true === $r['show_role'] ) {
    					$author_link[] = bbp_get_reply_author_role( array( 'reply_id' => $reply_id ) );
    				}
    
    				$author_link = implode( $r['sep'], $author_link );
    
    			// No links if anonymous
    			} else {
    				$author_link = implode( $r['sep'], $author_links );
    			}
    
    		// No replies so link is empty
    		} else {
    			$author_link = '';
    		}
    
    		return $author_link;
    	}

    Then you have to add the CSS to the new class added to author’s link.

    Hope will be useful,
    bye,
    Marco.

    #191612
    zcoin
    Participant

    This is an extension to https://bbpress.org/forums/topic/bbpress-like-reply-notification/#post-191588

    There is a limitation of BBpress when you have a forum and try to send reply notifications to the users.

    I will illustrate this in an example:

    New thread timeline:

    1. post_1_author_A_topic_start
    2. post_2_author_B
    3. post_3_author_C_reply_to_post_1
    4. post_4_author_D_reply_to_post_2

    What my program does (let’s see it as a blackbox):

    User A is notified that B (!) and C replied to his post.
    User B is notified that user D replied to this post.

    The wrong notification is that User A is notified that B commented on this post. However, B never pressed on BBpress reply to A.

    The problem:
    How to differentiate between
    2. post_2_author_B
    3. post_3_author_C_reply_to_post_1

    You cannot do it by looking to the tables wp_posts and wp_postmeta.
    Explanation:

    In wp_posts, the only difference between 2. (false reply) and 3. (the real reply) is the menu_order column. And this seems to be used just for the time order of posting. So not enough data to see the different between 2. and 3.

    Now let’s take a look on wp_postmeta. 4. is a reply to 2.
    SELECT * FROM wp_postmeta WHERE post_id = “4”

    4
    _bbp_topic_id
    1

    4
    _bbp_reply_to
    2

    So, in the case of a standard reply (such as 4.) _bbp_reply_to helps you identify the parent.

    However, this is not the case of 2. and 3. wrt 1.

    SELECT * FROM wp_postmeta WHERE post_id = “2”

    2
    _bbp_topic_id
    1

    SELECT * FROM wp_postmeta WHERE post_id = “3”

    3
    _bbp_topic_id
    1

    _bbp_reply_to doesn’t appear anymore.

    So we cannot differentiate 2. and 3.

    The only difference is the reply button , but this information is not registered in the DB.

    Neither extra categorization (adding extra layer to the BB forum) won’t solve the problem.

    Is there any way to differentiate 2. from 3. ?

    #191610
    Robin W
    Moderator

    they go to their profile – click their name link on any bbpress page

    #191596

    In reply to: Roles & Capabilites

    erich199
    Participant

    Hi @netweb,
    Thanks for the reply. I have seen this plugin before but it doesn’t have the ability to add a custom role. I was just making the suggestion that the ability to create and edit new roles and capabilities be an out of the box feature of bbpress.

    #191595
    isiway
    Participant

    Good evening from Germany!
    I am new to bbpress but I migrated a huge type3-mmxforum https://www.porsche-diesel-classic.de/pdce-forum/

    to bbpress – that was a lot of work …

    Anyway: when searching with NO result the system does NOT show something like
    –> “No results found”,

    it is going to a “blank” page (with header and footer, but no content).
    Is this an issue of the template? What can I do, any suggestions?

    Thank you and kind regards,
    Carola

    #191593
    zcoin
    Participant

    Hello,

    I made an analysis on the existing user profile avatar / photo and I couldn’t find one that is free and works for my experimental forum. For sure there is a setting problem in my project, but I cannot find it. There are is not very useful conversation in the console (we will extend the discussion here if required).

    Here is the list:

    1. Avatar Manager there is the upload button, select the picture but nothing is uploaded

    2. WP User Avatars there is the upload button, select the picture but nothing is uploaded

    3. Basic User Avatars there is the upload button, select the picture but nothing is uploaded

    Maybe for these 3 there is a settings that prevents uploading?

    4. Simple Local Avatars http://…/wordpress/forums/users/…/edit/ doesn’t load anymore

    It break somehow the bbpress.

    5. Simple User Avatar the select (upload) button does not work

    6. User Photo the plugin activate button does not work

    7. WP Custom Avatar maybe its not compatible with bbPress, doesn’t appear at http://…/wordpress/forums/users/…/edit/

    8. User Profile Picture maybe its not compatible with bbPress, doesn’t appear at http://…/wordpress/forums/users/…/edit/

    9. WP User Avatar the option is not free for bbpress, maybe it works fine

    10. User registration & user profile – Profile Builder il avem deja the option is not free for bbpress, maybe it works fine

    What are your suggestions on this?

    Please reply if you have some experience with one of the plugins.

    Thank you !

Viewing 25 results - 7,226 through 7,250 (of 64,430 total)
Skip to toolbar