Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,451 through 6,475 (of 69,106 total)
  • Author
    Search Results
  • #274700
    Venutius
    Moderator

    It’s just a blank page, the content is populated by the BP Template file – plugins/buddypress/bp-templates/bp-nouveau ( or bp-legacy) /members/register.php and this creates the structure depending on what additional profile fields you have added in Users/Profile Fields.

    #274698
    macindoe1
    Participant

    But when logged in as admin, it looks blank when I try to edit it and can’t preview it. Is there a special way to edit a BuddyPress-created page?

    Thanks.

    #274687
    Venutius
    Moderator

    BuddyPress pages are dynamic pages, the same page is used for everyuser, therefore page level caching is never going to work with BP. Object caching and other backend caching techniques can work but in general you can’t cache dynamic content.

    #274684
    knowitallninja
    Participant

    Hi @r-a-y

    My apologies for responding so slowly. I didn’t get a response notification to my email for some reason.

    As for Twitter. I’m not sure what they’re doing. I just know that Google Analytics are very clear that under GDPR no personally identifiable information should be passed in the URLs to Analytics and that usernames count as PII.

    I had a look at that ticket. Unfortunately the code in there causes my member areas to not work. It does replace their usernames with their id numbers in the url, but the url isn’t functional.

    So I guess my only option is to try that plugin to change all my users nicenames? That’s unfortunate. I really would hope the Buddypress developers would look into this as it is definitely an issue with Google Analytics conditions which I imagine many BP users do use.

    I’ll give the nicenames plugin a go soon.

    Thanks

    #274683
    ghosted
    Participant

    fyi just found this, seems to work.
    https://buddypress.org/support/topic/removing-nav-subnav-item-in-profile-page/

    is it the add hook that is messing up the other one?

    #274682
    ghosted
    Participant

    BuddyPress :3.1

    I really hope someone can help me with this. I’ve read a lot of support pages/articles from varying sources, nothing I put in bp-custom.php works for removing profile nav tabs/sub nav tabs.

    I’ve already tried https://buddypress.org/support/topic/the-right-way-to-remove-nav-items/

    Is it possible to make Activity and Forum profile tabs private?


    which doesn’t seem to have any effect at all.

    the only thing i’ve found that kind does anything is:

    function bp_remove_activity_from_profile()
    {
    bp_core_remove_nav_item('activity');
    }
    add_action('bp_activity_setup_nav','bp_remove_activity_from_profile');

    but it’s not ideal since there are quite a few things i’d like to remove.

    #274640
    Venutius
    Moderator

    Looks like this is not a feature of Invite Anyone, Whilst all the old invites are stored in the Dashboard>>BuddyPress Invitations page there is not an option to resent these.

    #274639
    Venutius
    Moderator

    By the sounds of things you should rasie this with buddydev the creators of BuddyPress Featured Members.

    Venutius
    Moderator

    You have an overloaded copy of themes/child-theme/buddypress/members/single/home.php it’s calling a function that is no longer used – bp_is_user_forum() this needs to be removed.

    #274633

    In reply to: version 3.0 problems

    jebus
    Participant

    Hey, I get the same error “Call to undefined function bp_is_group_forum()” on the actual forum page with bbPress activated. This is coming from the BuddyPress Usernames Only plugin. Any idea why that might be happening?

    #274620
    Venutius
    Moderator

    One thing to try, I seem to remember that it might work if you put it in child-theme/buddypress/buddypress/... worth a try but I’ve not tried it myself.

    #274617

    In reply to: Default Profile Photo

    Venutius
    Moderator

    Take a look at this track ticket:

    https://buddypress.trac.wordpress.org/ticket/7737#ticket

    Could you give that a try?

    #274615
    metalhead505
    Participant

    If you just copy the contents of /wp-content/plugins/bp-templates/bp-nouveau/buddypress/

    to

    /wp-content/themes/mytheme/buddypress

    then you can edit those files.

    Inside this folder:

    /wp-content/themes/mytheme/buddypress

    You should then have:

    activity
    assets
    blogs
    common
    groups
    members

    — In other words, these are the only subfolders that you will be able to modify this way.

    Some other things to keep in mind, and sorry if you already know, but temporarily deactivate caching and/or minification plugins while editing, and depending on your browser settings, delete cache

    #274614
    Venutius
    Moderator

    I’m not entirely sure why, but it seems BuddyPress is not using the activity message created by the plugin and is adding it’s own, for this reason I’ve found it impossible to modify the plugin in order to manipulate that message.

    Shashi Kumar
    Participant

    Hi David,
    This is very common problem that we all are facing with the Buddypress websites. The combination of registration process that I am using to stop it
    1. I have enabled social login as it is very easy for users to login with almost no spam users. Every users is having a google or facebook account. It increases the engagement of users also.
    2. Restrict sign up with only a few legit and popular email domains like GMAIL, YAHOO, MSN aor anything u want. You can use BP Restrict Signup By Email Domain plugin.

    #274610
    wh82
    Participant

    Now I copied the complete directory:

    /wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/

    to

    /wp-content/themes/mytheme/buddypress/

    All files and folders… but still, editing activity-loop.php (deleting all content to be sure..) does not affect my website at all.

    #274603
    darkside246
    Participant

    hi I am having a similar problem. you can see here http://blog.8kbeauty.com/register/gold-membership/ but when I have BuddyPress disable it works great if anyone can help I would b thankful here is the link i have done some troubleshooting and nothing i have disabled every plugin and narrowed it down to BuddyPress when its active the items don’t select when it’s deactivated it works I have created groups in member press and trying to get subscriptions it needs to work on mobile it works great on normal browser i don’t know if its a cache issue but i have disable everything

    #274599
    ds123
    Participant

    +1 …buddystream used to and is dead now …..there most be a way to get a two way street from buddypress to facebook and twitter hopefully instagram

    #274588
    brunomac
    Participant

    Hi, I’m also needing to add different roles to different Groups.
    For example, I need to structure a company organization such as Business Units and Departments.
    I don’t want these to appear in all groups, but as separate, so I use the plugin you have mentioned in another post (BuddyPress Create Group Types) to create and show different groups which are representing different realities.
    But imagine, for a group type Business Unit I need the roles Director, Manager and others, as for the Departments groups, I need to be abe to have different roles.

    #274587
    metalhead505
    Participant

    If you just copy the members folder over to /yourchildtheme/buddypress, that should work. yes/no?

    Christian Clark
    Participant

    I’m currently trying to build on top of the BP Search plugin. It allows for the searching of BuddyPress fields, but when the results appear, it only shows the member’s name and activity, not the actual profile field details.

    I’ve also been trying to set up conditional logic that allows the fields to populate options depending on a previous field choice.

    An example is seen here:

    https://evo.nsr-inc.com/prospect_search?show=results&pageSize=50&activeSort=lastUpdated&sortDir=desc

    Notice that the “Position” Field doesn’t display without the “Sport” field being entered.

    – On a sidenote, I’ve found an advanced search called UsersInsights, It claims to be compatible with BuddyPress. Perhaps this could be a potential solution to both of my issues, but I’m currently inquiring through email to see if it is. Has anyone used this before?

    Search and Filter Your BuddyPress User Data

    #274579
    bekircem
    Participant

    I added link with function.php But how i set custom link (http://forum.site.com) for that?

    
    
    /**
     * adds the profile user nav link
     */
    add_action( 'bp_setup_nav', 'add_calendar_2_bp_nav_item' );
    function add_calendar_2_bp_nav_item() {
    	global $bp;
    
    	$args = array(
    		'name' => __( 'Study Hall', 'buddypress' ),
    		'slug' => 'http://site.com',
    		'default_subnav_slug' => 'my-study',
    		'position' => 24,
            'screen_function' => 'bp_nav_tab_stuff',
    		'item_css_id' => 'my-study',
    	);
    
    	bp_core_new_nav_item( $args );
    }
    Dggerhart
    Participant

    Thanks for the suggestion, Varun. I’ll read about it.

    For the record, here’s a link for anyone reading this in the future:

    Preventing Spammer Registration

    Discusses the options, and ‘wares to deploy … but seems really dated.

    WordPress.com suggests:

    https://github.com/pixeljar/BuddyPress-Honeypot

    But I can’t verify it’s compatible with the newer systems (6 years old.)

    My problem persists, but seems to run in spurts…

    #274569
    mojomo
    Participant

    @ vapvarun: Following your advice, I switched back to the default WP theme (2017), turns out that BuddyPress works fine with the default theme and all plugins activated. It seems to be an issue with my theme after all. The theme devs are looking into this matter now. Thank you.

    #274560
    Venutius
    Moderator

    Here’s what I found:

    add_action( 'bp_core_validate_user_signup', 'custom_validate_user_signup' );
    
    function custom_validate_user_signup($result)
    {
      unset($result['errors']->errors['user_name']);
    
      if(!empty($result['user_email']) && empty($result['errors']->errors['user_email']))
      {
        $result['user_name'] = md5($result['user_email']);
        $_POST['signup_username'] = $result['user_name'];
      }
    
      return $result;
    }

    You would also need to copy plugins/buddypress/bp-templates/bp-nouveau (or bp-legacy ) /buddypress/members/register.php tothemes/your-child-theme/buddypress/members/register.php and edit it to remove the section that asks for the username:

    <label for="signup_username"><?php _e( 'Username', 'buddypress' ); ?> <?php _e( '(required)', 'buddypress' ); ?></label>
    <?php do_action( 'bp_signup_username_errors' ); ?>
    <input type="text" name="signup_username" id="signup_username" value="<?php bp_signup_username_value(); ?>" />
Viewing 25 results - 6,451 through 6,475 (of 69,106 total)
Skip to toolbar