Search Results for 'buddypress'
-
AuthorSearch Results
-
June 10, 2018 at 2:30 pm #274278
In reply to: Disable Activity streams, keep mentions for BBPress
jameshogan03
Participant@tech55541 would you mind sharing your knowledge with a newbie? I am running buddypress/bbpress and bbpress still haven’t added auto-suggestions (although they work fine in buddypress forms).
Should I add your code to my bp-custom.php? I get a ‘Fatal Error’ when I run it through a php-checker.
Would you lend me some advice about using this code you’ve kindly shared??
June 10, 2018 at 11:20 am #274272In reply to: Advice on BuddyPress + bbPress
Evil Overlord
ParticipantThanks. I looked at Auto Group Join, and am considering it. Registration Groups hasn’t been updated in a long time, so I’m a bit leery of that. I’ve also tried bbPress Private Groups, but I’m finding forum accessibility to be oddly inconsistent.
At the moment, I’m looking at:
1. Just BuddyPress – create lots of overlapping single-purpose groups.
2. Just bbPress & Private Groups – forget about the social aspect and just use structured fora.
3. Social media – give up and use a Google Group, Google+ community, or even [gulp] a Facebook group.June 9, 2018 at 9:46 pm #274270balebond
ParticipantJust a follow up. I got the method from this link to work and it hides the “whats new” form from non-admins on the group page.
However, now I notice that users still get the group in their “Post in:” list on their personal activity page and can circumvent. So, trying to figure this part out next.
Anyone know how to restrict that dropdown?
June 9, 2018 at 7:37 pm #274268In reply to: Problems with the Buddypress version 3.0 and upwards
r-a-y
KeymasterRegarding registration, read the first two issues in this thread:
And see if it applies to you.
The settings bug sounds like it is theme-related:
June 9, 2018 at 7:35 pm #274267In reply to: Users can’t register and they don’t show up
r-a-y
KeymasterI then deleted the register page, created a new one, saved my permalinks…and it was working about a month ago when I tested it, but I just got an email yesterday from someone who had the activation link error ????
What is the “activation link error”?
Sounds like this isn’t related to the ticket that Venutius linked to on Trac.
Read through the first two issues of the following link and see if it sounds like your problem, particularly the second one:
June 9, 2018 at 8:05 am #274260In 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
michaelv3
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
-
AuthorSearch Results