Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,551 through 10,575 (of 69,150 total)
  • Author
    Search Results
  • #252524
    noahboddy
    Participant

    Thanks @mercine! I’ll give that a go after the weekend. I do have one question: is BuddyPress only compatible with certain themes? That’s another thing I was going to look into. I’m still learning,so I appreciate the help!

    #252523
    @mercime
    Participant

    @jazzbuzz The page is not available at this time. Check out the list of plugins tagged ‘buddypress’ at WordPress.org. Disclaimer: There are some plugins which use the ‘buddypress’ tag but could just only be compatible (no conflict) with BP or just use the tag for “SEO”.

    #252521
    @mercime
    Participant

    Hi @noahboddy Looks like you have already deactivated BuddyPress from your site. If you still want to install BuddyPress on your site and want to troubleshoot the issue, I would recommend that you disable all plugins other than BuddyPress and bbPress. When you get BP working, then activate other plugins one by one to check which was the culprit.

    #252520
    Jens
    Participant

    Okay, seems like I really have to learn more about PHP. Via google I found https://wordpress.stackexchange.com/questions/60272/find-out-if-logged-in-user-is-not-subscriber. That gave me a rough idea, but I did not manage to change the code for a redirect.

    However, I found a workaround. I placed the following code…

    <?php if ( current_user_can('member') ) : ?>

    and

    <?php endif; ?>

    in these files:

    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/index.php (lines 27 and 144)
    /wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/home.php (13 and 122)

    There´s no redirection now, but the content is not visible anymore for the role “subscriber”, but visible for “member”.

    #252510
    Jens
    Participant

    Here is a solution to exclude users, that are not logged in: https://buddypress.org/support/topic/hide-profile-from-non-logged-in-users/#post-147745.

    But how to exclude/redirect users, that have the user role “subscriber”? Redirect might be working with

    <?php wp_redirect( home_url() ); exit; ?

    #252508
    Jens
    Participant

    Is there a way to add a “situation” (https://codex.buddypress.org/emails/) and “email tokens” (https://codex.buddypress.org/emails/email-tokens/) to send an email as soon as the user role changes?

    Would be great to tell my users, if their role changes from “subscriber” to “member”. Because than they are able to use more features.

    #252507
    Jens
    Participant

    @djpaul Does BuddyPress use the same email-address for sending like WordPress? If not, that might be the problem: Some webhosters (like Hosteurope) restrict the usage of email addresses in scripts like WordPress to prevent spam.

    For example I usually have to choose one email-address on my webhoster´s config platform. After that I can use it in WordPress. Any other email address won´t work for sending with WordPress, if I don´t use a plugin like https://wordpress.org/plugins/wp-mail-smtp/.

    #252496
    sharmavishal
    Participant

    can u check buddypress wall plugin if that would meet ur requirements?

    #252485
    shanebp
    Moderator

    You need to do more than add a button – you need a plugin:
    https://wordpress.org/plugins/buddypress-followers/

    If you don’t want Friends functionality, turn off the Friends component:
    wp-admin > Settings > BuddyPress

    #252480

    In reply to: Column sender_only

    shanebp
    Moderator

    Grep sender_only in buddypress/bp-messages.

    afaik, it provides a field for determining whether a message you send appears in your inbox and is included in total counts and unread counts.

    #252477
    sharmavishal
    Participant

    Thanks Shane..Does it support buddypress? Bp rest api is yet to be released isn’t?

    @mcuk
    Participant

    This might work to hide it for logged out users (put in bp-custom.php):

    function hide_bubble_logged_out () {
    	if ( !is_user_logged_in() ) {
    		?><style type="text/css">.bubble { display: none; }</style><?php
    	}		
    }	
    add_action( 'bp_ready', 'hide_bubble_logged_out' );
    #252464
    flyway
    Participant

    I forgot to note that I cannot log into the admin. So the only fix, is to remove buddypress completely at this point…thanks!

    #252458
    christopherwayne
    Participant

    @danbp

    Sorry, but I can not find a solution to my problem. I tried it with the options you suggest me, but I can not fix it. I’m not using special templates for BuddyPress. It would be good to find a solution by funtions.php that works for all users, as other users have reported a similar problem. Thank you!

    #252457
    skulldragon
    Participant

    1. Which version of WordPress are you running? The latest

    2. Did you install WordPress as a directory or subdomain install? Normal install in root

    3. If a directory install, is it in root or in a subdirectory? Root

    4. Did you upgrade from a previous version of WordPress? If so, from which version? No

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. Yes

    6. Which version of BP are you running? The latest

    7. Did you upgraded from a previous version of BP? If so, from which version? If there was another version around 2 months ago, yes. Issue persists through both updates.

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
    404 to 301
    All in one Favicon
    bbPress
    BP Profile Search
    BuddyPress
    BuddyPress Cover Photo
    Custom Facebook Feed
    Divi Builder
    Elegant Themes Updater
    Events Manager
    Go – Responsive Pricing & Compare Tables
    K Elements
    List category posts
    Page Links To
    rtMedia for WordPress, BuddyPress and bbPress
    s2Member Framework
    Slider Revolution
    Taxonomy Metadata
    WP FullCalendar
    WPBakery Visual Composer

    9. Are you using the standard WordPress theme or customized theme? KLEO

    10. Have you modified the core files in any way? No

    11. Do you have any custom functions in bp-custom.php? No

    12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? Latest

    13. Please provide a list of any errors in your server’s log files.

    14. Which company provides your hosting? Siteground

    15. Is your server running Windows, or if Linux; Apache, nginx or something else? Apache I think.

    #252456
    danbp
    Participant

    We’re unable to help you for Yoo Helios premium theme.

    Have you assigned a particular template to the mandatory BP pages: activity, members, groups,… ? If yes, remove them, as BP pages must stay “empty”. Just give them a title and nothing else.

    Instead of using an exotic function, better try this solution.

    is_buddypress fn definition: You can tell if a page is displaying BP content by whether the current_component has been defined. More here.

    #252452
    DrMarkRhodes
    Participant

    I found a way to edit the theme. It wasn’t the most elegant, but it worked very well for spacing. I added <br> <br> at the very bottom of the header.php file. It put some white space in there so the BuddyPress search buttons were not partially hidden under the bottom of the header menu.

    #252450
    christopherwayne
    Participant

    Hi @danbp
    Thanks!!

    I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.

    add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
    function disable_comments_buddypress_pages( $bool ){
    if ( is_page() && is_buddypress() )
    return false;
    return $bool;
    }

    #252444
    dfarland
    Participant

    I see this was about a week ago, but I’m having the same problem. I’ve tried many of the plugins mentioned in other threads, but haven’t had any luck with any of them. I’m on Media Temple’s Grid service (not their WP hosting) and I’ve checked the mail settings, spam folders, with no luck.

    https://buddypress.org/support/topic/buddypress-email-issues-with-new-installation/

    #252440
    danbp
    Participant

    @christopherwayne

    This comment template is in your theme and has nothing to do with BuddyPress. Best way to ensure is to test with Twenty Fifteen.
    After that, you may need a child-theme and use some template overload. Read documentation.

    #252439
    vinzen
    Participant

    Would disabling the BuddyPress registration process and falling back on WordPress one’s by creating a custom registration form help avoid the need to sync BuddyPress to WordPress profile? – as I interpreted from here – http://stackoverflow.com/questions/15379839/registration-form-in-buddypress. Thanks.

    #252437
    christopherwayne
    Participant

    I have the same problem in my buddypress. You managed to solve it? My website is: http://www.artnowgallery.net/activity/

    #252436
    christopherwayne
    Participant

    I found this code to solve the problem pasting it into funtions.php of my current theme, but it does not work. With the theme Twenty Thirteen not the comment list appears, so it is clear that the issue is a problem I am using.

    add_filter(‘tc_show_comments’, ‘disable_comments_buddypress_pages’);
    function disable_comments_buddypress_pages( $bool ){
    if ( is_page() && is_buddypress() )
    return false;
    return $bool;
    }

    #252434

    In reply to: Chaning DB prefix

    gdams82
    Participant

    Can I please get some love? I’ve read a few other threads about this, https://buddypress.org/support/topic/resolved-table-prefix-change-old-topics-dont-display-new-topics-go-to-db-table-with-old-prefix/ suggested that I needed to alter bb-config.php, but I understand from https://buddypress.org/support/topic/bb-config-php-file-is-missing/ that bb-config.php is no longer used. The later lead me to https://codex.buddypress.org/getting-started/guides/migrating-from-old-forums-to-bbpress-2/, which covers importing forums but doesn’t seem to get me what I need. Any help would be greatly appreciated.

    #252433
    Rimon Habib
    Participant

    BuddyPress doesn’t have role based access management system for its components like WordPress roles, However, It has Member Type API now which is a potential lead to creating access management system using member type.
    I am actually working on creating this plugin, which will be extension of my another plugin,
    http://rimonhabib.com/buddypress-member-type-manager/

    This plugin allows you to synchronize member types with WordPress user role, which is a potential way to control content based on Member type

    By the way, you can turn off friend, messaging features from BuddyPress settings. But I guess you are talking about interacting one specific type of users to that type of users only, in this case, you must need to use Member Type API anyway.

Viewing 25 results - 10,551 through 10,575 (of 69,150 total)
Skip to toolbar