Search Results for 'buddypress'
-
AuthorSearch Results
-
May 23, 2018 at 2:05 pm #273382
In reply to: Activation Code after New Member Registration
Venutius
ModeratorMay 23, 2018 at 10:44 am #273373alexhal
ParticipantWell from buddydpress 3.0.0 there are not activation email are being imported even upon re-installing emails from wp-admin -> tools -> buddypress .
any fix or solution for this?May 23, 2018 at 10:30 am #273372In reply to: Looking for private group plugin
Varun Dubey
Participant@vegebond BuddyPress is free and it does not have any pro version.
You can use https://wordpress.org/plugins/invite-anyone/ for your workflowVenutius
Moderatorhttp://membrii-pm23.partidulmonarhist.ro/buddypress/register/ works, repoint you register menu to that page.
May 23, 2018 at 10:12 am #273369In reply to: Comment Button and Reply Not showing
Varun Dubey
Participant@cyberjulie you can download the previous version at https://downloads.wordpress.org/plugin/buddypress.2.9.4.zip
@abracarambar patch is working fine, you only need to modify
Line 395 inside plugins/buddypress/bp-groups/bp-groups-activity.php( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || ! groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )
with
( ! groups_is_user_member( bp_loggedin_user_id(), $group_id ) || groups_is_user_banned( bp_loggedin_user_id(), $group_id ) )May 23, 2018 at 7:31 am #273363In reply to: Activation is not visible
ZaheedManuel
ParticipantNo worries! I fixed the issue.
This is what I did. I located the activate.php file in the theme files and then edited the lines using this link > https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.php
thanks everyone!! You make close this topic 🙂
May 23, 2018 at 7:18 am #273361In reply to: Comment Button and Reply Not showing
Venutius
ModeratorIf you are using BP Legacy its at
wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress...May 23, 2018 at 6:56 am #273358In reply to: Activation is not visible
Varun Dubey
Participant@zaheedmanuelI will suggest waiting for Kleo update, and meanwhile, you can rollback to the previous version of BuddyPress.
May 22, 2018 at 11:09 pm #273347In reply to: users can not be activated after registration
r-a-y
KeymasterIt sounds like your theme needs to be updated.
View what I wrote here:
https://buddypress.org/support/topic/activation-is-not-visible/#post-273344May 22, 2018 at 10:57 pm #273346In reply to: BP3.0 strange behavior
r-a-y
KeymasterSounds like there is a javascript conflict on your site.
Please follow some debug info that I wrote to another user in another thread:
https://buddypress.org/support/topic/activity-page-buttons-not-working/#post-273343May 22, 2018 at 10:35 pm #273344In reply to: Activation is not visible
r-a-y
KeymasterThe Kleo theme needs to update the
activate.phptemplate.Please let the Kleo authors know about this change:
https://buddypress.trac.wordpress.org/changeset/11766/trunk/src/bp-templates/bp-legacy/buddypress/members/activate.phpIf Kleo is based on an older bp-default theme, then this change might be more applicable:
https://github.com/buddypress/BP-Default/commit/baa3be909bb353e2a20a16a0e6da5219b4a73627May 22, 2018 at 8:09 pm #273338In reply to: BP3.0 strange behavior
r-a-y
KeymasterIf you are encountering problems with the group activity stream not showing the Comment button, then this is a reported bug with a fix here:
https://buddypress.org/support/topic/comment-button-and-reply-not-showing/#post-273325I cannot duplicate the problem with the login widget.
Venutius
ModeratorOK, I setup a new page called Register and linked it to BP, I logged uut to look at it and it had all of your fields, you just need to add it to your BuddyPress menu, replacing the current page. That should do it.
Venutius
ModeratorThis is a volunteer only operation, theres a jobs board to post invites.
Maybe you should check my site BuddyPressUser dot com, I wrote a lot of articles aimed at the begineer, that should be of help.
I’m not sure what setup you have got but if you set it up running the 2017 theme, only BuddyPress running, do you still not see those extra fields?
May 22, 2018 at 5:57 pm #273329In reply to: Mobile activity menu
Venutius
ModeratorFirst thing I’d check is if you are running a separate mobile theme, which could be configured to use a different activity page. If that were the case then it’s likely that theres an overloaded activity theme file in the child-themes/buddypress directory. It’s also possible to write a plugin to do the same though – serve a different set of options to mobile pages.
May 22, 2018 at 5:29 pm #273325In reply to: Comment Button and Reply Not showing
r-a-y
KeymasterThanks for the reports everyone.
The following patch should fix this problem:
https://buddypress.trac.wordpress.org/attachment/ticket/7854/7854.01.patchAll you need to do is to change one line in the
bp-groups\bp-groups-activity.phpfile.This will be apart of v3.1.0 when it is released after other bugs are fixed.
May 22, 2018 at 4:38 pm #273318In reply to: Profile notification and settings pages broken
Ninaj
ParticipantHi everyone – it looks like I solved this. I needed to delete the lines in home.php in both in my theme buddypress template under members>single and groups that refers to the ‘forum’.
May 22, 2018 at 4:30 pm #273317In reply to: Profile notification and settings pages broken
Ninaj
ParticipantThis is now showing up on the staging site notifications page:
Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /nas/content/staging/soberocity/wp-content/themes/soberocity-theme/buddypress/members/single/home.php:91 Stack trace: #0 /nas/content/staging/soberocity/wp-includes/template.php(690): require() #1 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(155): load_template(‘/nas/content/st…’, false) #2 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(61): bp_locate_template(Array, true, false) #3 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-core/bp-core-template-loader.php(338): bp_get_template_part(‘members/single/…’, NULL) #4 /nas/content/staging/soberocity/wp-content/plugins/buddypress/bp-members/classes/class-bp-members-theme-compat.php(212): bp_buffer_template_part(‘members/single/…’, NULL, false) #5 [internal function]: BP_Members_Theme_Compat->single_dummy_content(”) #6 /nas/content/staging/soberocity/wp-includes/class-wp- in /nas/content/staging/soberocity/wp-content/themes/soberocity-theme/buddypress/members/single/home.php on line 91May 22, 2018 at 3:22 pm #273314In reply to: No more comments on group posts !
Venutius
ModeratorI’ve just raised a ticket about not being able to comment on activity items in the group activity page: https://buddypress.trac.wordpress.org/ticket/7854#ticket
IF you switch to BP Nouveau in
settings>>BuddyPress>>Optionsyou will get a BP Nouveau item in the customize options list.May 22, 2018 at 3:18 pm #273312In reply to: Mobile activity menu
Venutius
ModeratorHi there, some things to check:
wp-content/plugins/bp-custom.php - general bp customisations wp-content/themes/your-child-theme/functions.php - general wp customisations wp-content/your-child-theme/buddypress/activity etc. bp page overloadsThose three files/locations are where most customisations will be done, but they could also be done via plugins so you should check what you have loaded as well.
May 22, 2018 at 3:13 pm #273311In reply to: Comment Button and Reply Not showing
Venutius
ModeratorI’ve raised a ticket for this: https://buddypress.trac.wordpress.org/ticket/7854#ticket
May 22, 2018 at 9:40 am #273298In reply to: BP3.0 strange behavior
awpt
ParticipantI had the same problem but here is a temporary solution until you get your theme or buddypress updated again.
May 22, 2018 at 9:36 am #273297In reply to: Go back to 2.9.4 (issues with 3.0.0)
awpt
Participantas I see there are problems in the last version with custom themes.
Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /Applications/XAMPP/xamppfiles/htdocs/wordpress/wp-content/themes/mytheme/buddypress/members/single/home.php:91 Stack trace: etc etc etc…
So line 91 I changed to
elseif ( class_exists('bbPress') && bp_is_user_forums() ) :and its working fine now because bbpress is not installed, maybe is better including the new buddypress templates instead but I have edited it to bootstrap classes and IDs so this was a temporary solution for me.
May 22, 2018 at 8:57 am #273296In reply to: Go back to 2.9.4 (issues with 3.0.0)
nasihahnet
ParticipantFrom this link :
May 22, 2018 at 3:34 am #273287In reply to: How come no default email to activate new members?
glenndavis007
ParticipantIn Settings/General I checked “Anyone can register” and the New User Default Role is “subscriber.
Is this what you referred to?
If so, it doesn’t make sense why the Buddypress two default emails relating to activating an account are absent. It would be helpful if someone can show me what the emails look like.
-
AuthorSearch Results