Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,326 through 18,350 (of 94,538 total)
  • Author
    Search Results
  • #243631
    Ben Riga
    Participant

    Thanks for the quick response, shane.

    I think I may need some more remedial help though as in trying to do that I broke the page.

    I am using the twentyfourteen theme as a base so have created a child of that called twentyfourteen-child.

    To override the home.php page like you suggested. I created a new file at:
    twentyfourteen-child\buddypress\members\single\home.php

    Even just copying the exact same file over from the buddypress members\single folder broke the page (lost most of the styling and item body and left sidebar etc) so clearly I’m doing this wrong.

    I think I need to have a better idea of how template overriding works. I’ve searched through the codex but have not been able to find anything that helps. What’s the best place to learn more about that? A how-to tutorial or something like that would be great.

    Thanks again for the help and support,
    Ben

    #243624
    danbp
    Participant

    Which theme do you use ? Seems you renamed yours to Test, and i was unable to find it somewhere.
    Also, do you use a cache plugin ? If it’s the case, disable it or clear it while testing CSS.

    I cannot put it in maintenance mode

    This is not necessary if you had a local copy. I strongly recommend you do that if you want to manage correctly a high traffic site.

    You can use a child-theme for your theme, not for BP which has no theme since 1.9. The one called bp-default is no more maintained and is only in for temporary backward compatibility for (very) old BP site.

    BP use templates, which are stored in bp-templates/bp-legacy/buddypress/. Those templates are tailored to fit with almost any recent (and decently coded) themes.

    Creating a child theme is explained on hundreds of sites and on WP’s codex. Additionnal infos for BP are given here.

    #243621
    Henry Wright
    Moderator

    Your theme might be Customizing BuddyPress Avatars?

    #243617
    shadow_boi
    Participant

    okay, i tried the following:

    tag user in BuddyPress Activity, user could receive notification
    tag user in bbpress forum post/comment, user could not receive notification

    it seems like tagging user in forum does trigger notification, can anyone here confirm if this is expected behaviour?

    if i want to trigger notification when user is tagged in forum post/comment, what should i do? thanks

    #243615
    CreationP
    Participant

    I’m trying and trying and can’t find any lead on that.

    The codex is complex and I cannot understand the child theme concept. Is it a child theme of the bp or a child theme of the theme I use (explicit)? If it is of the theme I use how can i make it to incorporate buddypress?

    To add to the problems, alt-tab is a website that receives 1000+ visits/day and I cannot put it in maintenance mode in order to work on my leisure.

    I hate to ask you that, and I know you have better things to do rather than answering questions, but can you please take me by the hand and lead me to solving this problem as I am unable to solve it on my own. Especially in a live environment.

    When I firebug the “Members” title in the alt-tab.gr/members page I get the following:


    I am at a loss here…

    #243612
    danbp
    Participant

    Hi @djsteveb,
    I don’t have that tab under menus on my other bp install Really ? Have you activated buddypress in screen options ? Just in case of… 😉

    BuddyPress Links in WordPress Menus

    #243611
    shadow_boi
    Participant

    thanks for you reply.
    i thought that is buddypress feature so i asked here.
    i have also posted the same thing in bbpress now. hopefull will get an response.

    shadow_boi
    Participant

    Hi,

    when i mention user (eg: @shadow_boi) in a new forum post/reply, is the mentioned user supposed to receive a bubble notification?

    I tired, but there is no bubble notification or email sent. was it expected?

    WP: 4.3
    theme: Twenty FifteenVersion: 1.3
    buddypress 2.3.2.1
    bbpress 2.5.8

    i have disabled all other plugins except for bbpress and buddypress

    #243607
    lfeddern
    Participant

    am trying to add a domain whitelist to the buddypress registration.

    all of the email address that will sign up to on my site will have the domain form @XX.yo.ac.uk with the XX varying in character length and number characters themselves.

    I basically would like to strip the domain of the entered email address down to the last 9 characters and then compare them to (.yo.ac.uk) and return an error message if not identical, if not then allow the registration to continue.

    I found this code:

    // ====================================
    // Limit signup by banning domains
    function bp_as_restrict_signup_domains( $result ) {
    
     $banned = array(
     'spam1.com',
     'spam2.com'
     );
     $error = 'Your email domain has been the source of spam. Please use another email address.';
    
     $email = $result['user_email'];
     $domain = array_pop(explode('@', $email));
    if ( in_array($domain, $banned))
     {
     $result['errors']->add('user_email', __($error, 'bp-restrict-email-domains' ) );
     };
     return $result;
    }
    add_filter( 'bp_core_validate_user_signup', 'bp_as_restrict_signup_domains' );

    here: http://alexschreyer.net/programming/limit-buddypress-registration-by-domain/

    But this is to block certain domains rather than allow. Any ideas how to change it? and to strip out the characters before the last 9?

    Thanks for any help!

    #243605
    djsteveb
    Participant

    @dayan89 – with one of my bp installs I can go to appearance -> menus.. select main-menu (or topmenu, or whatever you called the one you want on top) – click select.. then on the left side I had a tab for buddypress.. with cool links for dynamic links like “my profile” – login.. etc..

    click to add to your menu, save..
    easy now these days..

    for some reason I don’t have that tab under menus on my other bp install – so your setup may vary.

    #243603
    shaunik
    Participant

    Thanks for advice, I’ll look into script available on forum.
    Any reviews on this plugin

    BuddyPress Members Import

    #243601
    shanebp
    Moderator

    You want to remove navigation from all profile pages?
    Create a template overload of this file:
    bp-templates\bp-legacy\buddypress\members\single\home.php

    And remove this div: <div id="item-nav">

    #243599
    danbp
    Participant

    h1.main-title, h1.page-title doesn’t exist. Why don’t you try the example at first ?

    Also, don’t apply template models to BP pages. These are only placeholders used internally, not ordinary WP pages.

    Follow some guidelines on Codex before getting in more trouble.

    #243598
    danbp
    Participant

    Answer from atfpodcast is here.

    #243597
    nolls
    Participant

    @kookidooki
    where had you downloaded the plugin Skype for Buddypress?

    #243582
    shaunik
    Participant

    I have existing site with 500 plus users and already have WP profile fields created a while ago with simple fields like address, city, state and Zip and custom fields like year joined and speciality.
    I am planning on deploying Buddypress to add functionality to the site. How can sync all these fields with XProfiles fields
    I know https://wordpress.org/plugins/buddypress-xprofile-custom-fields-type/ help you create Xprofile fields and https://wordpress.org/plugins/bp-xprofile-wp-user-sync/ help you sync first and last name.
    How about all other fields. I need members to be able to message each other, create events, map each other by location and events by location and finally create groups. Do I need BuddyPress or alternate that work with WP Profiles will work.

    Thanks/Shaunik

    #243579

    Topic: Membership plugins

    in group forum Third Party Plugins
    lafemme2014
    Participant

    Hello,
    I’d like to run a dating site with buddypress and add a membership plugin with page restrictions and so on. I also use BP registration. Could you suggest any plugin that would work easily alongside buddypress?
    Thanks

    #243572

    In reply to: PHP 7.0 compatibility

    danbp
    Participant

    @vinzen, wait a little or accept yes and no ;-). PHP 7.0.0 RC 1 is out since 2015/08/21…. RC version should not be used on production sites.

    WordPress and BP are both guaranted to work only on the latest stable release of anything needed to get them to work. But you can test at your own risk, RC’s and trunk version are avaible for that.

    php7 has a projected release date of November 2015. Next WP release is scheduled in december 2015. And BP around october…

    WP devs are already using php7 for unit test. More from here (WP) and here (BP).

    #243567
    vinzen
    Participant

    Hi, Can the latest BuddyPress version run on PHP7 configuration? Does BuddyPress support PHP7.0?
    Thanks.

    Marc
    Participant

    Hi everyone,

    I’am currently try to add custom notification from a non BuddyPress component. I’m using this hooks:
    bp_notifications_get_registered_components
    bp_notifications_get_notifications_for_user
    and this function:
    bp_notifications_add_notification

    Everything works well except the hook bp_notifications_get_notifications_for_user. My problem is in my installation there is the bbPress plugin. It is also using this hooks. So this hooks is call twice, and the $action argument is empty or contain the rendered notification content. So I’m not allowed to do the right things on the second call.

    I must add this to this file in bbPress plugin :
    /wp-content/plugins/bbpress/includes/extend/buddypress/notifications.php on line 78 (at the end of the function return $action):

    
    /**
     * Format the BuddyBar/Toolbar notifications
     *
     * @since bbPress (r5155)
     *
     * @package bbPress
     *
     * @param string $action The kind of notification being rendered
     * @param int $item_id The primary item id
     * @param int $secondary_item_id The secondary item id
     * @param int $total_items The total number of messaging-related notifications waiting for the user
     * @param string $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar
     */
    function bbp_format_buddypress_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
    
    	// New reply notifications
    	if ( 'bbp_new_reply' === $action ) {
    		$topic_id    = bbp_get_reply_topic_id( $item_id );
    		$topic_title = bbp_get_topic_title( $topic_id );
    		$topic_link  = wp_nonce_url( add_query_arg( array( 'action' => 'bbp_mark_read', 'topic_id' => $topic_id ), bbp_get_reply_url( $item_id ) ), 'bbp_mark_topic_' . $topic_id );
    		$title_attr  = __( 'Topic Replies', 'bbpress' );
    
    		if ( (int) $total_items > 1 ) {
    			$text   = sprintf( __( 'You have %d new replies', 'bbpress' ), (int) $total_items );
    			$filter = 'bbp_multiple_new_subscription_notification';
    		} else {
    			if ( !empty( $secondary_item_id ) ) {
    				$text = sprintf( __( 'You have %d new reply to %2$s from %3$s', 'bbpress' ), (int) $total_items, $topic_title, bp_core_get_user_displayname( $secondary_item_id ) );
    			} else {
    				$text = sprintf( __( 'You have %d new reply to %s',             'bbpress' ), (int) $total_items, $topic_title );
    			}
    			$filter = 'bbp_single_new_subscription_notification';
    		}
    
    		// WordPress Toolbar
    		if ( 'string' === $format ) {
    			$return = apply_filters( $filter, '<a href="' . esc_url( $topic_link ) . '" title="' . esc_attr( $title_attr ) . '">' . esc_html( $text ) . '</a>', (int) $total_items, $text, $topic_link );
    
    		// Deprecated BuddyBar
    		} else {
    			$return = apply_filters( $filter, array(
    				'text' => $text,
    				'link' => $topic_link
    			), $topic_link, (int) $total_items, $text, $topic_title );
    		}
    
    		do_action( 'bbp_format_buddypress_notifications', $action, $item_id, $secondary_item_id, $total_items );
    
    		return $return;
    	}
    	return $action;
    }
    add_filter( 'bp_notifications_get_notifications_for_user', 'bbp_format_buddypress_notifications', 10, 5 );

    And i have to do the same thing for my custom notification rendering.

    So my question is quite simple: Is this a bug? A bug from bbPress? A bug from BuddyPress? Or I am not using the hook properly?

    Please advice me, and I create a ticket if it is necessary.

    Thanks in advance.

    #243554
    Killa_
    Participant

    Hey. Is there a way to output permanent steam links in profiles using WordPress Social Login?
    It can output a permanent ID in “provider user identifier” field of WSL which can be linked to any custom buddypress field, but how do I convert it to something like this: steamcommunity.com/profiles/<provider_id> ?

    Quinn Goldwin
    Participant

    I picked up this code for adding extra fields to my buddypress groups. http://pastebin.com/Bj3aE4Q0

    Everything works great but I was wondering if there is a string of code I can add so it only shows that field if a selection was made or someone filled in that field in the backend settings.

    Right now by default all the fields show whether people added information or not.

    So if field is blank or null I would like it hidden on the front end.

    this is what I get on the front end with fields blank in backend

    #243548
    danbp
    Participant

    Idea Stream use the new post type activity introduced in BP 2.2

    Post Types Activities

    #243541
    mangelesgcl
    Participant

    Hello!

    I want disable admin bar on homepage. I tried disabling the “Show the admin bar for logged out users” but it doesn’t work. Then, I’ve tried as many php codes as I found out on this forum and other websites but anything works:

    https://buddypress.org/support/topic/disable-admin-bar/

    https://buddypress.org/support/topic/remove-buddypress-admin-bar/

    and others…

    Please, could you help me? Thanks!

Viewing 25 results - 18,326 through 18,350 (of 94,538 total)
Skip to toolbar