Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 9,226 through 9,250 (of 69,127 total)
  • Author
    Search Results
  • danbp
    Participant

    Hi @venutius,

    i guess you can use at least 2 options:

    Group Meta Queries: Usage Example

    or build a custom group directory and use something like this hack.

    Codex reference: groups-loop

    #259249
    BackpackersUnion
    Participant

    Brajesh with BuddyDev coming through with the save!

    Make your BuddyPress Sitewide Activity Stream Friends Only

    danbp
    Participant

    If you’re an experimented developer,

    Create a Real-Time Video Chat Room with WebRTC & Twilio

    else
    https://www.cometchat.com/buddypress-chat

    Both are premium.

    #259245
    danbp
    Participant

    Hi,

    here a CSS trick which let you wrap the whole fields into 1 column:
    https://premium.wpmudev.org/forums/topic/buddypress-registration-page-1-column-layout

    Or
    could be made with this premium plugin: https://buddydev.com/plugins/bp-ajax-registration/

    Or
    manually by coding your own reg template
    https://buddypress.org/support/topic/changing-the-layout-of-the-registration-page/

    #259243
    jbboro3
    Participant

    Ah! Now I got it what you’re trying to achieve..

    Well, that is very much doable but then this is no easy task..

    If you want to include images and other styling options, you can replace the plain text form with tinymce rich text editor by putting some codes in bp-templates/bp-legacy/buddypress/groups/create.php. But remember, simply enabling rich editor will not work unless you allow the img & other relevant tags, else it will strip off and data will not be saved..

    You can manage the wp media library to view able to only the person who uploaded the media.. This way it will not mixed up with many other users with their files..

    And for hiding the content or long description, you can use js to show/hide..

    You can also add other template pages if you need other separate pages for description like address, events etc.. Remove the default no-ajax nav items and replace it with your own custom items.. You can also ajax them, if you want them to.. They looks pretty straight but are more complicated that what you just read.. I did the similar kind of work before..

    I’m not sure if you’re looking something like this: http://imgur.com/a/k9SbZ

    #259234
    renix
    Participant

    @Venutius
    I’ll give BuddyPress Groups Extras then πŸ™‚


    @jbboro3

    Yes that’s true but with a very minimal description.
    We want more :p
    Exactly what @Venutius said earlier.

    I’ll report back soon.

    Meanwhile, I found this https://codecanyon.net/item/frontend-publishing-pro/8517990
    I might give it a try first (with the demo :p)

    Thanks

    #259227
    jbboro3
    Participant

    Doesn’t bp groups already creates separate pages for each group? also put description of the page while creating?

    While, if you’re trying to achieve something like groups or pages in facebook, that will be a massive task, and for that CMS or buddypress is not a good choice to begin with. It will be better to custom build with php..

    #259222
    renix
    Participant

    Hi,

    Thank you for all your responses.


    @jbboro3

    That’s correct, only group admin is able to change the custom page.

    I was using bp-simple-front-end-post and Blog Categories for Groups to achieve that, but these plugins creates a new page every time I (act as group admin), publish a page, and whenever I tried to edit the page, it redirects me to wp-admin (I don’t want that).
    To sum up, We want every group can have their own page.
    Categorized as:
    Grup 1:
    domain.tld/grouppage/group1page
    Grup 2:
    domain.tld/grouppage/group2page
    etc.

    Then they can publish the page and edit the page from front end only.


    @Venutius

    I have enabled BP Group Docs and BuddyPress Group Documents too and it did not deliver what we want to.

    Thanks

    #259220
    Venutius
    Moderator

    There’s not really that much available. in terms of relating blogs to groups there’s really two options, for a single site you can use the combination of relate blog categories for groups, which you have already tried, and use this with bbPress Topics for Post which will allow you to have comments for that post appear within the group forum.

    The other option is to use BuddyPress GroupBlog, but that only works in a multisite environment.

    There are other plugins such as BP Group Docs, Buddypress group Extras and BuddyPress Group Documents that you may like to look at but none of these really gives you the type of group homepage customisation that is required.

    I did try to do a template overload of the group home page but I found that the way the Forum works interferes with this so it is not trivial and beyond my capabilities for the moment. If you can, hire a developer is all I can suggest.

    #259218
    renix
    Participant

    Hi,

    Is there a premade plugin to achieve that instead of coding as We are not a coder?

    Usually, where do people put group description and their activities in Buddypress?

    Thanks

    #259216
    Henry Wright
    Moderator

    I’ve tested BuddyPress on Twenty Fifteen and Twenty Sixteen recently, both work great. Outside of those 2 themes you’ll have many choices but my best advice would be to set up a testing site and try out before you go live.

    Hope this helps.

    #259213
    danbp
    Participant

    @renix,

    the first solution would be to use a group blog, but it may be a heavy project. So, IMHO, best way would be to create a plugin and using Group Extension API.

    You can also check for an eventual existing plugin who fit to or narrow your goal and customize it.

    #259212
    danbp
    Participant

    Hi,

    color scheme’s are usually defined by the theme. Positioning elements needs some ID’s or class correctly defined and a medium knowledge for HTML & CSS handling.

    if you create a child theme, you can change a lot of things related to BuddyPress, including CSS.

    Read through the theme guidelines on BP Codex to get a general overview and check also the documentation of your theme.

    Unfortunately, you use a premium theme and, as we have no access to his code, we can’t assist you more for it. Any questions related to it should be asked on your theme support.

    But don’t hesitate to search the BuddyPress forum using keywords like css, template and so on…

    danbp
    Participant

    Hi,

    Read how to search strings here:

    Your connection to this user

    #259201
    GeekGal
    Participant

    Thanks. That goes a little bit beyond what I was looking for. Was hoping just for a theme. Do you recommend any reliable stable themes for buddypress? Thanks.

    #259198
    danbp
    Participant

    Sorry, I haven’t tested the plugin i mentionned. You’re right it doesn’t show a button but simply display favorites differently.

    OK, here is a snippet you can add to bp-custom.php which will add a Favorite button to blog posts.

    Note
    the function works with currrent BP version (2.6.2).
    The grey side of this solution is that you have to use a child-theme and to tweak a little the way the button will show. This is very theme dependant and would not be used the same way if you use ie. Twenty Sixteen or ie. Graphene.

    While using 2016, you can simply echo the button on the template.
    If you use a more complex theme, you could probably use an existing action hook of the theme. This means that you need a function who hooks into such a predefined placeholder.

    In any case, the file to modify is your theme’s single.php. Copy it into the child theme to get:
    /wp-content/themes/child-theme/single.php

    If you don’t see any do_action( ‘something’ ), you add the following in an appropriate place:

    echo get_fav_or_unfav_button_for_post( $post );
    Certainly inside the post loop, and probably below the post and before the comments.

    If you see some action hooks in single.php, you add this function to bp-custom:

    function fav_buttons() {
      echo get_fav_or_unfav_button_for_post( $post );
    }
    add_action( 'graphene_before_comment_template', 'fav_buttons' );

    You need to change graphene_before_comment_template to the action name used by your theme.

    add_action( 'graphene_before_comment_template'

    Hope to be clear.

    And here the function for the button:

    function get_fav_or_unfav_button_for_post( $post ) {
    global $bp, $activities_template, $post;
    
    	// only show the button to logged-in users
    	if ( ! is_user_logged_in() ) {
    	return '';
    	}
    	
    	$activity_id = bp_activity_get_activity_id( array(
    		'user_id' => $post->post_author,
    		'type' => 'new_blog_post',
    		'component' => 'blogs',
    		'item_id' => 1,  // blog_ID
    		'secondary_item_id' => $post->ID // post_ID
    		) );
    	
    	if ( ! $activity_id ) {
    	return '';
    	}
    
    	bp_has_activities(); // update $activities_template with user's favs
    	$old_value = false;
    		
    	if ( isset( $activities_template->activity->id ) ) {
    		$old_value = $activities_template->activity->id;
    		$activities_template->activity->id = $activity_id;
    	} else {
    		$activities_template->activity = (object) array( 'id' => $activity_id );
    	}
    	
    	// build the template
    	$code = '';
    	$code .= '<div class="activity-meta">'."\n";
    
    		if ( ! bp_get_activity_is_favorite() ) {
    		// if not favorited, add a "Favorite" button
    		$code .= ' <a href="'.bp_get_activity_favorite_link( ).'" class="button fav bp-secondary-action" title="Add to my favorites">Favorite</a>'."\n";
    		
    		} else {
    		
    		// else, add "Unfavorite" button
    		$code .= ' <a href="'.bp_get_activity_unfavorite_link( ).'" class="button unfav bp-secondary-action" title="Remove from my favorites">Unfavorite</a>'."\n";
    		
    		// Bonus button: "View all my favorites"
    		$code .= ' <a href="'.bp_loggedin_user_domain() . 'activity/favorites/" class="button unfav bp-secondary-action">View all my favs</a>'."\n";
    		}
    		
    	// closing .activity-meta
    	$code .= '</div>'."\n"; 
    
    	if ( false !== $old_value ) {
    		$activities_template->activity->id = $old_value;
    	} else {
    		//$activities_template->activity = null;
    $activities_template->activity = (object) array( 'id' => $activity_id );
    	}
    	return $code;
    
    }

    And voila !

    #259195
    melodies
    Participant

    I upgraded from BuddyPress 2.6.1.1 and WordPress 4.5.3.

    #259190
    danbp
    Participant

    Hi @donsauce,

    there is no such setting in BuddyPress, but it exist a plugin !
    See:
    https://wordpress.org/plugins/buddypress-profile-views/

    #259189
    danbp
    Participant

    Salut,

    members are deleted 3 or 4 days after their registration
    Perhaps simply because they deleted their account ? πŸ˜‰
    Check Settings > BuddyPress > Options
    Suppression de compte []Les membres peuvent supprimer eux-mΓͺmes leur compte

    or some custom function in theme or bp-custom ?

    To know if it is related to theme, Force Photo or any other plugin, deactivate it(them) and see if it change something.

    Nothing better at the moment.

    #259182
    danbp
    Participant

    Hummm, now it’s me who doesn’t understand !

    You asked first
    is there any way we can add the existing buddypress favorites to the blog posts

    and now you say
    I wish to have it in blogs – so […] I can press Favorite

    Sorry if i misunderstand your request, english is not my mother language… Do you want to add a [favorite] button to each blog post ? Or do you want to remove some filters from activity favorites ?

    Activity → Favorites

    #259180
    Humiges
    Participant

    Dear @danbp
    thank you for your kind reply.
    Sorry, I’m not sure I exactly understand what do you mean.
    I definitely don’t want to complicated things (if it sounded like that)… as you said, I would like to keep the Favorite in user profile – however, I don’t need people to favorite their statuses (I actually removed that with CSS) – I wish to have it in blogs – so when for example Mike post a blog “Awesome BuddyPress πŸ˜‰ ” I can press Favorite – this means I’ld collect favorite blogs and see them in my profile anytime in the future πŸ˜‰
    This is also cool, because the notifications are there… I love this features… they are just not in the right place for me πŸ˜‰

    Thank you very much for your help πŸ™‚

    #259174
    danbp
    Participant

    Please note that you don’t need to add your site url in each of your topic. It’s useless and considered as a bad practice when nobody asked specifically for it.

    About privacy, read here

    Making a WordPress & BuddyPress Site Private, the Right Way

    #259168
    danbp
    Participant

    Hi,

    Which group menu are you talking about ?
    How do you add the link ? And why ? Because, you haven’t to do that on a standard MS install, even for private groups. Sorry, but this point is a bit unclear.

    Review your forum settings:

    Installing Group and Sitewide Forums

    Group Settings and Roles

    #259158
    danbp
    Participant

    Hallo @mmirlach,

    I’ve activated the toolbar bubble in the settings… What are you talking about ? Such a setting doesn’t exist in BuddyPress.

    You can get any css information you need for this by:
    – right click on the page where you see this bubble and check the source code
    or
    – use Firebug or a similar tool.

    #259157

    In reply to: [Resolved] Child Theme

    danbp
    Participant

    Is the child theme only good for Buddypress editing? YES

    Or can I use it to edit another plugin as well? NO
    Plugins don’t have (at the moment) a child-plugin.

Viewing 25 results - 9,226 through 9,250 (of 69,127 total)
Skip to toolbar