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

    Hi Carsten,

    We have free and premium support forums here and this topic you have already posted in our premnium forum.

    About the issue:-

    1. I assume you want to add a tab “Members” on user profile and want it to link to the member directory.

    here is the complete settings
    https://i.imgur.com/2jjbO9H.png
    https://i.imgur.com/aNrlon5.png

    That’s all.

    The important thing to note is that you enter the complete link to your members directory in the tab link.

    Tab link should be used if you want to link to other pages. If you want to create a normal tab, you will not use it.

    2. If the search form has a shortcode, please share it. You can disable the code and simply create a tab and in the first sub tab add that shortcode. That will do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: Buddypress Issues #17290

    Hi Matt,
    Thank you.

    2. Most probably yes.

    3. I can provide a solution by filtering on the ‘gettext’ filter as this

    
    
    /**
     * Change Gallery tab to uploads.
     *
     * Not the best method or the most efficient one and I recommend using translation files.
     *
     * @param string $translated translated text.
     * @param string $original original text.
     * @param string $domain text domain.
     *
     * @return string
     */
    function buddydev_change_mediapress_tab_name( $translated, $original, $domain ) {
    	if ( 'mediapress' !== $domain ) {
    		return $translated;
    	}
    
    	if ( 'Gallery <span>%d</span>' === $original ) {
    		$translated = 'Uploads <span>%d</span>';
    	}
    
    	return $translated;
    }
    
    add_filter( 'gettext', 'buddydev_change_mediapress_tab_name', 10, 3 );
    

    4. Thank you. For discount, Please let me know what amount of discount you need and I will be glad to offer if feasible.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: BuddyPress Activity Comment Notifier #17289

    Hi Chris,
    Welcome to BuddyDev Forums.

    Please open a new topic with it or if you need custom job, please contact via our contact form.

    It is not a bug in the plugin as Activity comment notifier simply notifies of an activity comment and the following action are not handled by it:-

    – When a user is added to a group
    – When a group that user belongs to starts a new forum topic
    – When their is a reply to a topic
    – When there is an update of any sort to a group

    You are right about the Group Email subscription.

    I am not sure if there exists any plugin that covers all of it and it will most probably need custom coding.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: [Resolved] Hierarchization of documents #17287

    Thank you. I just read your other reply and was hoping that this is the plugin. I wil be updating you on both the topics today after testing the plugin.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: [Resolved] No comments on page and doc #17285

    Hi Dominique,
    Thank you.

    Thank you for clarifying about the docs plugin. I will test it today with the theme. if the plugin supports comment and it works with any other theme, I will make sure it works with Community Builder too.

    Please allow me to check it today.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: Buddypress Issues #17278

    Hi Matt,
    Thank you for asking

    1. Do you want a gallery directory page, if yes, you can create a blank page and assign it. if not, you can visit MediaPress->Settings->BuddyPress and disable it.

    2. Just check the screenshot. The widget area is provided by your theme and it seems there is a bug. try contacting theme support for the same.

    3. Yes, Please translate it.
    https://buddydev.com/mediapress/translating/translating-mediapress-into-your-local-language/

    Or you can use any translation plugin to do that.

    4. You are most probably not using our plugin as in our case the Member Type is a profile field and you can put it anywhere a field can go. Please check which member type plugin are you using.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: Featured image is too big #17277

    Hi Bonga,
    The size of a featured image is controlled by your theme. The theme support it and registers it. It should be same what you upload from the dashboard and set as featured.

    I will recommend contacting theme support to assist with you and if there is anything they need I can assist.

    For MediaPress:- Do you want to use it for media uploads? if yes, Please link me to the site with a username and password( Just need a basic subscriber account to check upload) and I can help you get it working for sure.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403
    Brajesh Singh on in reply to: [Resolved] No comments on page and doc #17276

    Hi Dominique,

    The theme supports page comments.

    To enable page comment in WordPress, Please click on the screen options on the new/edit page screen as shown here

    https://i.imgur.com/emulVnR.png

    After that, Please Enable “Discussion” as shown here.

    https://i.imgur.com/PVBYq4s.png

    As here
    https://i.imgur.com/s2DYpIn.png

    I am not sure what document is. is it a post type? Please let me know and I will assist.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403

    Hi Richard,

    I am sorry but I am unable to understand the question.

    bp_current_component() will return a slug that identifies current component. If you are on user’s profile blog page, It will give you ‘buddyblog’, if you are on user’s groups page it is “groups” and so on.

    As a plugin developer, we only register a component, BuddyPress handles what will be the current component and other information.

    If you can explain me the issue, I may be able to help with it.

    Thank yopu
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25403

    Hi Richard,
    Thank you for posting.

    I am sorry for the inconvenience. On our forums, You can edit your replies to a topic but changing the original topic is not supported. This is to avoid confusions.

    If you need to change the actual topic(newly created), I will suggest recreating a post and we will remove the old.

    For replies, you should be able to change it without issues.

    Hope that helps.

    Regards
    Brajesh