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: 25456
    Brajesh Singh on in reply to: bp simple front end post form validation fields #6164

    HI SyLng,
    My apologies for the delayed reply.

    Are you using it with BuddyBlog or BCG or independently. Also, are you comfortable with PHP? Please let me know and I will point in the right direction.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Nana,
    I am sorry but that is beyond the scope of this plugin. I have already pointed to some solutions in your other thread.

    @all
    I am closing this topic for now. Please feel free to open new topic for feature requests.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Brett,
    I am sorry, as far as I see BuddyPress does not have any member type xprofile field.

    As of the plugin, The plugin does compare with label, as a fallback measure for unknown fields. Member type is not a native field and not supported in this plugin. I will add support for member type field today/tomorrow.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Deco,
    That’s some good news. I am glad it is fixed.

    I will suggest restoring the old code ( the code using apply_fliters) and use my previous reply.

    The plugin has no issue in taking any valid URL. You can use the filter ‘bpdev_autoactivate_redirect_url’ to set dynamic URL for the given user.

    I am sorry but at the moment, I do not offer any consultancy outside BuddyDev support. If you mean taking on forum, I am always available during PST.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    If you can give me temporary FTP access, I can debug and fix it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Please see my first reply. It was filtering on this “bpdev_autoactivate_redirect_url”. It is there to allow redirecting to custom urls and It works fine. I did test before posting to you.

    There seems something is causing second redirection that is making it difficult at the moment.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Is the page on the same WordPress installation? Can you please disable other plugins except the LMS and then check it(as you mentioned earlier you can not disable LMS). We need to find which plugin/code is causing it.

    From your previous reply, It is clear that some other plugin is adding redirect for sure.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    This plugin does not have any feature to redirect to dashboard. There is another plugin causing it. You have the plugin code, Please do check that.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Deco,
    I am sorry for the inconvenience but when there are multiple plugins installed, It becomes difficult to track down by just looking at the site.

    For now, Please do this. Change this

    
     bp_core_redirect( apply_filters( 'bpdev_autoactivate_redirect_url', bp_core_get_user_domain( $user->ID ), $user->ID ) );
    
    

    to

    
    
     bp_core_redirect( 'http://cienciadafelicidade.net/pagamento/' );
    
    

    Does that work? If not, Is it possible that the page you are trying to redirect is not on the same install of WordPress?

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: "People map" #6148

    Hi Nana,
    There is a plugin called Geo Directory that does something similar and there is another plugin available on wp repo which is geolocation xprofile field.

    Please take a look, those should help you.