Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 6,351 through 6,375 (of 69,044 total)
  • Author
    Search Results
  • #275024

    In reply to: import WP_members

    Henry Wright
    Moderator

    BuddyPress members are the same as WordPress users as far as the database is concerned. They are all saved in the wp_users table.

    #275017
    Venutius
    Moderator

    Possibly the best way of doing this would be to create a custom xprofile field type that encompasses your universities as a drop down list. There used to be the perfect template for you on github – a BuddyPress Xprofile Country Picker – all youd really need to do is swap out the countries for universities. However, I can’t find it, but a deeper search might find it somewhere.

    One option is to let the users enter the site details themselves using https://github.com/shanebp/BP-xProfile-Location however that’s probably not ideal for you.

    You could use one of the existing Xprofile field types as a template for what you want to do. There’s a number of Xprofile Custom field type plugins around, a quick search in the plugins directory and you will find them, find on that provides a drop down list and fork that. This way you let BP do most of the work for you.

    For

    #275007
    Venutius
    Moderator

    BuddyPress does not come with a Shop/edit page

    #274985
    bbddev
    Participant

    Hello,
    I tried to implement this code but without success.

    function bpex_set_member_default_nav() {
     
        bp_core_new_nav_default (
            array(
                'parent_slug'       => buddypress()->activity->id,
    	   // other "activity" sub_nav slugs : personal favorites friends groups
                'subnav_slug'       => 'friends',
                'screen_function'   => 'bp_activity_screen_friends'
            )
        );
    }
    add_action( 'bp_setup_nav', 'bpex_set_member_default_nav', 9 );

    My BuddyPress version is 3.0
    Have any change?
    I activate to the debug and I don’t receive any error

    #274971
    mrditt
    Participant

    I tried to signup and yes it failed. Did you reset email? tools>buddypress>reset email Otherwise it looks like a plugin conflict to me. I would deactivate one by one. Also, deactivate 15zine and try twentyseventeen

    #274968
    T
    Participant

    Hey, sorry for the delay. June was a crazy month. I do need this fixed though, and would still really appreciate your help.

    Although I don’t think this has anything to do with the issue at hand, I followed this (https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php) just in case, and changed the activate.php file, but it didn’t help.

    People cannot register to the site. If you’d like to try it, you will see that it sends you the activation link via email, but then asks for a valid activation key (?!). Nothing works.

    Home

    Also, users sometimes show up as only “participants” and don’t show up under “all”. I have my general settings for New User Default Role as “subscriber” but it’s not applying it.

    Thank you so much!
    T

    #274966
    mygirlfriday805
    Participant

    Ok,
    The weirdest thing… I’m having this same issue, but….. On only of my groups…. I’ve used the buddypress tools to reinstate/repair activity.. and I also repaired my database and renewed permalinks… What the heck.. and even more weird… Its not all gone (group activity) the older stuff is all gone and ALL the videos he had posted…

    #274953
    onions2578
    Participant

    chats to be indexed in the message component of buddy press.

    BP Better Messages


    BP Better Messages – is a fully featured replacement for standard BuddyPress Messages. Plugin is fully backward compatible with BuddyPress Messages.
    Websocket version (fast) $9.99 (licence) month, but I wonder if you only need to pay for one month

    onions2578
    Participant

    gravity forms allows mapping of buddypress fields with form builder, and was made for it.

    Home

    Varun Dubey
    Participant

    @quigley05 which template file you are modifying, member-specific template files inside buddypress/members/single display content based on displayed user id.

    #274934

    In reply to: message problem

    Venutius
    Moderator

    If it was me I’d retrace the function that is producing that message and work back from it to find out what BP check is failing in order to understand what data BP is looking for, I’d then check the data stored in the DB to make sure it’s correct.

    One thing you could try is to goto admin>>Tools>>BuddyPress and see if the DB fix tools supplied help.

    #274932
    Nino
    Participant

    Sorry, it had nothing to do with buddypress. I just need to use update_user_meta() from WordPress.

    #274928

    In reply to: message problem

    Venutius
    Moderator

    It’s worth trying deleting BuddyPress and reinstalling, but this seems more db related. Basically BuddyPress thinks your users do not have the right privileges to view their messages.

    #274921
    Venutius
    Moderator

    You might like to raise this as a feature request in trac?

    #274920
    Venutius
    Moderator

    I’m not exactly sure what you are asking. Are you looking for new video posts to create an activity update in BuddyPress?

    #274919
    Venutius
    Moderator

    You should raise this as big on Trac

    #274918

    In reply to: Sitewide Notice Widget

    Venutius
    Moderator

    I think you will need to raise this as a feature request on trac

    #274914
    Venutius
    Moderator

    I’m also getting this on my test system so it does look like a bug. do you want to raise it as an issue on Trac?

    #274905
    bapakrob
    Participant

    Hello,
    As an admin i created a group with a few members. I notice BuddyPress has a few default pages, but what i want is a link to that one group only.

    So the default is https://website.com/groups
    And the link to that groups is https://website.com/groups/groupname

    I will have several groups, so the second link should be based on the member.

    I hope i am clear enough 🙂
    Rob

    #274897
    Venutius
    Moderator
    #274896
    Venutius
    Moderator
    #274892
    Venutius
    Moderator

    You should raise this in the Shortcodes for BuddyPress support forum

    #274880
    Venutius
    Moderator

    It’s possible but not easily, this ticket talks about doing something like it:

    https://buddypress.trac.wordpress.org/ticket/6694

    #274877
    Venutius
    Moderator

    When you had the profile shortcodes plugin activated, you got the fatal error that an undefined function was being called – bp_get_messages_slug, however this function does exist in any BuddyPress install that has messages enabled, so that error is pointing to a problem with your config – either something is stopping BP from loading correctly or messaging is not enabled. This pretty much points to other issues on your system which are messing with BP. Sometimes plugins throwing errors can provide useful insights into issues elsewhere in your install.

    #274876
    kodrant
    Participant

    I deleted all profile fields, set new profile fields in 2 groups: Base (Primary) and Company.
    Now Company field group is not showing in the Profile page, and Base fields generate the same error when save changes is clicked.
    Plugin disabled: BP Profile Shortcodes Extra (generated many errors including fatal error)
    Plugin active: BuddyPress Xprofile Custom Field Types

    Is there proven tutorial how to successfully add more fields in BP Profile?

Viewing 25 results - 6,351 through 6,375 (of 69,044 total)
Skip to toolbar