Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,951 through 18,975 (of 94,540 total)
  • Author
    Search Results
  • #241419

    In reply to: Where i

    danbp
    Participant

    Salut,

    the problem is that js is only loaded on the original modification page. To get the new UI, you have to use another filter.

    https://buddypress.trac.wordpress.org/browser/trunk/src/bp-core/bp-core-avatars.php#L1833

    Soufflé par @imath despite the heat (we :sweat: in Paris today)

    function change_profile_picture(){         
            add_action( 'bp_template_content', 'change_profile_picture_screen_content' );
    		xprofile_screen_change_avatar();   
    }
    add_filter('bp_avatar_is_front_edit', 'filter_changeavatar_template');

    You would probably also remove the original Change Avatar tab from Profile subnav ? Use this:

    function bpfr_remove_change_avatar_tab() {
    global $bp;
    	bp_core_remove_subnav_item( 'profile', 'change-avatar' );
    }
    add_action( 'bp_ready', 'bpfr_remove_change_avatar_tab', 15 );

    Have fun !

    guidobrasil
    Participant

    Hi to you all,

    Currently I am with a problem I have seen before on this forum, but the suggestions / Solutions do not seem to help me out. As in the title of this topic you can see that I am having troubles with cropping the Profile picture. My troubleshooting steps so far:

    1. Upgraded both buddypress and WordPress to their latests stable version
    2. Checked php-gd on the server — > Installed and seems to be working fine according my php-info page
    3. Disabled all the other plugins on the WordPress installation. It still is not working

    I have the issue on two instances but they are exactly the same installation. Same server, same plugins etc. etc.

    Here are the two instances:

    DentalPad – Paciente. Vídeos educativos de saúde bucal.


    http://profissional.dentalpad.com.br

    I hope one of you guys can help me out as soon as possible.. (always.. ;))

    #241416
    whoaloic
    Participant

    Hello,
    I try to edit settings->general tabs because I would like to put in this tab the content of profile->edit tab.

    But when I put general.php in my-theme/buddypress/members/single/settings, I don’t see any changes.

    How to customize content of tabs please?

    pryde1919
    Participant

    Hi yes, it was not buddypress code, what I wanted is to substitute the <i class=”fa fa-user”></i> with buddypress avatar, and I don’t know what code shall I put to make it buddypress avatar. and yes it was generated by a plugin, it show author’s postname.

    Henry Wright
    Moderator

    I doubt <i class=”fa fa-user”></i> is inserted by BuddyPress. Is it generated by a plugin?

    pryde1919
    Participant

    Hi, how do you put the buddypress avatar inside the div or i-tag?
    I saw this code inside my php, it shows small icon before the author’s name, how can I change the fa fa-user icon into buddypress icon of the author?

    <i class=”fa fa-user”></i><span>’.get_the_author().'</span></div>’;

    Thankyou

    #241409
    chilligrower
    Participant

    With other themes, avatar upload works fine. With P2-Categories theme the dots around the upload form disappear off to the right where the main divide ends. I select the file but do not see the upload status. I imagine it is then going to the crop portion but that is not visible so the avatar does not get changed.

    I have noticed that main has no style assigned to it. Have tried changing the style to have a fixed width, adding visible overflow, scroll, but no change.

    In reading Buddypress documents on themes, I noticed it says that it will work out the box with modern themes. What quality does a wordpress theme require to fit that description? Maybe certain attributes for main?

    #241405
    danbp
    Participant

    @nnc24 anything related to activities is in bp-activities directory.

    Recommended method, and easiest way, to change BP’s messages is to use the language file.

    Customizing Labels, Messages, and URLs

    @mercime
    Participant

    @vinzen We apologize for the inconvenience to the lady and yourself. We try to follow accessibility guidelines and unfortunately some items fell through the cracks per our recent automated audits on the frontend and backend screens. The manual accessibility audits were to be done after the tickets above were fixed. Please be assured that we’ll let you know how to resolve the issue as soon as possible. Thank you for reporting the issue and for your patience.

    Prabin
    Participant

    Hi there,

    I want to display all the id’s of buddypress group as a drop-down in admin end.
    I know it is possible but rather than using mysql query, is there any code to display all group
    ids’ ?

    Thankx in advance

    #241401

    Topic: Facebook Group

    in forum Showcase
    arjunsinghal
    Participant

    Driving the interest of people to visit our public community websites is a gruesome process. I’ve just created a facebook group dedicated to Buddypress, that can be used to network, address FAQs and promote the spirit of networking. Please join and help spread the word.

    https://www.facebook.com/groups/wpBuddyPressCommunities/

    #241400
    nnc24
    Participant

    Hi,
    In what folder of buddypress plugin can I find the php file for Activation mail?
    I like to only edit the email text but I cant find the file.

    Rachel Vasquez
    Participant

    Ah nevermind! I’ve got it.

    I custom downloaded an updated version of Modernizr and only put CSS3 and a few HTML5 things in the build. No JS or shivs. So something in there IS breaking the group avatars for future FYI in BuddyPress Groups – but for now, this is fixing my issue. Now if you need some JS or a more extensive Modernizr, then yeah, you may come across issues.

    Hope it helps:

    http://modernizr.com/download/#-fontface-backgroundsize-borderimage-borderradius-boxshadow-opacity-rgba-textshadow-cssanimations-cssgradients-csstransitions-audio-video-input-inputtypes-teststyles-testprop-testallprops-prefixes-domprefixes

    Rachel Vasquez
    Participant

    Hi there! 🙂

    Right now I’m running:

    • WordPress 4.2.2
    • bbPress 2.5.7
    • BuddyPress 2.3.2.1.

    The Problem on Front-End:

    On BuddyPress Groups, users can’t upload avatars. I’ve confirmed this myself – basically when you hit the “Select your file” button in the upload area, nothing happens. No console JS errors. No PHP errors with debug on.

    Found the cause, but unsure of how to resolve:

    I deactivated all plugins except BuddyPress – didn’t resolve it. Then I switched themes and realized it was theme related. I removed/re-added stylesheets and scripts until it came down to Modernizr.

    Whenever I remove Modernizr – the upload avatar feature works again. But I do need Modernizr so – suggestions? Perhaps specific features in the Modernizr build could be breaking it?

    Thanks for any help in advance.

    vinzen
    Participant

    Hi, One of my new community member is blind. When I asked her to upload photo in the member profile, this is what she replied:

    “I can’t seem to click on the button to upload without a mouse. Some buttons can be activated with keyboard shortcuts but this one seems to need a mouse click.”

    Can something be done about this issue? Thanks.

    BuddyPresss – 2.3.2.1
    WordPress – 4.2.2

    #241392
    Jdc2018
    Participant

    Hi! I am in need of some serious help I get error 404 for every component of buddy press I don’t know what is the problem or how to fix it I looked through the codex but it wasn’t much help. How do I activate those features beyond the settings I have them enabled they just are not showing up

    #241389
    shanebp
    Moderator

    Did you read the link re author__in?
    It uses ids, not country.

    As we’ve said, it’s a two-step process.

    Look at function my_custom_ids on this codex page for an example of gathering ids from xprofile.

    Then pass the ids to author__in.

    danbp
    Participant

    Sorry for you, but this is a common open-source situation.

    When you want something specific, you have to made it yourself or try to find another solution.
    If you don’t know how to achieve what you want, you can learn or hire somebody to make it for you.

    This is only a support forum for BuddyPress maintained by volonteers, not a school or a ready to use solution platform for special demands. Hope you undestand ! 😉

    #241387
    danbp
    Participant

    Rich and famous lazy solution try perhaps this add-on first:

    http://themekraft.com/store/woocommerce-buddypress-integration-wordpress-plugin/

    #241386
    whoaloic
    Participant

    Hi Dan,
    I was expected the author name in BuddyPress pages (members, forums, activity) links to my Woocommerce Account page 🙂 not the other way.
    But maybe I should consider adding some extra tabs in Buddypress profile page within I will put some Woocommerce informations (orders, billing address)…

    Aliveda
    Participant

    Hello everyone!
    I installed Buddypress but when im going to Create a group on my wordpress it gives me the same error over and over.

    ” Problem in saving group details ”

    BuddyPress version: 2.3.2.1
    Wordpress version: 4.0.5

    Thank you in advance for your help!

    #241380
    danbp
    Participant

    Hi @swissprice,

    the field type of “Website” should be URL.

    The class who build this is defined here:
    buddypress/bp-xprofile/classes/class-bp-xprofile-field-type-url.php
    Function name is display_filter()
    The line to change is the…latest (161).

    Now be warned.
    This function is not filterable ( but i may be wrong)
    Modifying core files is not best practice as you will loose your change at next update.
    Target _blank is kind of deprecated since many years now in favor of user decision. This one just in case you absolutely want to use target argument.

    #241379
    danbp
    Participant

    Seems to be an Ajax conflict. Could come from the theme or a plugin.

    First thing to do is to activate Twenty Fifteen or Thirteen and to activate debug mode in wp-config.
    Then you deactivate all plugins but BuddyPress.

    If it is OK, you reactivate them one by one untill you find a culprit or get some warnings or php notice.

    #241373
    tenten23
    Participant

    When clicked activity texterea (id=”whats-new-textarea”),switch activity tab to all member’s tab compulsory.
    How can I stop this effect ?
    buddypress:2.3.1
    wordpress:4.2.2

    #241372
    Swissprice
    Participant

    Hello,

    First of all, thank you for this great plugin which works perfectly on my website.

    In the profile fields I added “Website” so the members can add their own website URL.

    It opens in the same tab and instead I would like it to open in a new tab and this option is not available while creating the field.

    My question: in which file (of the BuddyPress plugin folder) can I add ‘target=”_blank”‘?

    Thank you in advance for your help! 🙂

Viewing 25 results - 18,951 through 18,975 (of 94,540 total)
Skip to toolbar