Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 16,751 through 16,775 (of 68,918 total)
  • Author
    Search Results
  • #182189

    In reply to: Start Up Problems

    Anonymous User
    Inactive

    Hi,

    compatibility pack == https://wordpress.org/support/plugin/bp-template-pack ?

    If so, have you tried without this plugin as since BuddyPress 1.7, there’s now a theme compatibility feature included in core that makes BuddyPress loads its template in a nice way with most WordPress themes ?

    #182188
    Anonymous User
    Inactive

    Hi,

    I have made a child theme

    Is it a BP-Default child theme (1) or a WordPress theme child theme (2) ?

    (1) put the templates at root level of your theme ex: bp-default-child/activity/index.php etc..
    (2) use a specific folder to put your template (community or buddypress) ex: twentytwelve-child/buddypress/activity/index.php etc..

    You can find interesting documentation in BuddyPress codex: for example about (2) https://codex.buddypress.org/themes/theme-compatibility-1-7/a-quick-look-at-1-7-theme-compatibility/

    #182184
    The Doctor
    Participant

    Sorry for the ambiguous answer, I was in a bit of a hurry.
    I was searching in the wrong folders: bp-themess/bp-default/buddypress/members/single, so that’s why nothing happened when I was modifying things. But I’m all up and running now! Thank you!

    #182180
    pkapila
    Participant

    any luck with the implementation of @sbrajesh code ??

    I tried to implement the code in my bounce theme, currently using WordPress version 3.9 and BuddyPress version 2.0 but no luck.

    Thanks

    #182179

    @djsteveo, @henrywright,

    I have just tested that plugin in one of my installation and it looks so promising.

    it has a lot of useful functions

    1, admin can set the total number of report before the activity go hiding automatically.

    2, admin can customize the email to receive

    3, admin can manage all the reported users and more.

    Unfortunately, some of the functions which fires the report has been deprecated so when you press report it goes to 404 not found.

    I could adopt this plugin and add it to the repo but am currently busy building a free buddypress theme which is about 60% finished.

    Someone out there may adopt it and add it to the repo because its very useful.

    Naijaping

    #182174
    djsteveo
    Participant

    Good suggestions Henry. I would love to see something like this put together, and would be willing to donate a few bucks to the development if it was released in gpl or whatever into the wordpress plugin directory.

    Ultimately it would be nice if the button had a backend options setting, where you could check off “superadmin get an email?
    admins get an email?
    specific email addy or list of addys that should be notified?

    This kind of plugin would give community admins some crowdsourced help!

    I would imagine advanced versions of this could include a popup box that had a few pre-canned “reasons” for the flag user, and form space for adding a non-canned note to it, that could be included in any emails.. and if the url that the button was clicked on could be included it may help to sort out if it was a picture post, something that appeared on the activity stream, words in a profile – etc.

    Love to see this button available and be easily added to certain places around the buddypress site – I am sure some people would prefer a “report this” button to show up next to each and every activity / status update, and on each profile page, sub page, group, etc..

    I also imagine some people would prefer an option for the button to simply be an icon, like the font awesome warning icon.. something that could be styled in different colors.. and when hover over it, it’s title tag says”report content to admins” or something..

    I really think this would help a lot of the BP communities that are running!

    #182155
    nirgalo
    Participant

    Howdy! So, as there is no reply to this post for days, I would assume either my question is so stupid it does not deserve any answer, or that the option to disable the creation of private/hidden groups is not yet present in BuddyPress. In such a case, can this feature be planned for a future release? Thanks.

    #182152

    In reply to: No of posts in stream

    Henry Wright
    Moderator

    You can set a per_page parameter when you use the bp_has_activities() function. See here for more info: https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/

    #182132
    lebaigneur
    Participant

    For anyone interested, there might be solutions for you here:
    https://buddypress.org/support/topic/user-cant-edit-profile-page/
    A possible fix in a pastebin link, a possible link to Nextgen plugin misbehaving.

    Turning off/deleting nextgen did it for me, for 99% of my users.
    I still had issues with one of my user, the nicename had an underscore character in it where all the other had a hyphen. When I changed the underscore to an hyphen directly in the DB, it fixed it for this user too.

    Hope it helps.

    #182121
    3rd Eye
    Participant

    Hello,
    I have the exact same theme and exact same problem. Just updated theme (updated recently) and buddypress to 2.0

    The activity stream comment, favorite, delete, etc. buttons are all vertical and have <p> wrapping #buddypress div.activity-meta buttons.

    No clue how to fix this 🙁 I’ve dug through all the BP template and theme and function files looking for where the <p> is coming from. PLEASE HELP.

    #182112

    In reply to: Move Buddypress

    adamt19
    Participant

    I’m looking for the same thing so that I can slowly rebuild my site on BP 2.0/newest Sweet Date theme.

    The regular import doesn’t transfer users / xprofile data.

    There is this plugin, but no info on compatibility with buddypress 2.0 at the time of this post:
    https://wordpress.org/plugins/export-user-data/

    r-a-y
    Keymaster

    There was a problem in the upgrader script when creating the wp_signups table in v2.0.

    This is probably addressed in ticket #5563:
    https://buddypress.trac.wordpress.org/ticket/5563

    If you are able to, please test latest trunk or apply the changesets in that ticket to your install.

    If not, wait for v2.0.1 to be released in the upcoming week.

    #182098
    dolliv
    Participant

    You can still find the member-header file in the buddypress folder: bp-templates/bp-legacy/buddypress/members/single.

    dice2dice
    Participant

    @henrywright thanks for your response.

    I only just discovered it right now.

    It was my hosting company 1and1 that caused the problem and it was because they had been hacked.

    In response to this they cut off the option for anyone to log in to any WordPress/BuddyPress site they hosted for two full weeks.

    r-a-y
    Keymaster

    Thanks for the report, @klogen2.

    I’ve duplicated the bug and have opened a ticket with a suggested fix:
    https://buddypress.trac.wordpress.org/ticket/5595

    We’ll have this addressed for v2.0.1.

    godavid33
    Participant

    I was incorrect, it’s not a bug. The solution (thanks to @r-a-y) is this:

    
    $act_item = bp_activity_get_specific( array(
        'display_comments' => true,
        'activity_ids' => ACTIVITY_COMMENT_ID
    ) );
    

    Closed trac ticket can be viewed here https://buddypress.trac.wordpress.org/ticket/5592#comment:4

    shanebp
    Moderator

    untested, goes in bp-custom.php

    
    function oc_filter_ajax_querystring( $querystring = '', $object = '' ) {
    
    	if( $object != 'group_members' )
    		return $querystring;
    
    	$querystring['exclude'] = '1'; // change '1' to your user_id
    
    	return $querystring;
    
    }
    add_filter( 'bp_ajax_querystring', 'oc_filter_ajax_querystring', 20, 2 );
    

    More info:

    Add custom filters to loops and enjoy them within your plugin

    #182079

    In reply to: Problems with 2.0

    r-a-y
    Keymaster
    #182070
    billzy
    Participant

    Hi @suysal @mileskimberley & @macpresss

    We have accomplished a similar task, and what a pain in the ass of a task it was…. We made it so that it’s not possible to see all members posts, you must first be friends with them. We also made ours so that you would only see the feed of groups if you joined the group as well, just like fb and all other mainstream networks, it just makes sense to do it this way, more personalised feed, less junk. Its a detailed code of a few hundred lines that we include in our functions.php file.

    We paid for the solution to be custom developed via external teams because it was slightly outside of our inhouse development skillset… If you want to chip in for the code I am more than happy to send it to you. If I coded this myself and it costed me nothing to create I would just paste the code here but it’s not the case in this scenario.

    Alternatively (and our preferred option), if Buddypress core developers want to build it into BP and create a setting for it in the core plugin backend to allow this option then I am happy to send it to them for free so that we don’t need to support this custom piece of code through the upgrades (which we have been supporting this custom code for a year now). I know this setting/option is not for everyone using BP but there are many out there who would love this feature included and it could be as simple as a checkbox in the backend saying should users only see friends activity, maybe a second one as well should users only see groups activity they have previously joined. We haven’t built such a setting because we use this by default.

    Anyways feel free to drop me a line here or at info@fem-productions.com

    Cheers

    #182057
    Quint
    Participant
    Biswadip
    Participant

    Thank you that was very helpful.

    How do I submit a query from the members search form to bring up the appropriate listing in the manner mentioned above? At the moment I can only search for members when the search form submits to the members directory. What I want to do is that when a user submits a search query from a search form on this page:

    http://website/custom-page/

    the results from the query:

    http://website/members/?s=term-searched-for

    are displayed on the same custom page hosting the search form:

    http://website/custom-page/

    I have tried setting the search form action attribute like so:

    form action = ""

    but this creates the query:

    http://website/custom-page/?s=term-searched-for&members_search_submit=Search

    and the result is a 404 page not found.

    I have been reading in some places eg:
    here and here that buddypress redirects search queries so I need to override that redirection and I have attempted doing so without much success.

    My search form looks like this:

    	<div id="members-dir-search" class="dir-search bp-index-search" role="search">
                <?php //bp_custom_directory_members_search_form(); 
                $default_search_value = bp_get_search_default_text( 'members' );
                $search_value = !empty( $_REQUEST['s'] ) ? stripslashes( $_REQUEST['s'] ) : $default_search_value; ?>
    
                    <form action="" method="get" id="search-members-form">
                        <label><input type="text" name="s" id="members_search" placeholder="<?php echo esc_attr( $search_value ) ?>" /></label>
                        <input type="submit" id="members_search_submit" name="members_search_submit" value="<?php _e( 'Search', 'buddypress' ) ?>" />
                    </form>
    
    	</div>

    I check to see if the form has been submitted:

    <?php if(isset($_REQUEST ['members_search_submit'])){ ?>

    and then, following @Slave UA’s suggestion, I have copied and pasted the code from the “members-loop.php” file to my page template and I then changed

    bp_has_members( bp_ajax_querystring( 'members' )

    to

    bp_has_members(array('search_terms' => $search_term))

    If I hardcode the search term then it works but it does not seem to accept the search term submitted through the search form.

    Any help greatly appreciated.

    #182047
    Henry Wright
    Moderator

    There’s a function you can use to do that called bp_activity_add(). See here for the usage:

    bp_activity_add()

    #182039
    dzweb
    Participant

    Try this, it worked for me!

    function custom_setup_nav() {
    global $bp;

    bp_core_new_nav_item( array(
    ‘name’ => __( ‘About’, ‘buddypress’ ),
    ‘slug’ => ‘about’,
    ‘position’ => 30,
    show_for_displayed_user’ => true,
    ‘default_subnav_slug’ => ‘about’,
    ‘item_css_id’ => ‘about’
    ) );
    }

    bp_core_new_subnav_item(
    array( ‘name’ => __( ‘About’, ‘buddypress’ ),
    ‘slug’ => ‘about’,
    ‘parent_url’ => $bp->loggedin_user->domain . ‘about’,
    ‘screen_function’ => ‘about’,
    ‘parent_slug’ => ‘about’,
    ‘position’ => 10,
    ‘item_css_id’ => ‘about’
    )
    );

    add_action( ‘bp_setup_nav’, ‘custom_setup_nav’ );

    function about_page() {
    add_action( ‘bp_template_content’, ‘about_content’ );
    bp_core_load_template( apply_filters( ‘bp_core_template_plugin’, ‘members/single/about’ ) );
    }

    function about_content(){
    //Put your content here!
    }

    #182034

    In reply to: 2.1 top features

    SK
    Participant
    #182031
    r-a-y
    Keymaster

    Hope is probably using a theme that is a bp-default derivative.

    This is a bug that was addressed in #5549:
    https://buddypress.trac.wordpress.org/ticket/5549

    It will be fixed in v2.0.1, but @amalsh can manually apply the following changeset in the meantime:
    https://buddypress.trac.wordpress.org/changeset/8292

Viewing 25 results - 16,751 through 16,775 (of 68,918 total)
Skip to toolbar