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: 25494

    Hi Jay,
    I am sorry, I was mistaken.

    In groups, you can not remove/add/modify sub tabs for existing navigation items using the Group Tabs Pro plugin.

    The reason si there is no standard way to keep the details for sub navs in groups and each plugin adds their own.

    My suggestion will be to use any translation plguin(or poedit software) for translating the labels.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Opps, sorry.

    We won’t be able to add next/previous on click on image bt we can help with disabling the linking.

    There are 2 ways to do it
    1. Template override of the lightbox image
    2. Or adding an option in the plugin

    To override templa,e please copy wp-content/plugins/mediapress/templates/mediapress/default/gallery/media/views/lightbox/photo.php to your-theme/mediapress/default/gallery/media/views/lightbox/photo.php

    and change this line

    
    <a href="<?php mpp_media_permalink(); ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>" class="mpp-lightbox-single-photo">
    
        <img src="<?php mpp_media_src( mpp_get_selected_lightbox_media_size() ); ?>" alt="<?php echo esc_attr( mpp_get_media_title() ); ?>" />
    </a>
    

    to

    
     <img src="<?php mpp_media_src( mpp_get_selected_lightbox_media_size() ); ?>" alt="<?php echo esc_attr( mpp_get_media_title() ); ?>" />
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Shannon,
    I will need some more time before I can check the media query and post. I will do it early next week now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Slug for current profile? #29246

    Hi, you may use this

    
    
    <?php
     $url = bp_loggedin_user_domain() . 'profile';
    ?>
    
    

    and then in href

    
    
    href="<?php echo esc_url( $url );?>
    
    

    or

    
    
    href="<?php echo esc_url( bp_loggedin_user_domain(). 'profile' );?>"
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Friendship restriction #29245

    Hi Clea,
    Thank you for the patience.

    The problem is you should not select “All Members”.

    When you need to allow only certain roles, Please do select the roles but avoid “All Members”. It makes functionality apply to all members.

    If you uncheck “All Members” from the general settings(Sending & Receiving both), It will work as expected.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Integrating MP with Youzer – upload issues #29244

    Thank you. I look forward to get this working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Jay,
    Thank you.

    You can change the label for sub naves too with the same plugin.
    https://buddydev.com/docs/buddypress-group-tabs-creator-pro/group-sub-tab-options/

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] Buddy press activity shortcode #29239

    Thank you Patrick.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten,
    Both the functions are correct. Depends on your need. One provides unique count while other provide total count(including repeated visits).

    About the nav, I am sorry but I am not in a position to assist you. I do not think I understand the context well to assist you.

    You are most probably doing it for a custom theme and a lot of markup will depend on what the theme expects.

    Regards
    Brajesh