Search Results for 'buddypress'
-
AuthorSearch Results
-
June 9, 2018 at 8:05 am #274260
In reply to: Description Groups
Theunis Coetzee
ParticipantFor a temporary workaround this worked for me:
buddypress\bp-templates\bp-nouveau\buddypress\groups\single\cover-image-header.php
line 62
<?php echo esc_html( bp_nouveau_group_meta()->description ); ?>replace with:
<?php echo bp_nouveau_group_meta()->description; ?>reference: https://codex.wordpress.org/Function_Reference/esc_html
June 8, 2018 at 8:24 pm #274257In reply to: Advice on BuddyPress + bbPress
Venutius
ModeratorHave you looked at Auto Group Join? also Registration Groups? These could help you do what you achieve. Auto Group Join includes a handy admin page where you can arrange who is in what group.
Hiding the Group Activity (Home) page is a bit more involved, but one option could be to simply disable activity?
June 8, 2018 at 8:14 pm #274255In reply to: BP External Group RSS FEEDS: Thumbnail Images
Venutius
ModeratorAh, I’ve just realised which group avatar you are talking about, not the one I was thinking. in my system I was getting a group avatar right beside the group name, scrap my code.
That’s a function of BuddyPress, not of BP External Group Blocgs I reckon, Every activity post in the group will get that, not just the RSS feed items.
June 8, 2018 at 7:51 pm #274250In reply to: Some activity stream issues
Anonymous User
InactiveBTW You can fix it by switching back to the Legacy template pack from your BuddyPress Options Administration screen.
June 8, 2018 at 7:43 pm #274248In reply to: Some activity stream issues
Anonymous User
InactiveHi @akkoxe,
I think your theme is using a custom
buddypress/activity/post-form.phptemplate as there are two textarea tags. Can you confirm ?The error you get about the undefined message is there because the Nouveau JS Templates are not being included.
June 8, 2018 at 4:05 pm #274239In reply to: Users can’t register and they don’t show up
Venutius
ModeratorAh, That’s an error I’ve been unable to fix, the test system I tried it out on I ended up completely reinstalling. I looked all over for what might be wrong but no joy, I think that it’s down to permalinks for the register page becoming corrupt.
I reported it on Trac here: https://buddypress.trac.wordpress.org/ticket/7744
Maybe you can add to the ticket?
June 8, 2018 at 3:33 pm #274235In reply to: Users can’t register and they don’t show up
Venutius
ModeratorI take it you’ve done the usual and deactivated all other plugins apart from BuddyPress, switched to a default theme such as 2017?
June 8, 2018 at 3:32 pm #274234In reply to: Settings on profile not showing
simondevries
ParticipantSolution found, my problem has to do with the theme im using.
contacted theme creator and he said that the theme will be updated shortly and that the new buddy press will function normaly.
””
Reinstall it and should be ok.Once the theme updated, the latest BuddyPress will be supported.
”’Thanks all!!
June 8, 2018 at 3:12 pm #274232In reply to: Users can’t register and they don’t show up
Venutius
ModeratorNo, check out the BuddyPress Tools options in Admin>>Tools>>BuddyPress
June 8, 2018 at 3:11 pm #274230In reply to: Users can’t register and they don’t show up
T
ParticipantThank you for a quick response, @venutius! How would I just reinstall the BP Emails? Would I have to reinstall the entire BuddyPress plugin?
June 8, 2018 at 2:07 pm #274226In reply to: Problem with nouveau
Venutius
ModeratorThis first step is to deactivate all other plugins apart from BuddyPress and see if that fixes it, second step would be to try a default these such as 2017.
June 8, 2018 at 6:25 am #274215In reply to: Profile field Visibility: Support Admin
onions2578
Participantyou could setup another buddypress site and use sync users to it https://premium.wpmudev.org/project/wordpress-user-synchronization/
and then ask users to share their info to experts there,
and rename to friends to experts, and all the profile fields default to share with experts only
works for me 🙂 and is better than what I had in mindp.s.
redirect registration to master site due to plugin one way syncJune 8, 2018 at 3:04 am #274213In reply to: Settings on profile not showing
dennis.cabasal
ParticipantHi Guys,
I got the same issue last time. You may want to check this topic how to resolve the said issue.
User Profile Settings page not working
Regards,
DennisJune 7, 2018 at 10:31 pm #274210In reply to: Settings on profile not showing
r-a-y
KeymasterWe can only help if we can replicate the problem locally.
So far, I’ve been unable to duplicate this, which is why I ask you to switch your theme. If you don’t want to switch your theme, try changing your template pack to BP Legacy under “Settings > BuddyPress > Options” and see if your member settings page works again.
June 7, 2018 at 10:27 pm #274207In reply to: Can’t Post in Activity Stream
r-a-y
KeymasterThanks for the bug report.
I’ve created a ticket for this here – https://buddypress.trac.wordpress.org/ticket/7897
In the meantime, if you need this functionality working for whatever reason, you can change your template pack to BP Legacy under “Settings > BuddyPress > Options”.
June 7, 2018 at 9:31 pm #274204In reply to: Topic’it Mobile App plugin?
jameshogan03
ParticipantWhy was this thread moved to “Installing Buddypress”? Surely it belongs more on the creating/extending board…
I’ll keep you posted mrditt!
June 7, 2018 at 7:02 pm #274200In reply to: BuddyPress doesn’t sends confirmation Mail
r-a-y
KeymasterRead the sticky thread:
June 7, 2018 at 5:46 pm #274197In reply to: Some activity stream issues
r-a-y
KeymasterThanks for the report.
This looks to be the same as this issue – https://buddypress.org/support/topic/cant-post-in-activity-stream/
June 7, 2018 at 5:42 pm #274196r-a-y
KeymasterBuddyPress 3.0 dynamically loads up the registration page content when it lands on the registration page.
Depending on how PmPro is loading their overrides, they might need to do it at a later juncture than before. Tell them to load their code on
'bp_init'or later.June 7, 2018 at 5:26 pm #274194In reply to: Activity Load More Not Working
r-a-y
KeymasterThanks everyone for their reports.
This only affects the BP Legacy template pack. I’ve added a ticket for this here – https://buddypress.trac.wordpress.org/ticket/7896
The workaround above is fine for now, but here’s my potential fix for this – https://buddypress.trac.wordpress.org/attachment/ticket/7896/7896.01.patch
June 7, 2018 at 4:16 pm #274191In reply to: Description Groups
r-a-y
KeymasterThis is a known bug with the Nouveau template pack.
Keep track of https://buddypress.trac.wordpress.org/ticket/7895
In the meantime, you can use the Legacy template pack by navigating to “Settings > BuddyPress > Options” and selecting Legacy.
June 7, 2018 at 9:16 am #274183In reply to: Buddypress n’envoie pas d’e-mails d’activation
mbasonny
Participantgood evening everyone
I have a pb on my website and it blocks me because users have created their account
Indeed I am setting up a dating site:
– wordpress 4.9.6,
-theme: sweet
website link: http://hiv-rencontre.com
The plugin used for confirmation of email addresses is buddypress 3.1.0
The pb is that this user has created an account he does not receive the confirmation email, and his account can not be active
I have already looked in a lot of forums and even that buddypress website without finding any solution to my problem.
I already used WP Mail SMTP, it sends the test messages.
The contact messages form7 and the password reset ones leave well, but for registration confirmation mails, the email is not sent
I uninstalled buddypress and I tried natively with wordpress it goes without problem so I do not know if the problem is with buddypress, because I even had to uninstall all the plugins but until the nothing.
Thank you for helping me because it’s really urgent,
Sonny MBAJune 7, 2018 at 5:40 am #274175In reply to: SiteOrigin PageBuilder compatible?
jstuts5797
ParticipantI’m sorry, its actually called Shortcodes for BuddyPress. Here is the link: https://wordpress.org/plugins/shortcodes-for-buddypress/
June 6, 2018 at 7:17 pm #274154In reply to: Embed an Activity stream like in Group & Profiles
Venutius
ModeratorI reckon try to build on that, otherwise you can create your own page based on the master templates in `plugins/buddypress.bp-templates/bp-legacy (or bp-nouveau)/buddypress/activity etc.
There’s a few template files that built the activity page, activity loop, index etc, you could make copies of these and load them from your theme, the alternative is to simply overload these template files in order to get the activity page working more like you want it.
June 6, 2018 at 3:41 pm #274138In reply to: group access after upgrade 2.9.3 to 3.1.0
reivilob
ParticipantSorry to not understand your question …
my file htdocs/wp-content/plugins/buddypress/bp-groups/actions/access.php is exactly the same as in the distrib and line 85 is
“}”
just before the
add_action( 'bp_actions', 'bp_groups_group_access_protection' );if i do in all my site a:
grep -R "bp_groups_group_access_protection" *give me only :
wp-content/plugins/buddypress/bp-groups/actions/access.php:function bp_groups_group_access_protection() { wp-content/plugins/buddypress/bp-groups/actions/access.php:add_action( 'bp_actions', 'bp_groups_group_access_protection' ); wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php: * Filter the access check in bp_groups_group_access_protection() for this extension. -
AuthorSearch Results