Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 15,151 through 15,175 (of 69,016 total)
  • Author
    Search Results
  • #219043
    aces
    Participant
    #218865
    danbp
    Participant

    It’s probably because you’re using WP New User Approve which may not work with BuddyPress. See author comment and check the recent update changelog. BP problem seems not be solved yet.
    Deactivate the plugin and give a try.

    Or consider perhaps this plugin.

    #218862
    aces
    Participant

    @lolapentagrom

    What actually doesn’t work? What happens / doesn’t happen?


    @diywwf

    your case https://buddypress.org/support/topic/buddypress-preventing-registration/ is different…

    #218861
    bp-help
    Participant

    @lolapentagrom
    I would start troubleshooting by deactivating Buddypress multilingual 1.5 and WPML 3.1.7.2
    and testing registration against each one as you reactivate them. I would venture to say one or both of these two plugins is likely causing your registration issue.

    #218768
    ahd904
    Participant

    @danbp Thank you for such a long reply comment.

    1)

    Register process doesn’t include group creation, nore joigning a group, so i guess you are thinking about a problem that doesn’t exist at this stage.

    I would not think this easily that i ask for something that does not exist at this stage. I must have put ” join a community ” in a different sound phrase but i meant creating a group and be a part of community.

    2)

    If you allow your users to create groups, they have to follow the 3 creation steps, because it is intended so in BuddyPress. Thinking that this might be to complicated, implies that you think that your users are not able to do this. Mabe you’re right, but maybe not.

    About this i have worked with other plugins to tell more about groups, media ability and add location etc. So i now have 7 steps in a group creation. This is the main reason why i am requesting for this topic.

    3)

    As @bphelp said with reason, what your question implies needs some extra coding and much more as a simple snippet. You can do many things with BuddyPress, but not everithing or anything. 😉

    Second:
    Core simplification is a hard work (see Trac), so don’t expect that your goal could be reached easily, as BP will never be a “one click” tool. IMO this plugin is already very easy to use as is.

    I am sorry if i have put words sound as though you guys’ work is a simple and does not require a lot of effort 🙁 I really appreciate the usage of WP and buddypress that push this community ability feature to WP.

    This was simply just a request if there is such a method that already exists.
    I guess not so far.


    @danbp
    Thank you for the comment again, i will try to find if there is a way with discussing other communities as well.

    #218765
    danbp
    Participant

    hi @ahd904,

    behind your tech question, two things need some clarification at least.

    First:

    I just want to hide some of the group creation steps as these might make the users think too complicated to join the community.

    Register process doesn’t include group creation, nore joigning a group, so i guess you are thinking about a problem that doesn’t exist at this stage.

    If you allow your users to create groups, they have to follow the 3 creation steps, because it is intended so in BuddyPress. Thinking that this might be to complicated, implies that you think that your users are not able to do this. Mabe you’re right, but maybe not. Anyway in this case, simply deactivate group creation for users and create users groups yourself.
    Assuming that you don’t think it’s too complicated for the user to click on “join group” ! 🙄

    As @bphelp said with reason, what your question implies needs some extra coding and much more as a simple snippet. You can do many things with BuddyPress, but not everithing or anything. 😉

    Second:
    Core simplification is a hard work (see Trac), so don’t expect that your goal could be reached easily, as BP will never be a “one click” tool. IMO this plugin is already very easy to use as is.

    That said, you could imagine your project differently and perhaps apply another strategy.
    For example, the ability for users to join automatically a group at registration. 2 plugins can do that actually.

    • This one allows a new BuddyPress user to select groups to join during the registration process. You create the group, user choose his group.
    • This one create a new Group when a new user sign up. But what will happen when you have 50 registration by day, spammers included ?

    In both case, pros and cons have to be considered.

    if you love the snippets and sweat on your site, here are two other options.

    shanebp
    Moderator

    There are some plugins that export data.
    google: buddypress export members

    For example, for site admins:
    https://wordpress.org/plugins/export-user-data/

    For front-end, you could extend that plugin or find something else.

    #216309
    danbp
    Participant

    @iryna_b,

    codex is your friend !
    To limit the # of members or groups, you can modify your template. Respectively the members-loop and the group-loop.

    https://codex.buddypress.org/type/loop/
    Members: https://codex.buddypress.org/developer/loops-reference/the-members-loop/
    Groups: https://codex.buddypress.org/developer/loops-reference/the-groups-loop/

    BP_User_Query

    #216308
    Iryna_B
    Participant

    I asked on BB press forum already, resolved first question. But the 2 last questions are Buddypress related.
    Can you please advice?

    #216044
    danbp
    Participant

    hi @bjusters,
    it’s a bit unclear. Do you really have an issue or is it only esthetic ?

    What is your theme ?
    Can you share an URL or a screenshot please ?

    See here for ref:
    https://codex.buddypress.org/buddypress-components-and-features/notifications/

    #216043
    danbp
    Participant

    hi @flickchicks,

    take example from the TOS at the bottom of this page. But you probably have to inquire for something more accurate with the dutch law, depending your project.

    https://buddypress.org/support/topic/accept-site-terms-and-conditions/
    http://wordpress.stackexchange.com/questions/81935/add-first-name-last-name-date-of-birth-and-terms-and-conditions-to-reg

    #215659
    danbp
    Participant

    @darinn-ballington,

    there is only one user table on a WP/BP install, and this table is controlled by WordPress.

    Extended profile information (like club & there details) are controlled partially by BP and are stored in the 4 xprofile tables.

    To import properly, you have to adjust the old tables structure to the new one first. As you tell nothing about the old db from another site (wp, joomla, postgres, excel,… ?) i can’t say much you more for the moment.

    Anyway, you have to built a import file in CSV or Sql format and probably have to accomplish a long handwork to import.

    Here’s a ressource to help you build your import query:

    BuddyPress Database Diagram

    As BP is “only” a plugin and your question not specific to it (DB belongs to WP), you will find much more informations around importing datas on the WordPress Codex.
    https://codex.wordpress.org/Importing_Content

    #215656
    danbp
    Participant

    @mahdiar,

    here’s a working snipppet found on WPMUDev which add a show/hide comments button above each activity item.

    To see the button you must enable “allow blog and forum comments” in BP settings.
    Add the script to bp-custom.php or child theme functions.php

    add_action( 'wp_footer', 'add_comment_hide_show' );
    function add_comment_hide_show() {
    ?>
    <style>
        .single-group .activity-comments ul{display: none;}
    </style>
    <script type="text/javascript">
        jQuery(function($) {
    		setInterval(function() {
    			$('.activity-meta').each(function() {
    				if( !$(this).find('.show-comments').length ){
    					var html = '<a href="#" class="button bp-primary-action show-comments">Show/Hide Comments</a>';
    					$(this).find('.button.acomment-reply').after(html);
    				}
    			});
    			
    		}, 500);
    		
    		$('body').on('click', '.show-comments', function(e) {
    			e.preventDefault();
    			var obj = $(this).closest('.activity-content').next('.activity-comments').find('ul');
    			obj.slideToggle();
    			return false;
    		});
    		
        });
    </script>
    <?php
    }
    tesargusmawan
    Participant

    There is a lot of plugins out there.

    You can try RTmedia, Buddypress Activity Plus, or BP Gallery.

    I recommend Buddypress Activity Plus, because it enables you to post image, embed link, as well as file and video.

    #214708
    Doremdou
    Participant

    Thank youuuuuuuuu @danbp ! 🙂
    I didn’t notice that it was not buddypress until now… sorry ^^

    thanks again @henrywright & @danbp
    have a good day

    #214474
    danbp
    Participant
    Hugo Ashmore
    Participant

    > I suggest you post this question over on the bbpress forum.

    Yet you are posting on the buddypress help forum! 🙂

    This is a bbPress issue and there is a trac ticket and resolution over on bbp site, likely that will in the next bbp release.

    You could apply the fix manually in the interim if you wished the trac ticket is located here:
    https://bbpress.trac.wordpress.org/ticket/2690

    #213996
    bp-help
    Participant

    @sanz112
    Short answer is you will need multiple plugins as well as some custom code to achieve your requirements. If you do enough research you may find the plugins and some code you can use to help in your endeavor on and off this forum. If you can’t write code or invest the time in doing the research to fulfill your requirements then you will most likely have to hire a developer by posting here:

    BP Jobs Board


    as well as here:
    http://jobs.wordpress.net/
    I wouldn’t make the mistake of posting an unpaid job on the latter link because I personally wouldn’t waste my time without being compensated for my work but maybe you may get lucky.
    You also requested:

    if u are not logged in u cannot see the platform.

    I do offer premium plugins that can help with this aspect and if your interested you can inquire here:
    Submit Comments, Tips or Tricks, or Job Inqueries
    Good luck!

    #213750

    In reply to: Missing Media Tab

    danbp
    Participant

    hi @mineo, this is a question to ask on rtMedia support forum.

    #213740
    danbp
    Participant

    Here’s a snippet to filter members list based on profile field.

    Remove your custom members-loop file first and revert to default one.

    The example use field ID 62 with value = public
    The field is called Privacy in xProfile and use a selectbox field type who shows 2 options: private and public.

    You’ll probably also have to remove, or to conditionnally show, the top navbar, search box, etc in the template (childtheme/buddypress/members/index.php)

    Add this snippet to bp-cutom.php.

    class BP_Custom_User_Ids {
    	private $custom_ids = array();
    	public function __construct() {
    		$this->custom_ids = $this->get_custom_ids();
    		add_action( 'bp_pre_user_query_construct', array( $this, 'custom_members_query' ), 1, 1 );
    		add_filter( 'bp_get_total_member_count', array( $this, 'custom_members_count' ), 1, 1 );
    	}
    	
    	private function get_custom_ids() {
    		global $wpdb;
    		// collection based on an xprofile field
    		$custom_ids = $wpdb->get_col("SELECT user_id FROM {$wpdb->prefix}bp_xprofile_data WHERE field_id = 62 AND value = 'Public'");
    		return $custom_ids;
    	}	
    	
    	function custom_members_query( $query_array ) {
    		$query_array->query_vars['include'] = $this->custom_ids;
    	}	
    	
    	function custom_members_count ( $count ) {
    		$new_count = count( $this->custom_ids );
    		return $count - $new_count;		
    	}
    }
    
    function custom_user_ids( ) {
    	new BP_Custom_User_Ids ();
    }
    add_action( 'bp_before_directory_members', 'custom_user_ids' );

    Props @shanebp (tip on github)

    #213737
    Hugo Ashmore
    Participant

    This sounds as though you may be using old templates? We removed the old default action of pushing the group create button out into the heading tag in the 2.0.0 release, that change required existing themes to possibly make adjustments if they had perhaps overloaded the bp-functions.php file which had a new set of group create button actions. my memory is hazy on the issue but the trac ticket covering the change is at:

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

    You will need to provide details of your theme as without any detail of your setup it’s difficult to help – as a check try activating one of the WP shipped themes i.e twentyfourteen, does the double entry of the button still happen, if not you know it’s a theme related matter.

    #213735
    b2marketing
    Participant

    Hi

    Sorry had to go to bed.

    Yes it is a custom profile field I created and it is working when using Buddypress 2.0.2 but updating to latest 2.1.1 then all members disappear from the loop and I just get the “else” statement saying: No members found.

    I created the custom field by going to users -> profile fields.
    I then use the if statement above like this. Please see gist.
    https://gist.github.com/philipb2/bd689aa4b843235ec414

    Thanks

    #213729
    Ron Wills
    Participant

    My other pages work fine and I can assign any sidebar/layout to a specific page.

    But it does not work with Buddypress pages.

    #213728
    Ron Wills
    Participant

    Thanks Danbp for the reply.

    I think I confused the scenario a bit.

    Pages display correctly when I select sidebars/layout in the Theme Options for the various WP area i.e Page, Archive etc and everything appears as expected. However, when I try to assign a custom sidebar/layout on the individual page assigned to Buddypress, it does not override the settings in the Theme Options.

    #213726
    danbp
    Participant

    See bp_xprofile_get_visibility_levels function

    Remind

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