Search Results for 'buddypress'
-
AuthorSearch Results
-
September 19, 2018 at 8:56 pm #276589
In reply to: Error 500 on wp-admin/admin-ajax.php
Prashant Singh
ParticipantThis seems to be a plugin conflict. Please leave BuddyPress installed and check by disabling other plugins to see which one created the issue.
Thanks
September 19, 2018 at 8:44 pm #276584In reply to: Active directory infos in the BP cover options
Prashant Singh
ParticipantHi,
If you are able to retrieve those fields then you can easily show them on members’s profile. You just have to override profile template from Buddypress in your child them then just fetch and echo out these values in proper HTML.
Thanks
DL
ParticipantI just started using Buddypress on a site and the Buddypress members all got a PM from a new user HARIATTA11 that registered this morning.
What I don’t understand is how the new member, a subscriber with no group memberships (both buddypress groups are private) was able to PM everyone? Where did they see the members list to know all the usernames?
September 19, 2018 at 6:44 pm #276579christelijkpodium
ParticipantHey @aubreyw, I know that you can restrict pages with BuddyPress using MemberTypes.
I believe this is the plugin that handles that: https://buddydev.com/plugins/buddypress-member-types-pro/
You can then give certain member types access to specific pages. So a persons member type will determine which pages they can see.
September 19, 2018 at 5:21 pm #276576Carsten Lund
ParticipantTry BuddyPress User Profile Tabs Creator Pro,
It keeps it’s promises, and have a great responsive support.Regards
September 19, 2018 at 5:12 pm #276574r-a-y
KeymasterBuddyPress just uses the oEmbed providers that WordPress uses:
https://codex.wordpress.org/Embeds#oEmbedSo to only use WordPress and Vimeo, disable all the other oEmbed providers by WordPress. Not sure if there is a plugin to do that natively, but there is a brief description under the “Removing Support for An oEmbed-Enabled Site” section on the codex page I linked to above.
September 19, 2018 at 5:09 pm #276573In reply to: Warning: Invalid argument supplied for foreach()
r-a-y
KeymasterIt looks like you didn’t post a support thread on the
bp-profile-searchforum:
https://wordpress.org/support/plugin/bp-profile-searchPlease create a thread over there first before creating a ticket on Trac as you did here.
September 19, 2018 at 4:30 pm #276572In reply to: How to filter members by profile field entries?
shanebp
ModeratorYou can filter members any way you want – but you’ve need to add any html UI elements that you need.
And then write some custom functions.
This should give you some clues, scroll down to ‘code examples’:September 18, 2018 at 11:15 pm #276555In reply to: Can’t Post in Activity Stream
r-a-y
KeymasterTo all of those experiencing this issue, do you have certain BuddyPress components deactivated?
I came across another similar issue and the problem was due to some BuddyPress components being deactivated and a bug with Nouveau.
September 18, 2018 at 10:28 pm #276554In reply to: Bug: Membership List in Groups does not show
r-a-y
KeymasterThanks for the bug report, @brianbws. I’ve just created a ticket here – https://buddypress.trac.wordpress.org/ticket/7969
Update – I’ve also added a potential fix here – https://buddypress.trac.wordpress.org/attachment/ticket/7969/7969.02.patch
—
For future reports, if there are bugs and you are able to list the steps in order to reproduce the problem on a fresh install, please create tickets over at https://buddypress.trac.wordpress.org (use the same credentials you use on wordpress.org). (Do not make support threads there though!)
The reason is not all developers are checking the support forums.
September 18, 2018 at 7:59 pm #276551In reply to: Bug: Membership List in Groups does not show
Brian Cruikshank
ParticipantUnfortunately no change in BuddyPress 3.2.0. Bug is still present.
September 18, 2018 at 3:59 pm #276548In reply to: Warning: Invalid argument supplied for foreach()
r-a-y
KeymasterNotify the plugin developers of
bp-profile-searchand let them know of the problem.If they find that the problem ends up coming from BuddyPress, tell them to post a ticket at https://buddypress.trac.wordpress.org
September 18, 2018 at 3:53 pm #276546In reply to: register problem in mobile
Layo_BCN
Participanthello I still need help because the registration in BuddyPress is still not working when it is entered from a mobile device.
The errors that my console gives are the following and I do not know if they are related to this or not.
[Tue Sep 18 08:54:35.587411 2018] [proxy_fcgi:error] [pid 10350:tid 140150336050944] (70007)The timeout specified has expired: [client 134.0.10.35:47328] AH01075: Error dispatching request to : (polling), referer: http://www.layoproducciones.com/ogb/wp-cron.php?doing_wp_cron=1537253425.5097250938415527343750
Please a need to know if is a BuddyPress Error or not.
September 18, 2018 at 3:00 pm #276544In reply to: How to Disable ALL BuddyPress Emails
Christian Freeman (codelion)
ParticipantNice, I didn’t know that the object could be passed in that way. Very cool indeed.
Also, I checked the
validatemethod, and I found thebp_email_validatefilter that I can use to force it to fail the validation as well:From what I understand, I only need to swap the current value with my own WP Error to force it to fail validation and stop sending the BP Email, right? I think this could be a bit smoother for toggling BP Emails on and off via my plugin settings.
Well, not I just need to track down all of those email tokens and we’re in business!
Many thanks for all of your help @shanebp! It’s much appreciated.
My goal with this plugin is to eliminate the need for BP users to have to purchase a theme coded for BuddyPress. And beyond that, it will add a ton of functionality designed to make starting and running a BP community a breeze.
I should have my new BP plugin onto the WP Repo within the next 30 days or so. What do you think is the best way to spread the word to BP users?
September 18, 2018 at 10:34 am #276541Prashant Singh
ParticipantYou can search for such kind of issues in this forum also or can google this out as well.
Please check this thread: https://buddypress.org/support/topic/change-username-to-display-name-on-member-profile-page/
Hopefully, it will help you.
Thanks
September 18, 2018 at 8:10 am #276537In reply to: Auto post from reddit
Prashant Singh
ParticipantI already have an idea there like you can see this https://stackoverflow.com/questions/6183318/getting-new-posts-from-a-subreddit-in-json
So you can check all these things and can ask someone to do it for you as well as can submit a request in BuddyPress also.
Thanks
September 18, 2018 at 7:54 am #276533In reply to: Auto post from reddit
andricor
ParticipantPerfect would be to make it flexible enough that you can fetch from many social networks and not only from Reddit.
I’m not really sure how these bots work on Slack or Discord. Maybe I can try to figure that out and that might shed some light on a possible implementation in buddypress.September 17, 2018 at 8:07 pm #276520Prashant Singh
ParticipantFor this new template pack go to dashboard then appearance->customize->BuddyPress Nouveau and see there if there is an option to change the default profile tab.
September 17, 2018 at 8:03 pm #276519Prashant Singh
ParticipantBuddyPress Nouveau is the new template pack and it’s coding is different from the legacy(old template pack). The code that you were trying is all written for legacy only.
September 17, 2018 at 7:57 pm #276518ajuuls
ParticipantIt looks worse, but works when i tried the second option called “BuddyPress Arv”. Dont know the difference thou.
September 17, 2018 at 7:56 pm #276517ajuuls
ParticipantBuddyPress Nouveau is the option.
September 17, 2018 at 7:54 pm #276516ajuuls
ParticipantI might need a theme that supports BuddyPress more. I’ve made a search for themes and marked BuddyPress as a Feature. Then it maybe work?? Let me try.
September 17, 2018 at 7:36 pm #276508ajuuls
ParticipantI’ve been writing with a worker from BuddyBoss and he wasn’t to much help. He just linked the same as you did and then told me to make a forum here on BuddyPress to get the correct information..
September 17, 2018 at 7:34 pm #276507Prashant Singh
ParticipantIf you can check once with this plugin https://www.buddyboss.com/purchase/buddypress-reorder-tabs/ once then it will be great.
Thanks
September 17, 2018 at 7:22 pm #276503Prashant Singh
ParticipantHi,
Please check this link: https://wptavern.com/how-to-change-the-default-members-landing-tab-in-buddypress
Thanks
-
AuthorSearch Results