Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 17,226 through 17,250 (of 68,985 total)
  • Author
    Search Results
  • #179694
    JordanePeters
    Participant

    Hi everyone,

    First of all, thank you very much for the BuddyPress plugin (it is an awesome work! )
    I have the same issue than nigelsd =(. When I click on “Complete Sign Up”, the page is reloading emptying just the password fields.

    I have just installed on a local environment with MAMP:
    – The latest stable version of wordpress (3.8.1).
    – One plugin alone: BuddyPress in its latest stable version (1.9.2).
    – I have installed nothing else and all with a new clean BDD.

    Could you support us in order to be able to go a step further in the use of BuddyPress please?
    Thank you very much in advance

    Jordane

    #179685
    Kairimo
    Participant

    Hi, I’m using Buddypress Version 1.7.2 and WP Content Filter Version 2.33. i already add your code at line 208 and it doesn’t work. i also add it into bp-custom.php file and also doesn’t work. did you have any suggestion for me.

    Thanks

    BackpackersUnion
    Participant

    Hi @matthew.hout, Did you try Buddybosses Second idea? That’s what it sounds like the problem is. After you install BuddyPress you need to assign certain BuddyPress Pages to WordPress Pages (Activity Streams, Site Tracking, Members, Register and Active, are the pages depending on your Component Settings). To set these pages go to; Settings -> BuddyPress -> Pages. I don’t remember if BuddyPress creates the WordPress pages for you. You may have the create a blank page for each yourself. After you connect the WordPress pages to BuddyPress, I’d imagine it will start working.

    #179668
    @mercime
    Participant

    @neerajkumar2020 have you posted at plugin’s support forum as Henry suggested in https://buddypress.org/support/topic/buddypress-ass_digest_items-in-usermeta-table/ ?

    #179665
    godavid33
    Participant

    I ended up just copying the function and renaming it and using that. but of course the code is not pasting… So i’ll just point you where I went:

    http://phpxref.ftwr.co.uk/buddypress/nav.html?_functions/index.html

    Line 840

    Hope this helps someone.

    Every post I look at seems to be ages old, so hopefully this forum is not dead. I shall take it upon myself to revitalize posting actually useful things.

    #179656
    Henry Wright
    Moderator

    That sounds like a better approach than mine. I just have a rather crude looking button which marks as read all unread notifications.

    bp_notifications_mark_notifications_by_type is the function I’m using to do the marking. For example:

    if ( bp_is_active( 'notifications' ) ) {
        bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->messages->id, 'new_message' );
        bp_notifications_mark_notifications_by_type( bp_loggedin_user_id(), buddypress()->activity->id, 'new_at_mention' );
    }
    granville
    Participant

    Hi @danbp

    Thanks for the reply – sorry for my slow response; I hadn’t selected “notify” at the bottom of the page.

    My main concern is that @megainfo is unwell – the support forum for the great plugin Buddypress Wall has been abandoned. It’s been 6 weeks and not a peep from megainfo. The support wall is here:
    https://wordpress.org/support/plugin/buddypress-wall

    There are several problems now reported there – mine is there also, and the link is here:
    https://wordpress.org/support/topic/post-on-another-members-wall-disappearing

    If you are able to provide assistance, I would be very grateful

    #179651
    Henry Wright
    Moderator

    Hi @neerajkumar2020

    Ah right. So it’s this plugin you’re using:
    https://wordpress.org/plugins/buddypress-group-email-subscription/

    It’s very easy to update user meta in WordPress. See:
    https://codex.wordpress.org/Function_Reference/update_user_meta

    But the plugin uses the BP version of this function AND I see that there are conditions in place which govern when this particular meta value is updated.

    Have you tried asking on the plugin’s support forum? That might be the best place to start as you’ll have people there far more familiar with the plugin’s code.

    https://wordpress.org/support/plugin/buddypress-group-email-subscription

    #179650
    neerajkumar2020
    Participant

    Hello Henrywright,
    Thank you for your response.

    “ass_digest_items” is used in buddypress-group-email-subscription/bp-activity-subscription-digest.php

    as per my knowlodge “ass_digest_items” value should be updated when any comment/post is added.
    But i am not able to update the value for “ass_digest_items”

    #179649
    Henry Wright
    Moderator

    ass_digest_items isn’t a meta key BuddyPress uses (to my knowledge). Are you sure it doesn’t come from a plugin?

    #179647
    neerajkumar2020
    Participant

    Please help me what is the use of “ass_digest_items” in usermeta table (buddypress) and how can i update the value when any comment/post is added.

    #179644
    mvfs314
    Participant

    Thanks for helping! But I’d like to have a login system because I intend to available pdf. files of exercises to my students.

    So, can I do this with buddypress?

    #179635
    Laurens Offereins
    Participant

    Thanks for your feedback. Ticket created at https://buddypress.trac.wordpress.org/ticket/5456.

    #179633
    Boone Gorges
    Keymaster

    @offereins – Thanks for the post.

    Grabbing $_GET['s'] is, of course, intended behavior. But not allowing overrides – that, I would interpret as a bug. You can see the behavior here: https://buddypress.trac.wordpress.org/browser/tags/1.9.2/bp-groups/bp-groups-template.php#L335

    The proper fix is for us to sniff out querystrings *before* parsing the arguments passed to the function. That way, you can pass a null ‘search_terms’ parameter to bp_has_groups() to bypass our default behavior. Would you mind opening an enhancement ticket for this at https://buddypress.trac.wordpress.org?

    For the time being, you can continue to do what you’re doing by manually setting/unsetting $_GET['s'], or you can filter the clause out of the SQL statement, both of which you’ve suggested above. The only other workaround that comes to mind is something like passing a space character ' ' as a search_terms param – though even that might miss groups with one-word names and descriptions.

    #179632
    BuddyBoss
    Participant

    For their own URL, this will happen automatically with BuddyPress. So to use your example, by default it would be: http://samplesite.com/members/tom-jones

    These two membership plugins are both known to play well with BP:

    Membership 2 Pro

    Home

    Responsive.. sounds cool. Yeah BuddyPress will adopt your theme just like any other plugin. So you can design the theme from scratch. BuddyPress has its own HTML content that it will inject into the page via the_content, so you can style it with that in mind. It has its own stylesheet that you can build around, or deregister if you wanna go all out with your custom styles.

    #179631
    theatereleven
    Participant

    Thanks man.

    What I mean by “their own url” is simply: http://samplesite.com/tom-jones. That type of thing.

    Regarding the membership plugin, is there one out there that plays nicely with BuddyPress?

    Responsive…I’m not using a theme. I want to style from scratch. That’s how I do all WP sites. Does BuddyPress allow this?

    #179628
    sergeantdutch
    Participant

    I think it might have been the process of updating, rather than the update itself, as I’ve searched and found several similar posts. We rolled back to 1.9.1 and the issue persisted.

    https://buddypress.org/support/topic/bad-link-to-profile-edit/ seems to have the same issue, and we’ve tried adjust the database as recommended by breakster, again with no luck. The OP from that post mentioned she was using BP 1.8

    #179620
    divydovy
    Participant

    Just wasted $19 to find out that plugin only works on multisite with buddypress, not a single site with buddypress.

    Ambiguous product description and lack of an easy refund mechanism makes me warn you off wpmudev.

    #179618
    Henry Wright
    Moderator

    @landwire I see! That explains it.

    Is that something that can be taken to core developers and asked if we can enhance the filter functionality

    You could always ask? Trac is the best place to do that: https://buddypress.trac.wordpress.org/

    #179612

    In reply to: BuddyPress e Bootstrap

    stuffgrid
    Participant

    Please Support, help-me the right way to enqueue buddypress with bootstrap <3

    #179604
    keithschmader
    Participant

    @cspowers try the following

    //* Remove the entry meta in the entry header (requires HTML5 theme support)
    remove_action( 'genesis_entry_header', 'genesis_post_info', 12 );

    I too am working on getting rid of the wonky layout issues, it is taking some time. The genesis connect plugin for buddypress is misleading in that it has been recently updated, but is worthless for the latest version of the genesis framework with the latest version of buddypress.

    Will keep you posted if I come across anything else as I work on this.

    #179597
    xxxTRISTAMxxx
    Participant

    Update:
    Problem #1 is for all pages: Members, Groups, Activate, Register

    AND I have added the Members, Groups, Activate, Register Pgs and assigned them to the proper area in the pages section of buddypress.

    #179589
    BuddyBoss
    Participant

    Did you follow the part titled “Advanced Optional Step: Removing the database tables”.

    That is the key to your question. The settings are all stored in the database tables. BuddyPress does not have an option to purge the database settings upon deactivation. You have to manually delete the tables.

    Be careful! You could screw up your whole site if you remove the wrong tables. Definitely back up your database before attempting any of that.

    #179587
    BuddyBoss
    Participant

    @iameverywhere

    I have thought about this a lot as well. BuddyPress spam is SO obvious for a human to figure out. You can detect spammers with almost perfect accuracy in just a few seconds. They all do the same thing. They create an account, then post garbage links. If you have Groups enabled, they create groups full of links in the description. I don’t know of a plugin that will do this, but the best way to block BP spam I think would be to put users in moderation if they post links to groups or activity, just like the setting we have for blog post comments.

    danbp
    Participant

    Hi guys !

    Most of the publishing stuff is regulated from within WordPress settings.
    And allowing blog and forums activity comments is a setting of BuddyPress.

    If you don’t want your users writing notices (what’s new ?), the only thing that is published by buddyPress, you can remove the notice form from the template or add a conditionnal if/else for the allowed members…


    @boblebad
    , FYI buddypress is not a forum software. The forum plugin is bbPress.

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