Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 15,601 through 15,625 (of 69,016 total)
  • Author
    Search Results
  • #197282
    1a-spielwiese
    Participant

    Thank you.

    With inserting it to the config.php it works.

    But via creating a bp-custom.php it causes only above to blog header the line:

    /** * Change BuddyPress default Members landing tab. */ define(‘BP_DEFAULT_COMPONENT’, ‘profile’ );

    Cfr. again: http://1a-spielwiese.de/members/balletttaenzerinnenkrzbg36/

    #197279
    danbp
    Participant
    #197278
    danbp
    Participant
    #197267
    mcpeanut
    Participant

    @danbp i didnt hide the activity comments myself even though i know you can change the number visible if you wanted but im happy with default of 5 showing.

    buddypress automatically hides more than 5 comments anyway and if say 10 comments have been made a link will appear saying show all 10 comments, you then click it and it expands them.

    thats what i am saying, it works fine until you scroll down to previous updates with comments made above 5, by clicking the load more button at the bottom of activity this stops working.

    instead of seeing the link that says show all 10 comments you just see the 10 comments or 20 comments allready expanded , is that a little clearer? you can both go and test it on buddypress install within a few minutes and you will see what i mean? no

    #197256
    Henry Wright
    Moderator

    Hey @mcpeanut!

    Considering you’ve tested unsuccessfully on an unmodified Twenty Twelve – Thirteen – Fourteen, it might be worth making the core dev team aware of the problem by opening a Trac ticket:

    https://buddypress.trac.wordpress.org

    #197251
    mcpeanut
    Participant

    Update! ok ive been that frustrated with this i have just been over to the buddyboss demo theme and logged in as test user to see if it was happening there to, and guess what? same problem!

    Now i think i am either going mad or this feature was never in buddypress and only hides more than 5 comments on the first page of activity updates? i could of swore it used to work for me after clicking load more? am i going mad or what guys? any feedback will be appreciated, and if indeed this is normal behaviour for buddypress then all i can ask is why?

    surely something like this should of been adressed ages ago, i know you guys have been working on the speed and queries etc which is outstanding work 🙂 but what about all these little details that need adressing? there is no such plugin to help with this issue, and surely it would be great to also have collapsable and expanding comments so you can collapse them again?
    the commenting system is very awkward if there is alot of people commenting.

    who really likes to scroll through a couple of hundred comments on one post if its not interesting to them? does anyone have a fix for this in any form? @henrywright do you have any takes on this pal?

    #197246
    Henry Wright
    Moderator

    Further to @bphelp’s suggestion, keep an eye on this ticket which aims to have this available in core by v2.2

    https://buddypress.trac.wordpress.org/ticket/4988

    #197242

    In reply to: profiles

    johnhutchy2014
    Participant

    Hi
    “The NAME field in BuddyPress is intended to receive first and last name and replace the two original fields (first name, last name) coming with WordPress.”

    Does this mean that If I remove the first name and last name fields from ‘profile fields’ then that should fix the issue?

    Thanks

    #197234
    danbp
    Participant

    you will find other action hook in bp-legacy/buddypress/groups/single/group-header.php
    In order of appearance:

    do_action( 'bp_before_group_header' );
    do_action( 'bp_after_group_menu_admins' );
    do_action( 'bp_before_group_menu_mods' ); 
    do_action( 'bp_after_group_menu_mods' );
    do_action( 'bp_before_group_header_meta' );
    do_action( 'bp_group_header_actions' ); 
    do_action( 'bp_group_header_meta' );
    do_action( 'bp_after_group_header' );
    do_action( 'template_notices' );
    #197233
    Henry Wright
    Moderator

    Hi @tightflks

    You can use get_avatar() instead of the BuddyPress function bp_core_fetch_avatar(). See: https://codex.wordpress.org/Function_Reference/get_avatar

    #197229
    bp-help
    Participant
    #197226
    danbp
    Participant

    I like users giving good advice, objective point of view and constructive critics.

    This support has over 5 years archives. If you’re willing to remove all snippets apply to older versions, which only operate today you’re welcome !

    Answer to your question is here:
    https://buddypress.org/support/topic/redirect-after-join-group/#post-187260

    #197223
    Iryna_B
    Participant

    Thank you!
    As for child theme, i followed instructions from the BB codex “Building a Child Theme of the BP Default Theme”. I uploaded the buddypress-child theme folder into wp-content/themes/, created style.css with the following lines
    /*
    Theme Name: BuddyPress Child
    Author: Iryna
    Author URI: http://example.org/
    Template: bp-default
    Tags: buddypress, two-column, grey, dark
    */

    but when i go to appearance>themes>it shows me this message:
    “Broken Themes
    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    BuddyPress Child The parent theme is missing. Please install the “bp-default” parent theme.”

    What am I doing wrong?

    #197212
    adamt19
    Participant

    Thanks @shanebp

    Attaching mixpanel analytics to buddypress activity on an active site is wildly entertaining.

    I’m trying to figure out how to isolate “Viewed Single Message”, since the user is redirected to the single-message view after they send the initial message.

    Right now composing a message fire both the “Sent message” and “Viewed message” events.

    In BP is there a way to capture whether a user is viewing a message vs. simply being redirected to their message? I was thinking of just checking for POST data.. would need to work with the ajaxy replies as well.

    #197079

    In reply to: profiles

    danbp
    Participant

    About the BuddyPress NAME field.

    #197064
    peter-hamilton
    Participant

    Hi again julia

    Those buttons on the left are actually the buttons that normally appear directly under te activity post/update box.

    To gt them there I adjusted the index.php inside the activity folder of buddypress.

    that page is here:

    plugins -> buddypress -> bp-templates -> bp-legacy -> buddypress -> activity -> index.php

    On around line 15 starts <div class=”item-list-tabs no-ajax” id=”subnav” role=”navigation”>

    I copied that whole div and moved it above the div called buddypress around line 3.

    Then I gave it a new ID (left-nav) and did some css adjustments to that div.

    #left-nav {
    position:fixed;
    left:20px;
    top:70px;
    clear:both;
    width:18%;
    }

    And then a bit of styling to the list output of buddypress.
    there is a bit more to it but that should get you in the right direction.

    But I will make a more understandable tut tonight.

    This is quite intense templating and hope you get it sorted the way you like it.

    And you do need the BBP activity to be the static homepage for this to work.

    I do like that theme you use a lot and you made it a very crisp forum/website, I hope the buddypress templates keep your layout like it is.

    P.H.

    #197057
    peter-hamilton
    Participant

    Ah, any chance you could make me a temporary account so I can have a look?

    The membership wall I have no experience with, I will have a look to see if this can have the same functions as the buddypress wall.

    #197055

    In reply to: profiles

    WisdmLabs
    Participant

    Yes, you should make javascript validations for it.
    Other option is not advisable, to make change in plugin’s core file, but if you won’t update buddypress then as in buddypress Version 2.0.2, in file /plugins/buddypress/bp-members/bp-members-screens.php you can make little change on line number 118.

    That is, there is checking for required fields in line number 118, just make it
    empty( trim( $_POST[‘field_’ . $field_id] ) )
    instead of
    empty( $_POST[‘field_’ . $field_id] )

    #197046
    peter-hamilton
    Participant

    btw, I made a small mistake, do not make a page called buddypress but a folder called buddypress.

    #197045
    peter-hamilton
    Participant

    Hi Julia_B

    To alter the templates for activity you need to do the following:

    Create a page called buddypress in your root folder.
    Inside the buddypress folder you create another folder called activity and in there another folder called single.

    Now you need to access your existing plugins folder.
    Open buddypress -> bp-templates -> bp-legacy -> buddypress

    Here you will find 5 folders, one is activity, inside this are some php files and a folder called single, inside this single folder is the index.php file that runs the activity.

    I copied all 5 folders to my new buddypress folder in my root and all the files in those folders, with them able to control/change the buddypress layout as I would with a child theme.

    To have an activity wall on homepage you only need to customize the appearance of wordpress in the admin area/backend.

    Go to “appearances” then “customize”, here you can change “front page” to activity and it should work.

    Good luck

    #197042
    danbp
    Participant

    verify that you have pretty permalinks enabled and activate/deactivate/re activate (and save)
    Allow registered members to delete their own accounts in BP settings

    #197035
    WisdmLabs
    Participant
    #197034
    Nathan Pinno
    Participant

    Apparently you didn’t understand my post correctly. I said I was planning on reinstalling BuddyPress, not installing it. Your help is not useful, because you didn’t understand my post correctly.

    #197032
    bp-help
    Participant

    @whiteeagle1985
    You should always backup your database before introducing any plugin. BuddyPress has never caused me any 404’s unless you have forgotten to associate the BuddyPress pages correctly please review: https://codex.buddypress.org/getting-started/configure-components/

    #197025
    applegateian
    Participant

    Apologies, I’m not a developer but trying to find a solution that works.

    I tried editing bp-profile-filters.php by adding add_filter( ‘xprofile_get_field_data’,’wpautop’ );

    I also tried upgrading Buddypress Xprofile Custom Fields Type plugin, as it was out of date, but this hasn’t helped.

    From my rudimentary understanding, What I think I need to do is edit echo $data; to somehow include wpautop but I am not finding a way to do that…apologies if it is simple.

    Thanks,

    Ian

Viewing 25 results - 15,601 through 15,625 (of 69,016 total)
Skip to toolbar