Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Use Facebook-like Activity Stream in other loaction #6076

    Hi Rob,
    I am sorry but this plugin does not support it outside profile activity. It may be possible to use it in shortcode but it will require significant amount of time. I am sorry but we are in no position to add this functionality at the moment.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Conditional Profile Fields for BuddyPress Problem #6075

    Hi Valarie,
    I am glad that you resolved it.

    This extra field is added by your theme( woffice ). As far as I see, It is perhaps for making notes about the user. Please check if your theme allows disabling it. Since it is a premium theme, we don’t have access to it and we may not help.

    I will suggest looking at theme options to see if it allows disabling notes, if not then you can contact the author and ask directly.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Login Page Help needed #6074

    Hi Valarie,
    I am sorry but we do not provide this kind of service here. You are using a premium BuddyPress theme and I suggest you ask the theme developers for the assistance.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi George,
    I am sorry but these are not compatible and will not work.

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi George,
    Please add following line to your bp-custom.php

    
    add_filter( 'bpajaxr_is_auto_activation_mode', '__return_false' );
    

    That will disable auto activation and your site will have normal registration process.

    PS: An update is also available that enables the registration from wp-login.php page too. you may want to upgrade.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373

    Hi David,
    Please upgrade to 1.2.8 and It should work out of the box.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Register link to Ajax registration on /login page #6058

    Hi Bajir,
    Thank you for the patience. Please upgrade to 1.2.8. It will allow that automatically.

    Thank you
    brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: A few Mediapress features asks #6057

    Hi George,
    Thank you for the suggestions.

    1. Good Idea, It is doable but needs some code to add this feature on gallery settings page/create page. It is certainly on the list. I specially wanted to do it with site wide gallery.

    2. Sure, we will add it. For now, you may use the widget from here https://github.com/mediapress/mpp-featured-media

    3. It should be in the theme domain. I will be happy to provide an example but I am not sure if including in core will make sense here.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25373
    Brajesh Singh on in reply to: Strange issue caused by BP Ajax Registration #6056

    Hi George,
    That makes sense. On multisite BuddyPress Ajax registration plugin allows you to select a role for the new user(since BuddyPress does not assign any role). You can select the role from Settings->BuddyPress->setting screen

    It seems, somehow the role was selected to be participant(It is a forum role, by default the plugin should have used ‘subscriber’ role).

    Can you please update the role and let me know if it allows new users to be visible. Exiting users will have no effect.

    Thank you
    Brajesh