Search Results for 'buddypress'
-
AuthorSearch Results
-
July 5, 2018 at 7:32 pm #275024
In reply to: import WP_members
Henry Wright
ModeratorBuddyPress members are the same as WordPress users as far as the database is concerned. They are all saved in the
wp_userstable.July 5, 2018 at 7:07 pm #275017In reply to: Registration Field from Database
Venutius
ModeratorPossibly 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
July 5, 2018 at 1:44 pm #275007In reply to: Edit address page is blank
Venutius
ModeratorBuddyPress does not come with a Shop/edit page
July 5, 2018 at 12:51 am #274985In reply to: help with default activity stream tab
bbddev
ParticipantHello,
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 errorJuly 4, 2018 at 1:35 pm #274971In reply to: Activation Email not sent
mrditt
ParticipantI 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
July 4, 2018 at 2:20 am #274968In reply to: Users can’t register and they don’t show up
T
ParticipantHey, 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.
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!
TJuly 4, 2018 at 1:14 am #274966In reply to: Buddypress lost all activity stream posts
mygirlfriday805
ParticipantOk,
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…July 3, 2018 at 11:52 am #274953In reply to: User to User Messenger plugin
onions2578
Participantchats to be indexed in the message component of buddy press.
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 monthJuly 3, 2018 at 11:29 am #274950onions2578
Participantgravity forms allows mapping of buddypress fields with form builder, and was made for it.
July 2, 2018 at 8:10 pm #274944Varun Dubey
Participant@quigley05 which template file you are modifying, member-specific template files inside buddypress/members/single display content based on displayed user id.
July 2, 2018 at 4:16 pm #274934In reply to: message problem
Venutius
ModeratorIf 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.
July 2, 2018 at 2:44 pm #274932In reply to: How to add data to users’s fields from buddypress
Nino
ParticipantSorry, it had nothing to do with buddypress. I just need to use
update_user_meta()from WordPress.July 2, 2018 at 2:37 pm #274928In reply to: message problem
Venutius
ModeratorIt’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.
July 2, 2018 at 1:29 pm #274921In reply to: Add the email Lost Your Password in Admin Email List
July 2, 2018 at 1:28 pm #274920In reply to: Comments link to BuddyPress activity
Venutius
ModeratorI’m not exactly sure what you are asking. Are you looking for new video posts to create an activity update in BuddyPress?
July 2, 2018 at 1:22 pm #274919In reply to: BUG: Activity dashboard
July 2, 2018 at 1:20 pm #274918In reply to: Sitewide Notice Widget
July 2, 2018 at 9:08 am #274914In reply to: Errors being thrown from bp-groups – possible bug??
Venutius
ModeratorI’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?
July 1, 2018 at 7:49 pm #274905Topic: Direct link to group
in forum How-to & Troubleshootingbapakrob
ParticipantHello,
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/groupnameI will have several groups, so the second link should be based on the member.
I hope i am clear enough 🙂
RobJuly 1, 2018 at 3:54 pm #274897In reply to: Automatic account activation link doesn’t work
Venutius
ModeratorThis must be this one https://buddypress.trac.wordpress.org/ticket/7894
July 1, 2018 at 3:53 pm #274896In reply to: Activate page anchor rendering as plain text
Venutius
Moderatorhttps://buddypress.trac.wordpress.org/ticket/7894 Here’s the ticket for that.
July 1, 2018 at 6:30 am #274892In reply to: shortcodes for buddypress – page layout
Venutius
ModeratorYou should raise this in the Shortcodes for BuddyPress support forum
June 29, 2018 at 3:17 pm #274880In reply to: how displayname on address bar
Venutius
ModeratorIt’s possible but not easily, this ticket talks about doing something like it:
June 29, 2018 at 12:31 pm #274877In reply to: Base Profile Fields Error on Save Changes
Venutius
ModeratorWhen 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.
June 29, 2018 at 12:21 pm #274876In reply to: Base Profile Fields Error on Save Changes
kodrant
ParticipantI 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 TypesIs there proven tutorial how to successfully add more fields in BP Profile?
-
AuthorSearch Results