Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 15,626 through 15,650 (of 69,016 total)
  • Author
    Search Results
  • #197023
    Robkk
    Participant

    i already did im just waiting for it to be approved right now.

    and i did look here also https://codex.buddypress.org/developer/loops-reference/the-activity-stream-loop/

    i think i need something like this to only show bbpress activity

    [activity-stream object=bbpress]

    and maybe add an exclude or a action but i dont know for sure

    on action it says this on his website , i think that could help but i cant get it to work.

    action(string):- action to filter on e.g. activity_update, new_forum_post, profile_updated(why this activity was created)

    oh and i dont know how bbpress shortcodes could help??

    #196721
    danbp
    Participant

    Since 2.0 you can use bp_parse_args to filter templates

    This topic is outdated and accordingly to what mercime mentionned in the first post, it is also the reason why this tread is now closed.

    #196720
    webcore
    Participant

    this code is outdated and ineffecitve as of buddypress 2.0.2.

    #196719
    shanebp
    Moderator

    Create a template overload of this file:
    buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php

    Then change
    bp_activity_action();
    to

    $args = array( 'no_timestamp' => true )
    bp_activity_action( $args );
    #196713
    sundev
    Participant

    @joedostie buddypress can achieve that as @ubernaut has said.

    (1) When your users register, they will have their own profile page to put their details by default. You’ll need to create extra fields for bio/phone/etc as many as you want through the admin User->User Profile Field.
    (2) For the animals profile, Wp static page or Category could be use to achieve that.
    (3) For each user to blog independently, you can use these 2 plugins together: http://buddydev.com/plugins/buddyblog/ and http://buddydev.com/plugins/bp-simple-front-end-post/

    see function on site http://sunmyke.com

    #196420
    danbp
    Participant

    FYI: https://buddypress.org/about/gpl/ ans specially #12 & #13

    #196419
    danbp
    Participant
    #196198
    mockiboo
    Participant

    I uploaded buddypress to my site, to see if it was a better option than what I was using and when I checked it; it had done something to the site coding so that I can’t access my indeed jobs scrapper, and also messed up the slider banner; so it is not a safe plugin to use as it interacts with other functions on wordpress sites. But it is nice to see how you divert the topic away from the issue which is that your plug in doesn’t plug in well with wordpress themes

    #196197
    Julia_B
    Participant

    Thanks @danbp showing site activity by using the topic filter sounds good. I went to this link – https://buddypress.org/support/topic/changing-the-default-activity-filter/ – but the posts there were a bit over my head as a beginner to be honest. However, the link in that thread to this article was useful: http://wpmu.org/how-to-customize-the-buddypress-activity-loop/

    Problem is I can’t find the the /activity/ folder in my theme. Where do I need to look for that?

    Also, is there a way I can allow members to post directly to the activity stream from the homepage, Facebook style, and for members comment on each others’ posts from there too?

    I appreciate the help.

    #195830
    danbp
    Participant

    @mockiboo,

    sorry for you that you encountered an issue when you activated BuddyPress.
    But why did you test a plugin on a production site ?

    You are also using a very specific Premium theme, and if your site was “ruined in one step”, maybe you forgot to read the theme documentation before adding a new plugin.

    I suggest to contact the premium theme author as we have no access to that theme or, hire a developer to ID the issue and/or make the theme compatible with BP and some other scripts runing on your site.

    #195822
    Ben Hansen
    Participant

    i think you could definitely use buddypress to achieve your goals i think some of the stuff would probably benefit from some custom coding but think even out of the box you should be covered in terms of basic functionality.

    #194705
    danbp
    Participant

    Sorry, i don’t understand what you want to do.

    how can I add an extra site on my wordpress blog only with the post-form of buddypress ?

    I (and many others here) probably could answer to this:
    – how can I add an extra site on my wordpress blog

    But not to this:
    – only with the post-form of buddypress.

    What do you mean by buddypress post-form ? Where is this post form ?
    What is the relation between the mentionned php lesson and BP ? I know what is a form, but do YOU know where the form content may go once the form action was applied ? And if a user inject crap, what will happen to your site ?

    PHP technique and BuddyPress are 2 separates things, even if the one use the other (and inversely), but at this stage, you don’t need php technique, but to explain clearer or, simplier, to give a living example used elswhere.

    This is not enough:
    I’m trying so make a share Button for my BP Community like Facebook, Twitter an G+ have one.
    Still exist as plugin (…and a wide selection !)

    But the following is absolutely incomprehensible to me: For this I need an extra Site And what you explained here also. Sorry.

    Grabing external content to add into a blog post is full part of WordPress.
    Tools > PressThis. Apparently not what you want to use…

    But if i follow you, members from YOUR site have a share button (where is this button anyway ?)
    and when they are on another site, they can share interesting content on YOUR site.

    This is how internet is working (at least)….

    To do this, most people copy the url and paste it into a post.
    Or use a browser tool and add the link to their favorites,
    or use a share button who works only inside the community they belong. (FB, Twitter, BuddyPress, und so weiter…)

    Two hypotheses:
    you’re ignoring that you’re able to build the absolute revolutionnary BuddyPress sharing plugin (and it’s not for tomorrow if you’re in the beginner’s stage) – prefer to learn WordPress internal behaviour and use existing functions instead.

    or you try to reinvent the wheel (oder noch besser gesagt, ein überkompliziertes werkzeug). Sorry again. 😉

    #194704
    RobertNe
    Participant

    I found this:

    http://buddydev.com/snippets/tag/add-post-form-to-buddypress-activity-shortcode-plugin/

    but how can I add the code into a new WordPress site :)?

    Best regards

    Robert

    #194702
    RobertNe
    Participant

    Ok, the plugin is nice to insert video and picture of posted links on buddypress. But how can I add an extra site (only with the post-form) on that the user will be forwarded if he wants to share a link?
    I don’t want that the user has to copy and paste a link from other sites. My goal is to give him a share button which takes this. You will help me if you give me a hint how can I add an extra site on my wordpress blog only with the post-form of buddypress.

    I need the code for this site because I want to paste the link of the external site by using php (http://www.tizag.com/phpT/postget.php). Do you know what I want to realize? 🙂

    PS: I don’t understand how I should us the custom-type-form of wordpress for my idea. Because I didn’t know how I can insert the post-type into a custome-post-type. But if you say that this is the only way I will search for some more tutorials.

    Best regards

    Robert

    #194701
    richtelford
    Participant

    I’ve managed to achieve what I wanted – fetching activities for the user, the user’s friends, groups that the user is a member of and groups which are tagged with the sports the user is interested in. I’ve added some custom filtering within BuddyPress core functions – I prefer to use filters and hooks but modifying core was my only option in this case.

    My bp_has_activities() request now looks like this:

    
    $args = array(
    	bp_ajax_querystring( 'activity' ),
    	'custom_filter' => array(
    		'relation' => 'OR',
    		array(
    			'user_id' => $user_ids,
    		),
    		array(
    			'group_id' => $group_ids
    		)
    	)
    );
    ?>
    
    <?php if ( bp_has_activities( $args ) ) : ?>
    

    I can share code with anyone interested in this.

    Also fixed a bug in the BP_Groups_Group::get() meta_query code which I’ve detailed above and is now on BP Trac here:

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

    #194037
    danbp
    Participant

    Before starting custom work, perhaps give a try to buddypress links plugin.

    #194036
    RobertNe
    Participant

    Hi everyone!

    My aim is to add a “share button” into different sites just like available on facebook,g+ and twitter. For example:

    A user is on a site with a tutorial and wants to share the link of the site on my buddypress page. Now I want to give the admin of the site a code for a button which will put the visitor on an extra site on which he can share the link on the mentioned buddypress-site.

    For this I thought about giving the link via php and the post or get-form. What I want to know now is: How can I add a single site only with the posting-form of buddypress and take the passed link into the form?

    The Process of my idea is the following:

    1. A user is on a site with my “share button”
    2. If he pushes this button the link of the site will be copy and
    paste in a new opened site into the post-formular of buddypress
    3. Now the user can post the link on my buddypress site if he is logged in. Otherwise he
    will get an option to log-in with his user account

    Thank you for your answer @danbp I will try to make a new site by using the custom post type form of wordpress.

    Best Regards

    Robert

    #194035

    In reply to: Create a group

    jessicana
    Participant

    What I have done is that I used a plugin that hides the admin bar for all the users (logged in and logged out) and users can’t see or use the toolbar. When the user is logged in, s/he can see the profile link in the menu which takes him/her to the default buddyPrss profile and s/he can start from there. That’s why if create group exist under the profile tab (without admin) it would make my life easier.

    The theme I am using is not helping me to go around this and that’s why I was thinking of using a different theme that is BuddyPress ready.

    #193912
    danbp
    Participant

    @elliscooper29,

    here some explanation about the name field

    For theme customization, read first the codex.
    Create a child theme, and add a copy of bp-legacy/buddypress/members/register.php to the child,
    /your_cild_theme/buddypress/members/register.php.

    Then you can give your beautiful registration page a chance to live ! 😉

    If other questions around this, give your theme name.

    #193478
    danbp
    Participant

    Is it a recommended idea?

    If you mastered the situation and know what you do, almost any idea is “recommanded”. 😉

    You can do this by using a multisite install.

    BP installed on the main site with his own theme (your-site.com) and another blog on sub-domain (mysub-domain/your-site.com) with another theme.

    This is the most easiest install option. But you can also install BP on a secondary blog.

    Registering is made on the main site, as it would be the hart of your network, and by consequence, the unique place where user can register.

    References:
    https://codex.wordpress.org/Before_You_Create_A_Network

    https://codex.wordpress.org/Create_A_Network

    #193477

    In reply to: Create a group

    danbp
    Participant

    @jessicana,

    if you allow group creation to your members, they can do so by going to group directory.
    The “create group” button is in the group header.

    Once created, the member see on his profile, a tab named My Groups (or Groups) with a counter. On the tab, the group list created by him.

    -> When users are logged out, they have no access to the Toolbar or to the Create Group button on the group directory.

    This is so by default. Any other behaviour can be considered as theme related (for ex. if you use a theme specifically designed for BuddyPress). IMHO rare, but can eventually exist.

    You can hide the Toolbar to logged out user in the buddypress settings.

    About BP/WP jargon:
    the Toolbar is the wordpress black toolbar at the top of the site.
    the User menu is the menu at the top right corner, under wp’s Howdy
    the buddymenu is the bar under the page header and before the page content. Depending the context (page, status), this menu bar has an associated sub menu.

    #193476
    danbp
    Participant

    @jessicana,

    The field NAME in the field group BASE is required. This group is used for the registration page to work. As you already know, it’s also this group who allows you to show custom fields on the registration page.
    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.

    That said, you can hide this field to users, but you can’t give them the choice to show/hide it.

    The above snippet will hide the field NAME to all visitors/members, but not to site admin and the concerned profile.

    function bpfr_make_name_members_only( $retval ) {	
    	//hold all of our info
    	global $bp;
    	
    	// is xprofile component active ?	
    	if ( bp_is_active( 'xprofile' ) )
    	
        // The user ID of the currently logged in user
        $current_user_id = (int) trim($bp->loggedin_user->id);
    	
        // The author that we are currently viewing
        $author_id  = (int) trim($bp->displayed_user->id);
    	
    	// user can see only his name && admin can see everyone 
    	if ($current_user_id !== $author_id && !current_user_can('delete_others_pages') ) {
    		$retval['exclude_fields'] = '1';	
    	}
    	return $retval;	
    }
    add_filter( 'bp_after_has_profile_parse_args', 'bpfr_make_name_members_only' );

    Add this to your child-theme functions.php or to bp-custom.php

    #193473

    In reply to: Create a group

    jessicana
    Participant

    I have these two links:
    http://www.DOMAIN.com/members/USERNAMES/groups/ – Appears under buddypress in the menu- (and)
    http://www.DOMAIN.com/groups/ – Appears under pages in the menu –

    I have the first one available to the registered users and it disappears when the user signs out, however, the second one doesn’t disappear when a user signs out. I am willing to make the second link unavailable when a user signs out. How to do this?

    Thanks

    #193466
    Henry Wright
    Moderator

    It’s best if you open a ticket for this on Trac:

    https://buddypress.trac.wordpress.org

    danbp
    Participant

    @gema75 thank you for this information, but nothing is mentionned about buddypress integration ?
    You also omit to say that it’s a premium plugin for the price of $22 !

    And, please, don’t jump into old post, mainly for advertising only.

    Topic is now closed.

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