Search Results for 'buddypress'
-
AuthorSearch Results
-
May 18, 2018 at 10:44 am #273127
In reply to: bp-nouveau vs bp-legacy
Varun Dubey
Participant@devoctopix it will be hard to keep support for both templates in a single theme. You can force Legacy via ‘buddypress-use-legacy’ on existing themes.
May 18, 2018 at 9:53 am #273125Topic: bp-nouveau vs bp-legacy
in forum How-to & Troubleshootingdevoctopix
ParticipantHi,
I was wondering if it was possible to build a theme compatible with both existing template packs (nouveau and legacy).
For MYTHEME/buddypress/members/members-loop.php can we have MYTHEME/buddypress/bp-nouveau/members/members-loop.php and MYTHEME/buddypress/bp-legacy/members/members-loop.php ?
And how to manage the fact that the theme can be used for BP3.0+ and BP2.9.X ?
Thanks in advance!
May 18, 2018 at 9:42 am #273123ajaxthemestudios
ParticipantHi
This is how it happened. We got an email from registered members that they are being spam. Another member was sending them SPAM messages.
The mail sent to them contained the name of the member so we searched for it. We also got the spammer’s account username and link by checking the affected members messages directly under their profile page on the frontend. The spammer has a profile page already. However, the username could not be found in the users section of the backend.
Then we checked users that have not activated their account or received the activation email through a plugin named Unconfirmed.
That was when we found the spammer info meaning the spammer has not activated his/her account yet but is already interacting with the community.
That I cannot explain why it happened. It seems even though the user has not activated his/her account, he/she is already recognized by buddypress.Regards
May 18, 2018 at 5:57 am #273118In reply to: BP Missing Member Features
Varun Dubey
Participant@ldellc For edit activity, you can try https://wordpress.org/plugins/buddypress-edit-activity/
May 17, 2018 at 11:36 pm #273105Dggerhart
ParticipantHi,
I’m reading lots of posts that are a 18 mo’s to more than two years old. So I thought to re-ask the question, hoping for some more current advice.
How can I stop Spam Users from registering?
WordPress 4.9.6 running Idyllic theme.
BuddyPress Version 2.9.4
Site https://insideouthope.orgWhat’s the plugin, combination of them or other treatment we can deploy that will best insulate our real community from vermin?
My inclination is to blacklist/whitelist domains somehow.
Thanks in advance for your considered response(s).
May 17, 2018 at 5:09 am #273084In reply to: Registration not working
Varun Dubey
Participant@mckennapoole checked at your site, You have added custom css to hide mandatory fields
remove it from custom css section
#buddypress .standard-form #profile-details-section { display: none; }After that, it will work
I have registered at your site and it worked
https://drive.google.com/a/wbcomdesigns.com/file/d/1oLVWUD_vFJgHffHu9nXEu2x03MFvsRW5/view?usp=drivesdkMay 16, 2018 at 7:31 pm #273071In reply to: How to show only students in the right sidebar?
Venutius
ModeratorIs the student sidebar widget a learndash add-on, or are you using the BuddyPress Members widget?
May 16, 2018 at 11:22 am #273054jameshh93
ParticipantSorted using the code from :https://buddypress.org/support/topic/private-message-friends-only/
One question will the messages still be stored in the database even if the message isnt sent? I dont want these spammers filling up my database with junk..
🙂
May 16, 2018 at 9:52 am #273047In reply to: post via email?
Paul Wong-Gibbs
KeymasterBuddyPress does not offer reply to comments by email.
May 16, 2018 at 9:48 am #273044In reply to: members directory
Varun Dubey
ParticipantMay 16, 2018 at 9:25 am #273042In reply to: Change words
May 16, 2018 at 3:14 am #273037In reply to: Adding a ‘label’ to a custom profile page
groston
ParticipantThanks again for the help! This post, https://buddypress.org/support/topic/how-to-customize-the-order-of-fields-of-registration/, led me to the answer: the function bp_get_the_profile_field_name() returns the ‘friendly’ name of the field, i.e., that which is defined in wp-content\plugins\<my-plugin>\include\users\profile.php as the label parameter for the field.
May 15, 2018 at 4:59 pm #273023In reply to: Community Members Can’t Upload Photos
Varun Dubey
ParticipantSeems site-specific issues, could be possible due to any plugin conflict. You can try to debug it with deactivating other plugins except for BuddyPress one by one.
May 15, 2018 at 10:07 am #273013In reply to: customize the activity insert form
Venutius
ModeratorYou’d probably need to look at overloading the activity input form and edit it to achieve what you require. the source file is
plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/post-form.phpthis should be copied tothemes/your-child-theme/buddypress/activity/post-form.phpand you can then edit that file.One warning though, BP is changing the way activities are entered with BP Nouveau so if you pln on using BP-Nouveau in future you may need to explore other alternatives.
May 14, 2018 at 11:30 am #272994In reply to: 404 on every page after installation
Venutius
ModeratorThe other troubleshooting steps are as follows:
1. confirm the page that hold thebp content exist and are linked in Settings>>Buddypress>>pages.
2. Confirm it’s not a plugin conflict – deactivate all other plugins.
3. Confirm it’s not a theme conflict – switch to 2017 and test.May 14, 2018 at 8:29 am #272989In reply to: BuddyPress 3.0 Beta2 now available for testing
bluevert
ParticipantHello
I’ve installed BuddyPress 3.0 Beta2 and set Dashboard>>Settings>>BuddyPress>>Options to buddypress BP-Nouveau. But there is some problem for activity stream.1.When you reply to an activity in the stream, after clicked “publish” button,Not responding.You must refresh the page and then you can see the reply content.
2.Can’t upload media from sitewide user activity stream.There are two button below every user publish an activity.”upload”,”media attachement”. But when you click the button,there is no responding.
I’ve chose all options in Buddypress setting. And if I changed options to old Template Pack. It’s good to reply and see the comments.
Solutions?
May 14, 2018 at 7:40 am #272986In reply to: Company pages – like Linkedin and FaceBook
Varun Dubey
Participant@robertl4807 You can check for BuddyPress Resume Manager
We have extended the user fields with repeater data and displayed a new tab with dedicated template file which can be overridden inside the child theme. It’s a standalone plugin.May 14, 2018 at 7:38 am #272985In reply to: Missing members
Varun Dubey
Participant@abu117 It should be the default functionality unless you have used some 3rd party plugin to disable it, when someone is registering at WordPress or BuddyPress, it will send an email to activate or verify their emails.
May 14, 2018 at 6:51 am #272980Varun Dubey
Participant@bluevert You will need to override the template files inside the child theme.
Follow the steps mentioned hereMost of the time BP will use page.php since that template file exists in the majority of WordPress themes. However, if you wanted to style BuddyPress pages differently than a regular WordPress page, you could add a template file named buddypress.php to your theme’s directory and BP would use that template instead since that file is ahead of page.php in the hierarchy above.
After creating buddypress.php inside child theme, you can comment this line
do_action( 'travel_log_sidebar' );it will remove sidebar from all BuddyPress pages, if you need to keep on some BP pages, you can use conditional logic.
May 13, 2018 at 7:29 pm #272970In reply to: After uploading avatar, there is no button to save
John
ParticipantHi Venutius,
Yes, I’ve tested with the default TwentyX themes and all plugins deactivated except for BuddyPress and the problem persists. No save button when uploading the profile photo.
Also, nothing in the console or error logs.
May 13, 2018 at 7:13 pm #272969In reply to: Adding a ‘label’ to a custom profile page
Venutius
ModeratorWhat you can do is overload that pages, the source file is
plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile/edit.phpCopy this file to
themes/your-child-theme/buddypress/members/single/profile/edit.phpyou can then edit this page to insert your label where you need.May 13, 2018 at 5:40 am #272964In reply to: Migrating from Ultimate Member 2 to Buddypress
Michael
ParticipantOnce I restored the site back to its original state, I thought “ok maybe I have to install buddypress BEFORE removing Ultimate Member. So I did, created brand new pages for the buddy press pages and still all the users including me, were marked as spammers..
I am confused..
May 12, 2018 at 6:12 am #272947In reply to: How to change the image of top sidebar
bluevert
ParticipantThanks for your kindly answer.
I’ve another question about buddypress .
I’ve created two buddypress site. And I’d like to the member who register site one could also login in site two.And the member who register site two also could login in site one with the same ID.
Is there a solution for this?
May 12, 2018 at 5:09 am #272945In reply to: How to change “Submissions” component’s name
Venutius
ModeratorTo change the name of tabs etc you need to look into setting up a custom translation file. All the visible labels are able to be translated, so you can change them how you like.
You can use poedit to create your translation file and WPT Custom Mo File to install the translation onto your site.
May 11, 2018 at 5:58 pm #272935In reply to: Email solution
mrditt
ParticipantI called them first, they said they weren’t set up to handle a buddypress social networking site that relies on email notifications. Did they tell you something different?
-
AuthorSearch Results