Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 4,226 through 4,250 (of 73,985 total)
  • Author
    Search Results
  • #312065

    In reply to: dark mode

    clickallco
    Participant

    You’d have to ask your theme developer, Buddypress doesn’t have dark mode nor slideshow images.

    #312063
    clickallco
    Participant

    Perhaps there’s something your theme hiding it or maybe you haven’t created the pages for the components yet?

    Register and Activation Pages

    #312062
    clickallco
    Participant

    The template you made overrides the current Buddypress one, this means whenever there’s an update to the buddypress template – best practice is to update yours accordingly as well.

    That being said, there’s usually not that many changes made to the templates to keep it stringent.

    #312061
    a608237
    Participant

    I read that there are at least two ways to edit buddypress templates (i.e. Member activity page):

    1-copy parent theme’s buddypress folder into child theme and edit the templates in child theme directory
    2-use hooks to hook into the templates and add content

    I recently used method 1 and was able to edit profile pages/group pages without much issue. But, how does updating the plugin/theme work? If I update the theme/buddypress, will my child theme containing it’s own buddypress folder receive the benefits of the new updates? What’s the best way to receive the benefits of updates while utilizing method 1 (pasting buddypress directory into child theme)?

    Thanks in advance.

    #312059
    Kookidooki
    Participant

    I got recurrent problems with cropping images. First it worked normally amd all of a sudden when – for example when I replace an existing avatar with a new one – the cropping fails and keeps failing.

    Status:
    Using latest WP and Buddypress.
    Did not make changes or installed new plugins, etc.
    Upload is normal. Cropping fails.
    GD Library is installed and orking normal.
    Lazy loading is not installed or active.

    Is there a permanent fix. I’ve been searching for this since a couple of days and still to no avail.

    Thx

    jackieleebrownjr
    Participant

    My “register” link is not working on the login page. When I click it it just refreshes the page. I deactivated all my plugins one by one to find the culprit. Ironically when I deactivated Buddypress then my registration page came back. Any ideas?

    #312053
    conversingcare
    Participant

    Hi,

    I am unable to activate new components on the BuddyPress Settings page because there is no save button. Why is this?

    The theme is Phlox Pro and the main plugins we are runnings are Contact Form 7 and Yoast SEO.

    Any help would be very much appreciated as we are a charitable organisation with very limited resources.

    Website address if needed: http://www.conversingcare.org

    #312051

    In reply to: Members Page

    clickallco
    Participant

    That’s just how Buddypress works.

    There’s conditions as to what is viewable whether or not if you’re logged in, or if its the user’s profile or not, due to security and privacy.

    You’d most likely have to dig into bp_nouveau_get_nav_link() and see how you can filter it (if you’re on the Nouveau BP templates)

    #312049

    In reply to: Remove @Mentions

    clickallco
    Participant

    Do a quick search on the forum and you’ll find many other topics on this. Here’s an example

    https://buddypress.org/support/topic/disabling-mentions/

    #312048
    clickallco
    Participant
    #312047
    clickallco
    Participant

    You can either find where the sidebar is being called in your theme, override the buddypress group templates to not have the sidebar or just hide it through plain css.

    .buddypress.sd .sd-sidebar {
        display:none
    }
    .buddypress.sd .entry-content.sidebar-active {
        width: 100%;
    }
    Garrett Hyder
    Participant

    I assume you’re talking about the group listing when referring to ‘clicking the group’. In that case I believe you’d want to customize the groups/groups-loop.php template by copying it into your own theme and conditionally remove the links if the current user isn’t a member.
    Here’s docs on the template hierarchy in Buddypress – https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/

    That should allow you to control that list of groups and suppress links depending on role.
    As to the request access form if for some off chance they make it to that screen, if you want to suppress the form with a blocking message when they’re a member you can use the same template replacement concept to replace groups/single/home.php

    Or potentially this plugin by @imath may be more appropriate as you could just make the groups private/hidden;
    https://github.com/imath/altctrl-public-group

    disvaper
    Participant

    Hello.

    Is it possible to translate on buddypress time and date format?
    Like seconds, minutes, days..

    #312025
    shonty
    Participant

    Hi guys,

    I’d like to use Activity Streams but not with @mentions. My users find it confusing having a display name and then their login name shows under their profile pic for @mention purposes. Trying to explain it to them is annoying. It also looks confusing.

    I see that when I use the @mention I can find them by their display name anyway and their login name (@mention name) is beside it. If there are duplicate display names I just scroll down the list until I find the right one. So, it doesnt really need to show their login name as the @mention does it?

    Anyway. I cannot find a way to remove @mentions unless I turn off Activity Streams.

    If I turn off Activity Streams I also lose the ability to comment on a photo with a photo, with RT Media. Because they require Activity Streams to be activated for that to work. Again, very annoying.

    Buddypress Groups is also useless without Activity Streams.

    So is Friends.

    At the moment it is easier to have Activity Streams turned off, than deal with the confusion but what a shame I cant use Activity Streams without it. Then I could use friends and groups and NOT confuse my users with @mentions.

    Any help would be awesome. I did find a plugin called “No @mention” and it crashed my site.

    Thank you all

    #312021
    ophilippeo
    Participant

    Hello there,

    I want my buddypress users to play something like a so called lucky wheel. (Something like that: https://wordpress.org/plugins/wp-optin-wheel/)

    But they shouldn’t have to write in their email address since they are already logged in. The wheel should be displayable as a widget.

    Any recommendations? I haven’t found any plugins for that.

    dxyseer
    Participant

    Heya dear bp team.

    I am having a problem with buddypress, i am personally a huge fan of it, but i cant seem to install it on my website..

    It would say this

    Installing Plugin from uploaded file: buddypress.6.0.0.zip
    Unpacking the package…

    There has been a critical error on your website. Please check your site admin email inbox for instructions.

    Learn more about debugging in WordPress.

    Could you please help?
    Thanks!

    #312010
    Brajesh Singh
    Participant

    Please Login to your Dashboard and visit Appearance->Customize-> BuddyPress Nouveau -> Member Front Page.

    Uncheck the option “Enable default front page for member profiles.” and publish. The home tab will be removed.

    Regards
    Brajesh

    jedweb
    Participant

    Should the code on this page still work?
    How to Add Members to a Group via WP Users Screen

    How to Add Members to a Group via WP Users Screen

    I get the ‘Add to BP Group’ option in the Bulk Actions drop down. I’m prompted for the group Id. However, after clicking ‘OK’, the selected user or users are not added to the specified group.

    PHP version: 7.3
    BP version: 6.0.0

    Thanks for any insight.

    J

    #312005
    adio93
    Participant

    Hello, I am using WCFM and Buddypress. They are fully compatible with what WCFM wrote, but not all endpoints are displayed …

    bluesweet
    Participant

    Found my solution –
    Activity Plus Reloaded for BuddyPress plugin

    #311991
    westcan
    Participant

    Hi there, I am using BuddyPress as part of the Socialize theme and it works great! Within BuddyPress > Components > I have “Account Settings” enabled. However if a user elects to change their password they are prompted with the standard WordPress forgot password page https://prnt.sc/snqe36 and not the forget password page of the theme. Is there a way to enforce it to use the forget password page from the Socialize theme? https://prnt.sc/snqff6

    Also, just curious if anyone knows what theme this BuddyPress forum site is built on?

    Thanks

    #311990
    westcan
    Participant

    I’m using “Super Socializer” plugin with BuddyPress and experiencing the same issue. However don’t see any options within this plugin. Can anyone recommend another Socializer Plugin that works and allows control over the username?

    stratact
    Participant

    Thanks for your quick response, albeit I have been away from my multi-site creation for quite a while.

    I’ll try your recommendation to see how it works, but the content of my subdomains are now very different from one another, so it would be best if subdomain groups were only visible to members of the subdomain in which they are created. This would reduce the clutter and confusion of unrelated group names appearing when clicking on a subdomain’s “Groups” link on the menu.

    So, I started a new thread to find a solution to this problem, at:

    Don’t Want Subsite Groups Visible to Other Subsites Within a Multisite

    Best regards,
    – – Stratact

    #311973
    rafafallo
    Participant

    Your piece of code have saved my day. Thank you so much!

    I guess you have solved your problem, after four months. Basically, you have to copy the memmbers/index.php, either from bp-legacy or bp-noveau (depending which you are using), to your theme buddypress/members directory, and modify the order of the options in the select element.

    #311969
    clickallco
    Participant

    Here’s some info on how to change it

    Customizing Labels, Messages, and URLs

Viewing 25 results - 4,226 through 4,250 (of 73,985 total)
Skip to toolbar