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: mpp Featured media widget #6093

    HI George,
    Thank you for posting. As always, I appreciate your ideas for the improvement of MediaPress and related plugins.

    1. We are thinking about it. It will be like sticking with a slider option or do something with views to allow site admins decide the slider options.

    2. It’s a good idea. Will certainly add it.

    3. Yup. I am not a fan of auto playing videos/audio but we can always have an option in the widget and use the playlist view.

    4.We will have shortcodes. The plugin is not yet in released state. So, more features are coming to it. As of custom sidebar, I may be releasing an addon for woosidebars to handle these cases.

    5.Yes, we need to revisit it. We will try for a formal release next week and go through it.

    6. This is on my priority list. I am working on UI and expect it in a month. I have been waiting as I do not want it to be like the existing solutions. Plan is to allow link/oembed/normal images from web pages, remote sources and so on in a proper manageable and future proof way. Adding support for just youtube and soundcloud is easy but I am going for a more flexible approach.

    I will keep you updated about the progress of featured image next week.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Xochi,
    Welcome to BuddyDev.

    In your theme, you should have functions.php, Please put the code there.

    PS: For future, Please create a new topic if the topic is too old and reference the relevant link.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi Deco,

    Please use the following code and put it in your bp-custom.php

    
    
    function buddydev_custom_autologin_redirect( $redirect_url, $user_id) {
    
    	$redirect_url = site_url( '/welcome-page/' );//assuming that you want to redirect to welcome page
    
    	return $redirect_url;
    }
    add_filter( 'bpdev_autoactivate_redirect_url', 'buddydev_custom_autologin_redirect', 10, 2 );
    
    

    You can change the redirect url to anything you want.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456

    Hi David,
    Thank you for marking it resolved.

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    Brajesh Singh on in reply to: Gallery listing #6083

    HI Terjemk,
    Welcome back.

    Which listing you want to modify? There are listing in
    -directory
    -shortcode
    – widgets
    -User/Group Galleries landing page

    These all come from MediaPress template. You can copy files from plugins/mediapress/templates/mediapress to yourtheme/mediapress in relevent path( Please only copy the files you need to modify).

    Hope that helps.

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

    Hi Valarie,
    Please send me a copy at [email protected] and I will help.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25456
    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: 25456
    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: 25456
    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: 25456

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