Search Results for 'buddypress'
-
AuthorSearch Results
-
July 6, 2018 at 8:41 pm #275070
In reply to: Private Message Button Not Working Right?
r-a-y
KeymasterThanks for the report and suggested fix, @vesterde.
I’ve linked to this thread in this ticket – https://buddypress.trac.wordpress.org/ticket/7908
July 6, 2018 at 8:23 pm #275069In reply to: Users can’t register and they don’t show up
r-a-y
KeymasterIt’s a problem with your theme.
You need to alter the
/members/activate.phptemplate in your theme. The template might be named/registration/activate.phpas well:
https://github.com/buddypress/BP-Default/commit/baa3be909bb353e2a20a16a0e6da5219b4a73627July 6, 2018 at 6:58 pm #275068Henry Wright
ModeratorCheck out the “Displaying Extended Profile Fields on Member Profiles” article
July 6, 2018 at 6:53 pm #275067In reply to: Automatic account activation link doesn’t work
r-a-y
KeymasterIf you’re using a custom theme that has overriden the activation template, your problem will occur.
Read the second point in the following thread for a fix:
July 6, 2018 at 3:20 pm #275064In reply to: Private Message Button Not Working Right?
vesterde
ParticipantI also think this is a bug, but while we wait for an official response, I’ve managed to work around it.
Technically, this only happens if you’re using the Nouveau template, legacy still works fine.
There are two steps to fix the issue. Firstly, in your theme folder create the folder(s) buddypress/common/js-templates/messages and inside messages, create index.php.
Into index.php here, copy the contents of the buddypress plugin file (within the plugin folder) bp-templates/buddypress/common/js-templates/messages/index.
Inside the newly copied index.php file, go to line 37, where the input named “send_to” is located and change it to this:
That was the first step, the second one is to add the following filter to functions.php:
That fixed it for me.
The problem seems to be 2 things.
Firstly, the link being generated on for the user list view has “…#compose?r=…”, which is meant to use the compose view as a backbone view I presume, but that ends up not switching to the compose at all, so switching out # for / makes it go to the correct location.
Secondly, the input field has no code (PHP or Javascript within the Backbone engine) that should take the query variable and inject it as the recipients username. The code itself does exist (
bp.Nouveau.getLinkParams), I just don’t know why it wasn’t implemented here somehow.Hope this helps.
July 6, 2018 at 7:21 am #275050In reply to: WYSIWYG in BP Group description
Varun Dubey
ParticipantJuly 6, 2018 at 6:51 am #275042Varun Dubey
Participant@darksilence1990 It might be some 3rd party plugin conflict, Try to disable other user-specific (like login redirect or any BuddyPress add-on )plugins for a while check profile again.
July 6, 2018 at 6:46 am #275041In reply to: Change Online time
Varun Dubey
Participant@shnactor1 It seems, Online Duration Query is hard coded for 5 min
https://raw.githubusercontent.com/buddypress/BuddyPress/5416edd2146df0aca06cba1007f5175dc827135f/src/bp-core/classes/class-bp-core-user.php
You can request for the filter from trac ticket https://buddypress.trac.wordpress.org/reportJuly 6, 2018 at 6:40 am #275040In reply to: Hide Admin Accounts
Varun Dubey
ParticipantJuly 6, 2018 at 6:29 am #275037In reply to: ACF and BP Groups
Varun Dubey
Participant@brunomac not at default integration, you can check Group Extras plugin approach. https://wordpress.org/plugins/buddypress-groups-extras/
July 5, 2018 at 7:48 pm #275027In reply to: import WP_members
mlasell
ParticipantThanks,
Is there a way for BuddyPress to access the existing user_meta data such as address or phone number or does that need to be in the bp_xprofile_data as well? If so can I import data solely into that table or are there other tables that have to be updated in conjunction?
And thanks again.July 5, 2018 at 7:32 pm #275024In 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
michaelv3
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 #274950michaelv3
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
-
AuthorSearch Results