Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,401 through 6,425 (of 68,969 total)
  • Author
    Search Results
  • #274260

    In reply to: Description Groups

    Theunis Coetzee
    Participant

    For a temporary workaround this worked for me:

    buddypress\bp-templates\bp-nouveau\buddypress\groups\single\cover-image-header.php

    line 62
    <?php echo esc_html( bp_nouveau_group_meta()->description ); ?>

    replace with:
    <?php echo bp_nouveau_group_meta()->description; ?>

    reference: https://codex.wordpress.org/Function_Reference/esc_html

    #274257
    Venutius
    Moderator

    Have you looked at Auto Group Join? also Registration Groups? These could help you do what you achieve. Auto Group Join includes a handy admin page where you can arrange who is in what group.

    Hiding the Group Activity (Home) page is a bit more involved, but one option could be to simply disable activity?

    #274255
    Venutius
    Moderator

    Ah, I’ve just realised which group avatar you are talking about, not the one I was thinking. in my system I was getting a group avatar right beside the group name, scrap my code.

    That’s a function of BuddyPress, not of BP External Group Blocgs I reckon, Every activity post in the group will get that, not just the RSS feed items.

    #274250
    Anonymous User
    Inactive

    BTW You can fix it by switching back to the Legacy template pack from your BuddyPress Options Administration screen.

    #274248
    Anonymous User
    Inactive

    Hi @akkoxe,

    I think your theme is using a custom buddypress/activity/post-form.php template as there are two textarea tags. Can you confirm ?

    The error you get about the undefined message is there because the Nouveau JS Templates are not being included.

    #274239
    Venutius
    Moderator

    Ah, That’s an error I’ve been unable to fix, the test system I tried it out on I ended up completely reinstalling. I looked all over for what might be wrong but no joy, I think that it’s down to permalinks for the register page becoming corrupt.

    I reported it on Trac here: https://buddypress.trac.wordpress.org/ticket/7744

    Maybe you can add to the ticket?

    #274235
    Venutius
    Moderator

    I take it you’ve done the usual and deactivated all other plugins apart from BuddyPress, switched to a default theme such as 2017?

    #274234
    simondevries
    Participant

    Solution found, my problem has to do with the theme im using.

    contacted theme creator and he said that the theme will be updated shortly and that the new buddy press will function normaly.

    ””
    Reinstall it and should be ok.

    Once the theme updated, the latest BuddyPress will be supported.
    ”’

    Thanks all!!

    #274232
    Venutius
    Moderator

    No, check out the BuddyPress Tools options in Admin>>Tools>>BuddyPress

    #274230
    T
    Participant

    Thank you for a quick response, @venutius! How would I just reinstall the BP Emails? Would I have to reinstall the entire BuddyPress plugin?

    #274226

    In reply to: Problem with nouveau

    Venutius
    Moderator

    This first step is to deactivate all other plugins apart from BuddyPress and see if that fixes it, second step would be to try a default these such as 2017.

    #274215
    onions2578
    Participant

    you could setup another buddypress site and use sync users to it https://premium.wpmudev.org/project/wordpress-user-synchronization/
    and then ask users to share their info to experts there,
    and rename to friends to experts, and all the profile fields default to share with experts only
    works for me 🙂 and is better than what I had in mind

    p.s.
    redirect registration to master site due to plugin one way sync

    #274213
    dennis.cabasal
    Participant

    Hi Guys,

    I got the same issue last time. You may want to check this topic how to resolve the said issue.

    User Profile Settings page not working

    Regards,
    Dennis

    #274210
    r-a-y
    Keymaster

    We can only help if we can replicate the problem locally.

    So far, I’ve been unable to duplicate this, which is why I ask you to switch your theme. If you don’t want to switch your theme, try changing your template pack to BP Legacy under “Settings > BuddyPress > Options” and see if your member settings page works again.

    #274207
    r-a-y
    Keymaster

    Thanks for the bug report.

    I’ve created a ticket for this here – https://buddypress.trac.wordpress.org/ticket/7897

    In the meantime, if you need this functionality working for whatever reason, you can change your template pack to BP Legacy under “Settings > BuddyPress > Options”.

    #274204
    jameshogan03
    Participant

    Why was this thread moved to “Installing Buddypress”? Surely it belongs more on the creating/extending board…

    I’ll keep you posted mrditt!

    #274200
    r-a-y
    Keymaster

    Read the sticky thread:

    BuddyPress 3.1.0 is now available!

    #274197
    r-a-y
    Keymaster

    Thanks for the report.

    This looks to be the same as this issue – https://buddypress.org/support/topic/cant-post-in-activity-stream/

    r-a-y
    Keymaster

    BuddyPress 3.0 dynamically loads up the registration page content when it lands on the registration page.

    Depending on how PmPro is loading their overrides, they might need to do it at a later juncture than before. Tell them to load their code on 'bp_init' or later.

    #274194
    r-a-y
    Keymaster

    Thanks everyone for their reports.

    This only affects the BP Legacy template pack. I’ve added a ticket for this here – https://buddypress.trac.wordpress.org/ticket/7896

    The workaround above is fine for now, but here’s my potential fix for this – https://buddypress.trac.wordpress.org/attachment/ticket/7896/7896.01.patch

    #274191

    In reply to: Description Groups

    r-a-y
    Keymaster

    This is a known bug with the Nouveau template pack.

    Keep track of https://buddypress.trac.wordpress.org/ticket/7895

    In the meantime, you can use the Legacy template pack by navigating to “Settings > BuddyPress > Options” and selecting Legacy.

    #274183
    mbasonny
    Participant

    good evening everyone
    I have a pb on my website and it blocks me because users have created their account
    Indeed I am setting up a dating site:
    – wordpress 4.9.6,
    -theme: sweet
    website link: http://hiv-rencontre.com
    The plugin used for confirmation of email addresses is buddypress 3.1.0
    The pb is that this user has created an account he does not receive the confirmation email, and his account can not be active
    I have already looked in a lot of forums and even that buddypress website without finding any solution to my problem.
    I already used WP Mail SMTP, it sends the test messages.
    The contact messages form7 and the password reset ones leave well, but for registration confirmation mails, the email is not sent
    I uninstalled buddypress and I tried natively with wordpress it goes without problem so I do not know if the problem is with buddypress, because I even had to uninstall all the plugins but until the nothing.
    Thank you for helping me because it’s really urgent,
    Sonny MBA

    #274175
    jstuts5797
    Participant

    I’m sorry, its actually called Shortcodes for BuddyPress. Here is the link: https://wordpress.org/plugins/shortcodes-for-buddypress/

    #274154
    Venutius
    Moderator

    I reckon try to build on that, otherwise you can create your own page based on the master templates in `plugins/buddypress.bp-templates/bp-legacy (or bp-nouveau)/buddypress/activity etc.

    There’s a few template files that built the activity page, activity loop, index etc, you could make copies of these and load them from your theme, the alternative is to simply overload these template files in order to get the activity page working more like you want it.

    #274138
    reivilob
    Participant

    Sorry to not understand your question …

    my file htdocs/wp-content/plugins/buddypress/bp-groups/actions/access.php is exactly the same as in the distrib and line 85 is
    “}”
    just before the
    add_action( 'bp_actions', 'bp_groups_group_access_protection' );

    if i do in all my site a:
    grep -R "bp_groups_group_access_protection" *

    give me only :

    wp-content/plugins/buddypress/bp-groups/actions/access.php:function bp_groups_group_access_protection() {
    wp-content/plugins/buddypress/bp-groups/actions/access.php:add_action( 'bp_actions', 'bp_groups_group_access_protection' );
    wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php:    * Filter the access check in bp_groups_group_access_protection() for this extension.
Viewing 25 results - 6,401 through 6,425 (of 68,969 total)
Skip to toolbar