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: 25485
    Brajesh Singh on in reply to: [Resolved] Overriding templates #29885

    Hi Carsten,
    Thank you for the question.

    with template overrides, you can control what is generated by a template. There are times that a template uses some functions which are provided by plugins and they generate their own output.

    Whether you can modify the output of them or not is dependent on them.

    In case of BuddyPress, you can not modify the User/Group navs by template override. They are content generated from a plugin function. You can completely hide them from the template though. Doing it for individual nav item is not feasible via template override currently.

    As of user sub nav, you can do template override in some cases and not in other. It is not well standardize(It is generated currently but leftovers form past do allow template override for some).

    As of group sub navs, you can override them in most of the case.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Nestor,
    In that case, add atime delay before applying the MathJax.typeset();

    That should most probably fix it.

    something like this

    
    
    setTimeout(function() {
     MathJax.typeset();
    }, 300);
    
    

    I believe the dom insertion might be the case, so delaying the running of MathJax.typeset() might fix it.

    For activity tabs, you should look for this function ‘bp_activity_request’

    As of BP Edit activity, It is a 3rd party plugin that works with BuddyPress. We offer limited support for BuddyPress here. We do not offer support for other 3rd party plugins.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Clea,
    Thank you for confirming.

    I am glad it is working now.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Clea,
    Thank you. I appreciate sharing the css for Visitors.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Documents Button? #29876

    Hi James,
    You are welcome.

    Thank you for posting the step for others.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi John,
    Thank you for reporting.

    I am sorry for the inconvenience.

    I was not aware that the popup is not responsive. Which theme are you using? Also, are you using BuddyPress or BuddyBoss platform?

    Our goal is to provide a responsive popup which works on mobile screens(It does with couple of themes).

    Please let me know the details and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: BBPress notifications in BuddyPress profile #29874

    Hi Scott,
    Clearing of individual notifications are handled by the plugin generating them. We simply list them.

    In this case, It is bbPress which handles clearing the notification not us. It seems they are not handling it.

    Please report it on bbPress trac.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi,
    I am sorry, There is no such bug in the plugin.

    If you need to change the subject, you can do so in the Dashboard->Emails section. This has been the behaviour since last 4-5 release(And since the very first time you used this plugin).

    We haven’t modified anything on that. When you activate the plugin on a new site, It creates an email entry which you can modify as you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi ,
    I am sorry for the inconvenience

    we no longer consider profile meta as authoritative value.

    With the new update, The actual value is calculated from visitors table and cached in the meta.

    Is there any chance you manually changed the counts in meta earlier? Otherwise, this change will have no effect.

    Also, if you need to revert, Please scroll to the bottom of the plugin page and download older version.

    Regards
    Brajesh