Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 18,526 through 18,550 (of 94,539 total)
  • Author
    Search Results
  • atfpodcast
    Participant

    Say for the persons profile? Im currently using raindrops

    #242994
    lo133
    Participant

    Yes, Follow friends, forwarding activities, social networking sites the most basic functions, BuddyPress is a freak, I could not find plug-in

    Quinn Goldwin
    Participant

    Hello Buddy Dev team,

    I’m very new to php coding and I’ve been trying very hard to get this to work.

    I’m using wedevs project managment plugin with buddypress integration. There dev team doesn’t have the time to customize the plugin for me at the moment so I’m looking for a quick fix. I feel I’m so close but for some reason I’m not getting it to work.

    I have a “create project” button that I would like to hide for all group memembers accept the Group admin. so I would like it to verify if the user is the group admin and show the “create project link”. But if it is just a group member or user, I would like the “create project link” to be hidden. Only group admins should be allowed to create projects… Here is what I have so far. But its not working. Any help or guidence would be greatly appreciated.

    	<?php if ( BP_Groups_Member::get_is_admin_of( $user_id )) { ?>
    				<style  type="text/css" media="screen">
    				.cpm-projects nav.cpm-new-project a {visibility:visible; }
    				</style>
    				<?php }
    				else { ?>
    				<style  type="text/css" media="screen">
    				.cpm-projects nav.cpm-new-project a {visibility:hidden; }
    				</style>
    			<?php } ?>
    

    Keep in mind that the stylesheet for the plugin has this inside the style sheet.

    .cpm-projects nav.cpm-new-project a {
        background: transparent url("../images/plus.png") no-repeat scroll 50% 50%;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
        height: 80px;
        width: 80px;
        display: block;
        border-radius: 3px;
    }

    For some reason its still showing for all members with this code.

    Any help would be greatly appreciated.

    #242991
    djsteveb
    Participant

    “Do you understand?” – I still do not understand what you are asking about. Sorry.

    Maybe you mean… while using your buddypress web site you want to share an activity with your other “friends” within buddypress or something?

    #242989
    danbp
    Participant

    Only thing i understand from default.css concern gallery and images rules.
    If you don’t want them, remove them or use display:none;

    bp-default styles are in bp-default/_inc/css/default.css
    To overide, you use a child-theme containing a style.css file

    #242988
    danbp
    Participant

    haha, @hnla <3 the side effect of wp’s teaser:
    One central account.
    One unified admin area.
    One click install.

    … how long whould it take to finally repair & make this forum and codex pages to work correctly, with a clear admin ?

    2008 – BuddyPress is born.
    2015 – shoemaker’s son always goes barefoot !

    #242979
    danbp
    Participant

    hi @nnyorker,
    use bp_get_loggedin_user_link()

    For example
    echo '<li><a href="'. bp_get_loggedin_user_link() .'">View my profile</a></li>';

    Reference

    bp_get_loggedin_user_link

    #242978
    danbp
    Participant

    @bruce7075,

    here a complete solution you can use for friends privacy.

    – Whe’re going to show the friends menu only to… friends !
    – We remove friends activity.

    Copy this to bp-custom.php

    function bpfr_maybe_hide_friends_nav_etc() {
    	$retval = false;
    	
    	if ( bp_is_user() && ! bp_is_my_profile() && ! friends_check_friendship( bp_displayed_user_id(), bp_loggedin_user_id() ) ) {
    		$retval = true;
    	}
    	
    	return $retval;
    }
    
    function bpfr_hide_friends_nav_to_non_friends() {
    	
    	// Stop if condition is not filed
    	if ( ! bpfr_maybe_hide_friends_nav_etc() ) {
    		return;
    	}
    	// otherwise, we remove the nav
    	bp_core_remove_nav_item( 'friends' ); // bp topnav
    	bp_core_remove_subnav_item( 'activity', 'friends' ); //bp subnav (my activities, my groups, etc)
    }
    add_action( 'bp_ready', 'bpfr_hide_friends_nav_to_non_friends' );
    
    // we want also to remove all friends related activities to non friends
    function bpfr_hide_friends_activity_type_to_non_friends( $activity_action = array(), $component_id = '' ) {
    	
    	// if condition is not filed we go back to original output
    	if ( 'friends' != $component_id || ! bpfr_maybe_hide_friends_nav_etc() ) {
    		return $activity_action;
    	}
    	
    	// otherwise, we remove member from context
    	$activity_action['context'] = array_diff( $activity_action['context'], array( 'member' ) );
    	
    	return $activity_action;
    }
    add_filter( 'bp_activity_set_action', 'bpfr_hide_friends_activity_type_to_non_friends', 10, 2 );

    Related topic (other solution, or strict answer to your question) 😉
    https://buddypress.org/support/topic/documentation-for-remove_action-activity-streams/#post-242974

    #242966
    lo133
    Participant
    #242962
    lo133
    Participant

    God, I’m going crazy, this is not pasted problem, not to be copied in facebook,
    google + http: //tisiboos.com/wp-content/uploads/bpfb/1_0-68398800-1439207783_qq%E6%88%AA%E5%9B%BE20150810195417.png
    Twitter http://tisiboos.com/wp-content/uploads/bpfb/1_0-32664700-1439207895_qq%E6%88%AA%E5%9B%BE20150810195732.png
    BuddyPress.http: //tisiboos.com/wp-content/uploads/bpfb/1_0-30225900-1439208136_qq%E6%88%AA%E5%9B%BE20150810200419.png
    Social networking sites must have something! BuddyPress too failed
    Do you understand?
    Plug-in? I find the whole world did not!

    #242961
    Paul Wong-Gibbs
    Keymaster

    Not a bug, Hugo just didn’t grant you access. I’ve given bobbingwide editor permission on codex.buddypress.org, @herbmiller — thanks for contributing. 🙂

    #242959
    herbmiller
    Participant

    Hi Hugo, I created bobbingwide and herbmiller on wordpress.org on 21st Dec 2010.
    My other ID, vsgloik came later, on 30th Apr 2012.

    For each account I can see the Create New Page link, but it leads to You attempted to access the "BuddyPress Codex" dashboard, but you do not currently have privileges on this site. etc

    The Visit Dashboard link tells me You do not have sufficient permissions to access this page.

    This smacks very much of WordPress TRAC 29714, a duplicate of 22895.

    #242950
    djsteveb
    Participant

    @lo133 – you can add sharing buttons in many different ways with buddypress – simply add a plugin – there are tons of them in the wp-repo and it’s easy to adapt code that is already posted around.

    If you are asking why there is no sharing on the posts HERE on buddypress.org – I could not say – it is not something that I would use – and if I wanted to share something on facebook (which I do not) then I could simply copy the url and paste it – or use the functions that are now built into firefox or something.

    #242947
    lo133
    Participant

    No, no, you do not understand what I mean! I do not want to share activities to facebook!
    Log in your facebook, take a look at the post below three buttons, like, comment, share, you know what I mean?
    BuddyPress no sharing!

    #242945
    djsteveb
    Participant

    @lo133 – there are many, many reasons for NOT..

    but in case you are looking to do such (a horrible thing for your site, your users, their privacy, crappy buttons cluttering up..)

    A quick search via startpage.com shows there are several discussions about this and it appears that multiple people have discussed and come up with ways to do such a (n evil) thing..

    including.. https://wordpress.org/plugins/buddypress-social/
    discussions for doing this with various methods outlined from three years ago – https://buddypress.org/support/topic/share-activity-on-social-network/

    I would imagine there are some updated options as well, or it should be simply to tweak existing code that is already in the wild and gpl to do this today.

    of course you could also search the forums here and find more info about that more than likely – and a search in the wp-repo may bring up some free options to test that may do exactly what you are describing.

    I myself am glad this stuff is not included in core – as I would be searching for ways to remove every single last little bit of any third party code / assets and or dependencies..

    kind of like what needs to be done with recent updates of wordpress core – removing google fonts, removing gravatar, third party emoji, blah blah. meh.

    #242944
    lo133
    Participant

    Why BuddyPress activity stream No sharing?Only reviews, collections, deleted? Why not sharing? Look at facebook, google +, Twitter, which did not share button? What you want in the end?

    #242943
    chlab
    Participant

    Hey thunksalot
    You have to upload widgets to your theme directory, never modify the contents of a plugin directory.
    So e.g. add a “widgets” directory in your theme directory and upload it to there. Then you should see a “Smart BuddyPress Sitewide Notices” widget in the WordPress backend. Activate that and disable the default one.

    jkin
    Participant

    this is not a Buddypress issue.
    I have solved it by editing the theme’s plugin.
    Solved. thanks.

    #242939
    nvispute
    Participant

    Ahh thankx bud.. found the error..

    The problem was that after installing the Buddypress the permlinks where showing
    ” /index.php/%year%/%monthnum%/%day%/%postname%/ ”

    just had to remove “index.php” and then voila it worked..

    #242938
    djsteveb
    Participant

    First thing I would do – go to permalinks – note what the settings are – change setting to something else – save. Then change settings back and save.

    see if it now works.

    if not I would check the bp associated pages thing – https://codex.buddypress.org/getting-started/configure-components/#settings-buddypress-pages

    see if works..

    if not – deactivate all plugins except BP… switch to default 2014 theme… see if works..

    djsteveb
    Participant

    A similar recent thread with some info: https://buddypress.org/support/topic/create-new-login-widget/

    So we are clear, a regular “wordpress login widget” IS a buddypress login when you have BP installed.. (99% sure on this)

    Petersen
    Participant

    Hi, thanks for your message. But i want only buddypress login form.Is there a way ?

    djsteveb
    Participant

    I tried added a slightly modded version of the parse_Args thing @danbp posted here:

    https://buddypress.org/support/topic/how-to-hide-forum-topics-and-replies-but-now-mentions-in-activity-feed/#post-242486

    to thin out the activity stream.. and now the widget I have in sidebar that was showing sitewide posts from member blogs is showing stuff that is in the activity stream like “member x joind group b”

    Is this something that is supposed to happen, a side effect of using the parse args mucking with the site tracking that the recent posts widgets gets / pulls from?

    Maybe I messed up the code to filter the activity stream and this is my created bug – or maybe doing things this way does indeed affect the other?

    my bp-custom.php:

    
    <?php
    // hacks and mods will go here
    define( 'BP_DEFAULT_COMPONENT', 'profile' );
    function remove_xprofile_links() {
        remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
    }
    add_action( 'bp_init', 'remove_xprofile_links' );
    // block activity stream stuff - things to include
    function demo_parse( $retval ) {
    	// existing BP/bbP activities
    	// remove the one you wont to see from that list
    	$retval['action'] = '
    		activity_comment,
    		activity_update,
    		bbp_topic_create,
    		joined_group,
    		last_activity,
    		new_avatar,
    		new_blog_post, 	
    		new_member,
    		updated_profile,
    		rtmedia_update,
    		bp_doc_created,
    		new_groupblog_post,
    		bp_album_picture,
    		added_group_document,
    		new_blog_comment,
    		new_member,
    		created_group,
    	';	
    
    	return $retval;
    	
    	}
    add_filter( 'bp_after_has_activities_parse_args', 'demo_parse' );
    // block activity stream stuff removed friendship_created, new_avatar,bp_doc_edited,activity_liked,
    // deleted_group_document, new_blog, new_forum_post, new_forum_topic, new_status,new_wire_post
    // previously blocked via plugin - deleted_group_document, new_blog, new_member, joined_group, friendship_created, activity_liked
    ?>
    Petersen
    Participant

    I tried to copy register.php into theme director and make it as a template but nothing showing. Also i want to add my custom post or video above the registration form.How it possible ?Please Help me. I will grateful to you.

    Thanks

    muuvmuuv
    Participant

    Hey buddypress-user,

    I´ve a big problem. I activated the registration in WP-Settings, created a site with ninja form and assign this site in the buddypress-settings. When I try to register as a new user the buddypress register button forwards me to a different site and create a new one in wp.
    How can i assign my page?

    Kind regards muuvmuuv

Viewing 25 results - 18,526 through 18,550 (of 94,539 total)
Skip to toolbar