• Resolved franksysgfx

    (@franksysgfx)


    Hello, how are the additional tabs configured? The RTmedia (plugin) and the Wpdiscuz integrate buddypress (plugin), create tabs and sub-tabs AND EVERYTHING IS OK, but how do I select one by default? I have seen that I can order tabs but that does not solve it because I cannot select a predefined one since it is not in the list, I tried to put it with URL and putting example.com/members/{username}/media but it does not work, it does not show anything, any suggestion?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter franksysgfx

    (@franksysgfx)

    e encontrado este codigo, servira ?

    /**
     * Reorder BuddyPress profile tabs/navigation.
     */
    function buddydev_reorder_buddypress_profile_tabs() {
    	$bp  = buddypress();
    	$nav = $bp->members->nav;
    
    	// it's a map of nav items for user profile to their position.
    	$nav_items = array(
    		'settings' => 10,
    		'activity' => 20,
    		'friends'  => 30,
    		'groups'   => 40,
    		'blogs'    => 50,
    		'messages' => 60,
    		'profile'  => 70,
    	);
    
    	foreach ( $nav_items as $nav_item => $position ) {
    		$nav->edit_nav( array( 'position' => $position ), $nav_item );
    	}
    }
    add_action( 'bp_setup_nav', 'buddydev_reorder_buddypress_profile_tabs', 999 );
    Plugin Support Youzify

    (@kainelabsteam)

    Hello @franksysgfx

    Thanks for reaching us

    May I know, have you checked the tabs settings on Youzify Panel >> Profile Settings >> Tabs Settings, and check if you can find rtMedia and WPDIscuz tab there.

    Best Regards, KaineLabs Team.

    Thread Starter franksysgfx

    (@franksysgfx)

    Sip verique y no aparecen, actualmente e subido los posicionamientos de 100 para arriba y entonces e logrado posicionar la pesta?a RTMEDIA al principia, es decir lo movi de lugar pero no logro que se abra y se muestre

    Pueden verlo aqui: https://tedytok.com/miembros/tedytok-com/

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @franksysgfx

    You’re right. We have checked it and rtMedia and WPDiscuz does not integrate with Youzify. That’s why those tabs won’t appear on the default tab option.

    Sorry for this situation.

    Best Regards, KaineLabs Team.

    Thread Starter franksysgfx

    (@franksysgfx)

    SOLUTIONS: I have seen that with a SHORTCODE plugin
    from RTMEDIA I can display the content correctly but I can’t set it by default, which hook do I use to select one by default in buddypress (maybe it will work)
    Buddyboss themes and others already do it with 1 button ?? avoiding youzify configuration. Help me, code to select 1 by default from original buddypress?

    Plugin Support Youzify

    (@kainelabsteam)

    Hello @franksysgfx

    Thanks for reaching us

    If the rtMedia has shortcode, you can create a custom tab. The custom tab should available on the Profule tabs where you can set it as default tab or order it. ??

    Best Regards, KaineLabs Team.

    Thread Starter franksysgfx

    (@franksysgfx)

    yes that worked ?? thanks

    Plugin Support Youzify

    (@kainelabsteam)

    You’re welcome @franksysgfx

    Best Regards, KaineLabs Team.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘RTmedia / wpDiscuz Buddypress’ is closed to new replies.