Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 10,901 through 10,925 (of 73,984 total)
  • Author
    Search Results
  • #266189
    ceogh
    Participant

    Hi Guys
    For the past few days I am not able to upload or delete my cover image on my buddypress install.

    I tried the BP Cover Image but I deleted it and since the I’m having problems with the cover image
    http://socialbride.co.za/members/socialbride/profile/change-cover-image/

    Please advise and take note Im not a web developer so I have no knowledge of coding

    Thanks and Regards

    #266182
    pablosbt
    Participant

    Can someone please explain what is going on with my Buddypress Log In widget. The form on my website page is missing the word ‘log in’ although there is an invisible box that is active. Please take a look at this link to see what I mean.

    Log In Screenshot

    giuseppecuttone
    Participant

    Hi,
    I have follow indication provided in this link:

    Customizing Labels, Messages, and URLs


    in order to make changes in labels and messages.

    I use wordpress in spain lenguage, so in my folder /wp-content/languages/plugins/ I can see the following files:
    buddypress-es_ES.po
    buddypress-es_ES.mo

    I have download them in my computer. After that I have done changes in labels using POEDIT software (not the last version, but 1.8.13) and saved them.
    After that I ave uploaded files using FTP in /wp-content/languages/plugins/
    When I go to my web page, I can see changes. It is good. It runs well.
    But after 1 hour, or 2 hours my web come back showing olds labels.
    If I download buddypress-es_ES.po located in /wp-content/languages/plugins/ and open all changes I have done are deleted.
    This happen after a few hours I have upload po and mo file.

    Someone can say me what I am doing wrong?

    Thanks for your support

    #266179
    giuseppecuttone
    Participant

    Hi @henrywright
    thanks for your reply.
    Ok, at this time we need define it constantly…
    But maybe, it will be great know from buddypress developer if there is in thear BUDDYPRESS WORK PLAN a task for to make a FRIEND PAGE (just like GROUP PAGE, or MEMBERS PAGE).
    I do not know if you are a buddypress developer, or if you are in contact with them.
    Do you know if there is a public docuemnt with BUDDYPRESS WORK PLAN?
    Thanks for your support.

    Jmantis
    Participant

    Hi,

    I followed this guide: https://buddypress.org/support/topic/display-users-social-follow-buttons-in-profile/ and added social profiles’ icons to members’ profiles. But how can we also add it to members’ loop on Members directory page? I found that using this code

    <?php echo bp_member_profile_data('field=Field Name'); ?>

    you can insert profile fields, but that simply inserts whatever user put inside text field. How to make it an icon such as Facebook and Twitter, like we did inside members profile?

    annasofronova
    Participant

    Hello, i´m administrator of a community page and have a problem to Manage Members of groups when in Buddypress the component Extended Profiles is on. I need this component to make possible editing profiles info, but when its on it is not possible to invite friends to the group which i create. When the component Extended Profiles is OFF then i can see myself as administartor of a group and can invite friends to it. But when the component Extended Profiles is ON than in Group setting in backend there is empty block Manage Members and Administrators. Why it works so?

    #266172
    allanvisitacion
    Participant

    Hi there,

    My site requires 2 user roles – ‘Female Subscriber’ and ‘Male Subscriber’. There are specific content restricted only to each role. On my BP registration, it allows them to choose gender as either Male or Female.

    Is it possible for me to:

    1. Modify the Activation Link to set the user as ‘Female Subscriber’ or ‘Male Subscriber’ based on their gender selection on the registration page?

    2. If not, can I allow them to select the role (‘Female Subscriber’ or ‘Male Subscriber’) in the registration page and disable email activation altogether so that they are automatically logged on. Because the activation link in the email sets the role back to the WordPress default which is ‘Subscriber’

    Thanks for your help!
    WP Version 4.7.5. BuddyPress Version: Came with SocialChef Theme

    AwesomeWebGuy
    Participant

    I don’t think this is clearly explained (I couldn’t find a good walk-through), yet seems to be a requirement by many, so thought would share after few hours trying many suggestions then reading the BuddyPress documentation.

    In our case we wanted to reorder the members list via a custom profile field we’d added called ‘Company’. We wanted only these members to be shown in this list plus ordered via this field alphabetically (I.e we did not want the list to be ordered by active date or name etc).

    The page below contains all the information to build this : https://codex.buddypress.org/developer/bp_user_query/.

    In brief you add a new class to your functions.php and tweak the SQL field_id and value to your requirements.

    For us the ‘Company’ field was using an ID of 2 and we wanted to sort in ascending order, so :

    $custom_ids = $wpdb->get_col(“SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 2 ORDER BY value ASC”);

    As noted at the bottom of the page, to preserve returned order just use ‘user_ids’ instead of include :

    $query_array->query_vars[‘user_ids’] = $this->custom_ids;

    And that should be it!

    nikitagrimm
    Participant

    Ok there, I finally figured out the problem. It turns out that the is_email() function built into WordPress is extremely slow and takes around 6 seconds to compute. Since Buddypress used the function quite leisurely, the amount of time it took to send emails ended up being quite long.

    Unfortunately a simple filter wasn’t enough, as WordPress was still processing the old function. I have removed the function and the problem is therefore “fixed”. Actually “applying a bandaid” is the more appropriate term here.

    I’m going to report a bug to WordPress asap now. Thanks for your attempts at helping me though! However, if you do have an idea why the function is so slow I would be very glad to hear it!

    #266169

    In reply to: BuddyPress Features?

    Henry Wright
    Moderator

    With reference to point 2, bbPress works very well with BuddyPress. It’s actually a sister project so you can be sure of compatibility.

    #266165
    giuseppecuttone
    Participant

    Hi @danbp and @mcUK
    Two year ago you are speaking about how change FRIENDS slug
    https://buddypress.org/support/topic/change-slug-without-touching-core-files/

    I know I can change slugs like:
    MEMBERS
    GROUPS
    making change in their page (Dashboard=>Pages=>MEMBERS/GROUP=>change slug)
    But for friends there is no page…

    The only way to change FRIEND SLUG is using
    define ( ‘BP_FRIENDS_SLUG’, ‘whatever’ );
    with inconvenient it can generate.
    Do you know if someone are working in a CORE SOLUTION (like for MEMBERS and GROUPS slugs)?

    Thanks for your support.

    #266164
    dalex90
    Participant

    I am looking into using BuddyPress but have some questions.

    1) Does BuddyPress have pages like Facebook does? If not, is there a BuddyPress plugin that can do this?
    Ex: Ability to add a page to the BuddyPress social network for a business which has their website url, the ability to post business news, etc.

    2) What forum plugins work with BuddyPress?

    3) What video plugins (that are like YouTube) work with BuddyPress?

    4) What Restrict Content plugins work with BuddyPress?

    Thanks!

    #266160
    mert07yakistir
    Participant

    Users on my site can not blocking friends

    Mauricio
    Participant

    I have moved to Https, but I don’t have problem with old content, NEW content image are shown as http in buddypress.

    The solution I found was to use a plugin: SSL Insecure Content Fixer. I don’t know what it does but solved, the strange thing is that I’m actually using https for WordPress site.

    Secure provided by cloudflare

    r-a-y
    Keymaster

    The problem is BuddyPress initially records the activity item from whatever protocol that the site is running in.

    So let’s say I’m posting at http://example.com, BuddyPress would record any uploaded content using http.

    It sounds like you have moved to https, so these older activity items would still use http. I would probably recommend forcing your site to always resolve to https, then future activity items should always use https.

    As for older content, you would need to filter the activity content and replace older http instances with https.

    r-a-y
    Keymaster

    Download and unzip a fresh version of BuddyPress to wp-content/plugins/buddypress to ensure that you have all files and not a corrupted install.

    If you are using a caching plugin, you would also have to purge your cache. You shouldn’t cache the registration or activation pages anyway.

    r-a-y
    Keymaster

    I’ve noticed similar things myself.

    Can you see if the following helps?

    Add this code-snippet to wp-content/plugins/bp-custom.php file?

    remove_filter( 'bp_email_get_property', 'bp_core_deprecated_email_filters', 20, 4 );

    remove_action( 'bp_send_email_success', 'bp_core_deprecated_email_actions', 20, 2 );

    manm0untain
    Participant

    Hi Everyone

    I have been struggling with this for a few weeks now. I’m hoping someone can help out.

    So the main profile menu on the Buddypress profile / member area (activity/profile/friends/groups/forum etc). I need to remove some of those items.

    Some items (e.g. forum) I need to remove from there because I only want to have forums in groups, not a central forum. So I need to retain the forum functionality, just not have that link on the user areas.

    Other items I don’t need because I have already set them up on the site main navigation at the top Facebook style (e.g. messages, notifications, settings) and no need to duplicate them on the Buddypress member area menu.

    I have tried using CSS, however this retains the links to the items in the page source. So this is not ideal.

    I have tried using jQuery – same results as CSS.

    I have tried using unset – but this actually removes the functionality, not just the links on the member area nav.

    I have tried using bp_core_remove_nav_item. However this has some side effects. The links to the user messages / notifications / settings at the top of the site are created from the Buddypress options under Appearance > Menus. It seems when you remove those items using bp_core_remove_nav_item, it removes them from the top too. I only want to remove them from the Buddypress member area navigation bar.

    I tried to be clever, and recreated those top menu items using a shortcode to the appropriate user. The links are there and correct. However, one bp_core_remove_nav_item is added – it also seems to disable the various functionality. So now if I go to messages for example, I just get a 404 page. Remove the bp_core_remove_nav_item function and the page / link works correctly again. So it seems bp_core_remove_nav_item is actually removing the functionality of the items on the nav, instead of removing a navigation item, that the function name kind of suggests.

    I can’t recreate that menu manually with HTML, because remaining items (e.g. Media, Groups, Friends etc) have a little dynamic number to the side of each icon indicating how many items are in that area.

    Can anyone please give me some pointers as to how I might remove some items just from that Buddypress member area navigation bar – without leaving links in source code, without removing ALL instances of navigation to those items, and without removing the actual functionality?

    I’m happy to hack the hell out of the core files if needed, I just can’t seem to find anywhere where I might be able to make that change.

    Any help with this would be greatly appreciated, many thanks.

    #266146

    In reply to: Some Unique Slugs

    Henry Wright
    Moderator

    Hey @ryuunosukemiyosaki

    I believe there’s some slugs still hard coded. Take “change-cover-image” for example, here’s where it’s specified in the code base:

    https://github.com/buddypress/BuddyPress/blob/2.8.2/src/bp-xprofile/classes/class-bp-xprofile-component.php#L252

    You’ll notice it isn’t filterable or override-able.

    Salvatore
    Participant

    Hello,

    I was trying to adjust and upgrade some things in a WordPress/BuddyPress basic customization, and I got some weird problem on registration page: nothing found on Google before this, so I opened new thread. If I try to open it as anonymous user, an error from PHP comes out:

    PHP Fatal error: Class 'BP_XProfile_Data_Template' not found in /Applications/AMPPS/www/social4/wp-content/plugins/buddypress/bp-xprofile/bp-xprofile-template.php on line 66

    I was thinking to some customization wrong i.e mychild_theme/buddypress/members/register.php, but if I try to delete or rename it problem come out again, precisely after Profile Details default section.

    Example:

    What could be the issue? With previous BP version that won’t happens, I suppose something was changed in latest months/weeks? How could I solve?

    Thanks in advance!

    #266131

    In reply to: get member type broken

    _natty_
    Participant

    thanks a lot but this was already tested with no result!
    or better, same result! same id! on the context! i try to give a full vision of my site conf:

    on bp-custom on buddypress folder ive this:

    function using_mt_register_member_types() {
    	bp_register_member_type( 'Problem solver', array(
    		'labels' => array(
    			'name'          => 'Problem solvers',
    			'singular_name' => 'Problem solver',
    		),
    	) );
    
    	bp_register_member_type( 'Entrepreneur/policy maker', array(
    		'labels' => array(
    			'name'          => 'Entrepreneur/policy makers',
    			'singular_name' => 'Entrepreneur/policy maker',
    		),
    	) );	
    }
    add_action( 'bp_init', 'using_mt_register_member_types' );

    then in my plugins ive active “Member Type Field for Buddypress XProfile”
    and in mine xprofile field ive one setted to select the user type during registration by users. it show my option described above!

    then on the same bp_custom file for building a “conditional menu” ive this snippet of code:

    function add_break_in_tabs() {
    
    if ( !function_exists( 'bp_get_member_type' ) ) { 
        require_once ABSPATH . PLUGINDIR . 'buddypress/bp-members/bp-members-functions.php'; 
    
    } 
    
    $user_id=bp_displayed_user_id();
    $user_id2=get_current_user_id();
    $tipo=bp_get_member_type();
    echo $user_id.$user_id2;---->SAME RESULT SHOWED!
    echo $tipo;--->NOTHING TO SHOW
    var_dump($tipo);---> BOOOL FALSE
    ....

    On the user’s list i can set type for each user.
    On registration i can see and select the type.
    On Xfield definition ive no option to select but the option showed in the registration form are correct!

    thanks a again to any contributor

    #266128
    alans77
    Participant

    Hello

    When I write a post in BBPress it posts into the Buddypress activity stream.
    But when I edit it later, and update the post, it creates a new post in the activity stream.
    Therefore, everytime I update a post, it has multiple entries in the Site-Wide Activity.

    Example Post (Title: How can I upload media and documents?)

    Is these some code to prevent this happening?

    Thanks for your help.

    Mauricio
    Participant

    Google Chrome give me mixed content warning in all images that are posted in activity page. This images are blog entries that are posted when a new blog post is uploaded.

    It shows my post tilte, content and image but that image shows as “http://&#8221; instead of “https://&#8221;. My whole site runs in https and image also.

    I had to install a fix plugin to force https in content. But I think there is an issue with buddypress .
    The problem is in:

    <div class="activity-inner">
    <p>text......</p>
    <p>.... […] <img src="http://www.xxxx.com/wp-content/uploads/2017/05/velocidad-tareas.jpg"></p>
    </div>
    faizan1162
    Participant

    So, I have everything working perfectly with my integration of Buddypress and s2Member, But the issue is that clicking on profile tab redirected to (http://www.sitename.com/2016/02/profile-photo-issue-fixed/). not showing the user profile (http://www.sitename.com/member/username/profile)
    and all other section of member working fine
    Like http://www.sitename.com/member/username/notifications/
    http://www.sitename.com/member/username/messages/
    etc…

    #266118
    ico33
    Participant

    Is there in Buddypress to delete Activity stream, or other elements (notifications, old private messages?).

    Do you think is it an operation to do, for example once a year? Or is it useless? Is there someone who does this procedure to keep the database “clean”, once a year or so?

    Which is the safest way to do this?

Viewing 25 results - 10,901 through 10,925 (of 73,984 total)
Skip to toolbar