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 Force Profile Photo #6750

    Hi Aaron,
    Can you please post the complete content of your bp-custom.php? It seems you don’t have opening php tag?

    Please post the file on pastebin.com and link me here,

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: My Initial Feedback on Community-Builder #6749

    Hi Graham,
    Please do test and let me know. We had added the support for opening the pane form if available when clicking on the login button.

    I am also unable to reproduce it but I will try in a few other browsers too.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: Formating BuddyBlog to work properly with my theme #6746

    Hi Justin,
    is video a new post type? are the video categories custom taxonomy? How do you manage it?

    If the video categories are normal category then they will be available for the posts? Are you able to use video category for normal posts from the Admin dashboard?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: Hide profile administrator #6744

    Thank you and have a great day to you too.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Joshua,
    I am replicating it on on of my test sites and will get back to you in an hour or so.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: [Resolved] Conditional Logic Plugin #6742

    Hi Dave,
    Thank you for posting. I just sent a reply to your email.

    You do not need the conditional fields plugin for this project. I will be looking at this plugin at the end of this month for further extension( I am not sure if we will have multiple conditions or not yet).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: mpp Uploader not working #6741

    Hi George,
    It should be gallery_id not gallery-id.

    Please check the documentation here
    https://buddydev.com/mediapress/topics/getting-started/shortcodes/mediapress-uploader-shortcode/

    Please do let me know if that works for you or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: My Initial Feedback on Community-Builder #6728

    Hi Graham,

    Thank you for the details.
    Since WordPress 4.7 released today and BuddyPress 2.7.3 will be releasing today, I am planning another release on 9th(The theme works with WordPress/BuddyPress, The release is just for making some new enhancements)

    I will be taking care of the 1,5,6(I am looking on 6, if that is the case, I need to investigate it) and the Geo Directory support.

    Can you please clarify me about the ajax registration bit. I had it tested before release but I may be missing something there. Will appreciate any pointing there. By login, do you mean the Right panel login form?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Joshua,
    Can you please give it a try after updating the redirect url/site id

    
    
    function buddydev_signup_page_redirect() {
    	$redirect_to_url = "https://account.artofwargaming.net/signup"; //please change
    	$account_site_id = 3;//please change
    
    	if ( bp_is_register_page() && ! get_current_blog_id() == $account_site_id ) {
    
    		wp_redirect($redirect_to_url, 301);//permanent redirect
    		exit(0);
    	}
    }
    add_action( 'bp_template_redirect', 'buddydev_signup_page_redirect' );
    
    

    Please do let me know if it works or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Joshua,
    I am posting the code today. If you can get the site id of the accounts sites( you can from Network ASdmin->Sites screen), Our implementation will be super easy. I will post here with a dummy id for now.

    Thank you
    Brajesh