Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,126 through 6,150 (of 68,948 total)
  • Author
    Search Results
  • #275623
    Miko Belludo
    Participant

    Hi,

    I have the same issue with BuddyPress version 3.0.0 and we’re using ActiveMember360 + BuddyPress for the members and I’ve tried debugging and found out the front end settings are working if ACmember360 Buddypress extension is turned off so I tried turning it off and the front end General Settings works.

    Is this supposed to be?

    Here are the steps I did:

    1. Copied membership site to a dev server for debugging and started checking the settings
    2. Tried deactivating plugins and the conflict is within BuddyPress and ACmember360
    3. Tried degrading the Buddypress plugin but still doesn’t work
    4. Found out the ACMember360 BuddyPress extension should be turned off for the front end user
    5. General Settings to work

    I don’t know tho what is the effect if we turn this off.

    #275620
    shanebp
    Moderator
    #275617
    shanebp
    Moderator

    As of BuddyPress 2.0, last_activity is no longer stored in usermeta.
    However, it is mirrored there for backward compatibility.
    Instead, refer to the _bp_activity table.

    My first reply included a link to code for insuring that all members have a ‘last_activity’ timestamp.
    Did you follow the directions and run the code?

    #275615
    r-a-y
    Keymaster

    This has already been reported as a bug here:
    https://buddypress.trac.wordpress.org/ticket/7894

    #275612

    In reply to: Description Groups

    Theunis Coetzee
    Participant

    @damon18 to be honest, I’m actually overriding the nouveau theme from inside my child theme, like you’d like to do. I just sort of simplified the solution initially shared on this post for everyone since not everyone edits their themes or creates custom child themes for their projects.

    So yes you’ve got the right idea but the correct file location would be

    /wp-content/themes/my-theme/buddypress/groups/single/cover-image-header.php

    so it’s without the /buddypress/bp-templates/bp-nouveau/ section.

    Hope that helps 🙂

    #275607
    r-a-y
    Keymaster

    See the following with a temporary fix:

    Removing Settings General tab redirect to Other Tab

    Closing this thread to avoid forking the discussion

    #275606
    shanebp
    Moderator

    Make sure all your members have a ‘last_activity’ timestamp.

    New users not showing on member page until they sign in

    If the issues persist, you need to do some basic debugging.
    Start by using a WP theme like 2017 and use the BP > Options > Template Pack > BuddyPress Legacy templates. If that clears up the issues, then you need to get a solution from BuddyBoss.

    If the issues persist, deactivate any other plugins.
    If the issues persist, there is a serious and unknown problem.
    Otherwise, activate the other plugins one at a time until you see an issue.

    #275605

    In reply to: Description Groups

    DL
    Participant

    @ipokkel I made the change directly in the Buddypress file

    /wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php

    I wasn’t sure if the override system worked on this kind of thing, could I move that file (and any others that need modification) under my child theme like

    /wp-content/themes/my-theme/buddypress/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php

    I know that sort of over-ride works for theme files like page.php and single.php but does it work for everything?

    #275601
    1millionwomentotech
    Participant

    I am having the same problem. To replicate the issues with BuddyPress, we have them explained here

    also this error
    https://www.dropbox.com/s/8haf9wux15gi4g7/Screenshot%202018-08-08%2019.45.56.png?dl=0
    appears for mobile devices, when trying to access the website, can you help find what is causing this?

    Thanks!

    #275594
    Hugo64
    Participant

    I use Buddypress Upload Avatar Ajax plugin

    #275586

    In reply to: Sidebars and pages

    DL
    Participant

    I fixed this by creating a new file named buddypress.php to place in my theme (child theme) on the same level as the page.php, single.php, style.css etc.

    Buddypress then uses that buddypress.php page for all of it’s content.

    The buddypress.php file is simply a copy of page.php with the call for sidebar commented out.
    <?php /* get_sidebar(); */ ?>

    I then needed to adjust main content div to be 100%, or in my case simple remove the ID tag that called the css to limit the width of the “left content” to 73%.

    Hope that helps.

    #275585

    In reply to: Group Descriptions

    shanebp
    Moderator

    On the front end, go to a group and select ‘Manage’.
    You should end up on an url like: .../groups/your-group/admin/edit-details/
    And be able to edit the description.

    On the back-end, wp-admin > Groups > roll over a group name and select ‘Edit’.

    Re the second issue: https://buddypress.org/support/topic/description-groups/

    #275578
    r-a-y
    Keymaster

    Do you both have the Activity component disabled?

    If so, this is a bug. We’ve tentatively fixed this for the next release.

    However, you can temporarily apply the changes by by adjusting these files:
    https://buddypress.trac.wordpress.org/changeset/12185

    (Red means code removal, green means code addition)

    #275570
    r-a-y
    Keymaster

    What happens when you enqueue it? Does it work then? The next step is to figure out why the buddypress-nouveau JS is not being enqueued on the Site-wide Activity page.

    #275569
    r-a-y
    Keymaster

    The bug needs to be reproduceable on a fresh install of WordPress and BuddyPress.

    If you are able to replicate this bug there, then please list the steps it takes to duplicate the problem.

    It’s possible that you are using a plugin or custom code to change certain things. If that is the case, you need to disable all BuddyPress-related plugins and code snippets and then trying to reactivate each one to pinpoint what is causing the problem.

    #275564
    d d
    Participant

    I’m also having the same issue.

    BuddyPress Devs – Any word?

    davidhere
    Participant

    Hi folks, new BuddyPress user here. (Using BP 3.1.0, WP 4.9.8, site in development)

    I’m looking to use BP for the following specific functionality:

    1) Allow our members to post updates on their own profile (privately) for their own reference (diary style), which they will be able to review themselves later, over time.
    2) It would be great if the admin user(s) could post comments on their diary entries too.

    First hurdle: I would like to know how to “hide” certain elements of BuddyPress. When I go to the Activity page for a test user, besides the activity entry box and feed, I see links to toggle between “All Users” and “Mentions”. Then there’s an RSS link, a “Search Activity” box (might keep that, sure), and a dropdown for ‘Everything’ and some other options.

    My first question: How do I go about hiding / disabling the functionality I don’t want our members to see/use? Should I edit plugins/buddypress/bp-activity/bp-activity-template.php ? Is this a good idea? :-O

    Second question: Changing references of “Activity” to, say, “Diary” — is this best done with a translate plugin (e.g. LocoTranslate)?

    3rd question: How would I enable admins the ability to add comments within a member’s activity stream (e.g. respond to specific entries)? Does anyone have any ideas on that? Is there another plugin somewhere that enables such functionality, perhaps?

    Thanks for advice/tips you can give!
    David.

    #275554
    schwarzkopf.club
    Participant

    I’m getting the same issue, but for me, it seems like there is a conflict with bbpress. when I disable it, it is working just fine. so far no solution for it 🙁

    my console gives me this error message:

    underscore.min.js?ver=1.8.3:5 Uncaught SyntaxError: Unexpected token ;
        at new Function (<anonymous>)
        at Function.m.template (underscore.min.js?ver=1.8.3:5)
        at n.template (wp-util.min.js?ver=4.9.7:1)
        at n.render (wp-backbone.min.js?ver=4.9.7:1)
        at n.render (buddypress-group-invites.min.js?ver=3.1.0:1)
        at wp.Backbone.Subviews.<anonymous> (wp-backbone.min.js?ver=4.9.7:1)
        at underscore.min.js?ver=1.8.3:5
        at Function.m.each.m.forEach (underscore.min.js?ver=1.8.3:5)
        at wp.Backbone.Subviews._attach (wp-backbone.min.js?ver=4.9.7:1)
        at wp.Backbone.Subviews.set (wp-backbone.min.js?ver=4.9.7:1)
    #275546
    Aron Prins
    Participant

    Hey @nfxpert @belle33 @itsart,

    If it is allowed for me to share my domain here, it is https://www.collectorplayingcards.com (running on BuddyBoss original theme (not Boss).

    If you look in the header section you can see my little resetCookie function in action.

    Like @r-a-y says, that is a “good enough” solution for now, or you could take him up on his trac ticket https://buddypress.trac.wordpress.org/attachment/ticket/7896/7896.01.patch 🙂

    Hope this helps!

    Cheers,
    Aron

    #275545
    r-a-y
    Keymaster

    I just saw another thread about this.

    It looks like the bp-nouveau JS files are not being outputted in the footer.

    You can check to see if the buddypress-nouveau JS file is being properly registered and enqueued:
    https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-templates/bp-nouveau/buddypress-functions.php#L296
    https://buddypress.trac.wordpress.org/browser/tags/3.1.0/src/bp-templates/bp-nouveau/buddypress-functions.php#L364

    Are you, by chance, filtering 'bp_nouveau_register_scripts' anywhere?

    #275544
    r-a-y
    Keymaster

    Sounds like the same problem as this report:

    Can’t Post in Activity Stream

    Unfortunately, we have been unable to determine the cause. Maybe you can help?

    If you are able to reproduce this problem on a fresh install of WordPress and BuddyPress, then please let us know so we can look into the problem.

    #275541
    Sean Nicholson
    Participant

    Thank you! That helps me understand that it’s not the standard BuddyPress behavior. I don’t have BP Activity Plus, but I do have RTMedia and after disabling it, the issue is gone. Now I just have to help the RTMedia dev team understand that the issue is on their side.

    Appreciate your patience and help with this!!

    –Sean

    #275535
    r-a-y
    Keymaster

    Maybe just “don’t use oembed except for Youtube” type of hacking?

    BuddyPress just uses whatever oEmbed providers that WordPress uses.

    You can disable oEmbed providers in WordPress with code:
    https://codex.wordpress.org/Function_Reference/wp_oembed_remove_provider

    Hope that helps somewhat. The rest is up to you.

    r-a-y
    Keymaster

    Check areas where your developer has either written a plugin or modified your BuddyPress templates in your theme (should be under /wp-content/YOUR-THEME/buddypress/ maybe.

    #275533

    In reply to: Genre Authors site

    r-a-y
    Keymaster

    Sounds like you should use a forum like bbPress (bbpress.org) instead of a profile-centric option like BuddyPress.

Viewing 25 results - 6,126 through 6,150 (of 68,948 total)
Skip to toolbar