Search Results for 'buddypress'
-
AuthorSearch Results
-
May 18, 2018 at 3:39 pm #273147
Venutius
Moderatorhmm, with the recent changes in WP it’s not that straightforward. You’d need to download the files from the BP SVN here https://plugins.svn.wordpress.org/buddypress/tags/2.9.4/ and for that you would need an SVN browser such as tortoise SVN. One you had the files you would also need FTP access to your site, to rename the current BP directory in plugins to something else (buddypress-3.0 for example) and then copy the 2.9.4 files into a new buddypress directory. then you could test it.
May 18, 2018 at 3:01 pm #273144In reply to: No more Forums tab inside the group since 3.0
m1000
ParticipantLooks like there was removed groups forum activation from create.php
<?php if ( bp_is_active( 'forums' ) ) : ?> <h4><?php _e( 'Group Forums', 'buddypress' ); ?></h4> <?php if ( bp_forums_is_installed_correctly() ) : ?> <p><?php _e( 'Should this group have a forum?', 'buddypress' ); ?></p> <div class="checkbox"> <label for="group-show-forum"><input type="checkbox" name="group-show-forum" id="group-show-forum" value="1"<?php checked( bp_get_new_group_enable_forum(), true, true ); ?> /> <?php _e( 'Enable discussion forum', 'buddypress' ); ?></label> </div> <?php elseif ( is_super_admin() ) : ?> <p><?php printf( __( '<strong>Attention Site Admin:</strong> Group forums require the <a href="%s">correct setup and configuration</a> of a bbPress installation.', 'buddypress' ), bp_core_do_network_admin() ? network_admin_url( 'settings.php?page=bb-forums-setup' ) : admin_url( 'admin.php?page=bb-forums-setup' ) ); ?></p> <?php endif; ?> <?php endif; ?>May 18, 2018 at 2:08 pm #273141In reply to: No more Forums tab inside the group since 3.0
Slava Abakumov
ModeratorHello,
Starting from BuddyPress 3.0 we have removed support for the deprecated and unsupported bbPress 1.x that was bundled with BuddyPress.
As written in our release post:
Most notably, the Legacy Forums component has been removed after 9 years of service. If your site was using Legacy Forums, you need to migrate to the bbPress plugin.
And here is our general bbPress 2.x forum installation guide:
So, @m1000, please follow the migration guide and move everything forum-related to bbPress 2.x, which is faster and overall works better.
May 18, 2018 at 12:33 pm #273136May 18, 2018 at 11:17 am #273130In reply to: bp-nouveau vs bp-legacy
Varun Dubey
ParticipantIt will help you to set default template pack for the theme, little confusing for now as site admin’s choices will not work inside BuddyPress Option after defining add_theme_support.
May 18, 2018 at 11:13 am #273129In reply to: bp-nouveau vs bp-legacy
Varun Dubey
ParticipantYou can define following
add_theme_support('buddypress-use-nouveau');or
add_theme_support('buddypress-use-legacy');May 18, 2018 at 11:04 am #273128In reply to: bp-nouveau vs bp-legacy
devoctopix
ParticipantYes I understand!
“buddypress-use-legacy” ? I can not find anything in the documentation about this. Is it a constant?
Thanks a lot for your feedback!
May 18, 2018 at 10:44 am #273127In 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.
-
AuthorSearch Results