Search Results for 'wordpress'
-
AuthorSearch Results
-
October 17, 2018 at 10:28 am #279061
In reply to: BP Custom Functionalities Plugin Released
Anonymous User 16484011
InactiveHi !
Prashant,
Today I see your profile and some how I go to this page where you post this plugin and I see that on WordPress plugin official page “https://wordpress.org/plugins/bp-custom-functionalities/” and here has the developer name is yours !
Congrats ! to you man for making this plugin. I installed and it’s very useful me. Specially it’s one feature “Private profile – that means one member can not see other members profile.”
Thanks man,
Keep it up !
Regards
October 17, 2018 at 10:13 am #279059Anonymous User 16484011
InactiveI am not using any buddy press template I use Youzer plugin. I think this plugin gives me this template. as you can see in the video path.
By the way …
1. I can’t understand your above answer.
2. What can I do wrong in the video ?
3. What can I do now for preventing users other than admin to delete the private conversation.
4. Can I put your above code in plugin’s directory’s path “\wp-content\plugins\youzer\includes\public\templates\members\single\messages” single.php file ?
5. Is any other way or plugin to prevent users other than admin to delete private message ?
Thanks
October 16, 2018 at 6:17 pm #278931In reply to: buddypress install error
Prashant Singh
ParticipantYou can go with the above solution or can install this plugin https://wordpress.org/plugins/easy-theme-and-plugin-upgrades/ and then try to upload the zip of BuddyPress plugin.
Thanks
October 16, 2018 at 7:10 am #278910In reply to: Is there a shortcode to link to a users member page?
Venutius
ModeratorBP Profile Shortcodes Extra will allow you to create links to the members profile page or any page in that area.
October 15, 2018 at 10:56 pm #278895In reply to: Integrate WordPress search and bp group documents
Prashant Singh
Participantadd_action( 'pre_get_posts', 'ps_bp_doc_search' ); function ps_bp_doc_search( $query ) { if ( $query->is_search ) { $query->set( 'post_type', array( 'post', 'page', 'bp_doc') ); } }Please paste this function in your child theme’s functions.php. If there is no child theme then can use code snippets plugin https://wordpress.org/plugins/code-snippets/ to paste this snippet.
Hopefully, this will help you.
Thanks
October 15, 2018 at 10:13 pm #278891In reply to: Migrate from Ultimate Member to BuddyPress
Prashant Singh
ParticipantHi,
Please take a backup before doing any changes. Users are there by default in WordPress so if you will remove the ultimate member and its extensions then also users will be there. What needs to be managed is if you have any associated data with UM like activities then they certainly will create the issue because BuddyPress has its own activity table and even table for profile field data and all.
I will suggest to set up a staging site first and then test all these things there. Deactivate UM and it’s extensions and then install BuddyPress and check what’s missing there and if there is an extension available in BuddyPress that can do so.
Thanks
October 15, 2018 at 7:39 pm #278877r-a-y
KeymasterIs this normal or should i be landing on the page where you compose a message towards said user like any other website?
No, this is not normal. It’s a bug.
There’s a fix for the next version, but it hasn’t been released yet:
https://buddypress.trac.wordpress.org/ticket/7908#comment:10October 15, 2018 at 6:25 pm #278863In reply to: Site Wide Activity
Prashant Singh
ParticipantPlease check this plugin: https://wordpress.org/plugins/buddypress-sitewide-activity-widget/
Thanks
October 15, 2018 at 6:25 pm #278865Prashant Singh
ParticipantPlease use https://wordpress.org/plugins/custom-css-js/ plugin to add js code and then just write this code:
jQuery('.profile-edit #field_2372').bind('keydown',function (event) { var regex = new RegExp("^[0-9.@]+$"); var key = event.key; if (regex.test(key)) { event.preventDefault(); return false; } });Thanks
October 14, 2018 at 11:28 am #278642In reply to: Login / Registration through social media
Prashant Singh
ParticipantI think instead of all of the mentioned plugins there are not any plugin that can do what you want. I think you can go for WordPress Social Login and can ask devs to include those fields.
Thanks
October 13, 2018 at 8:58 pm #278609In reply to: Login / Registration through social media
Prashant Singh
ParticipantHi,
Please check this plugin: https://wordpress.org/plugins/wordpress-social-login/
It is now integrated with BuddyPress that you can see in the documentation as well:
http://miled.github.io/wordpress-social-login/buddypress.html
Thanks
October 13, 2018 at 8:39 pm #278605Prashant Singh
ParticipantPlease check this plugin https://wordpress.org/plugins/wp-live-chat-support/
Thanks
October 13, 2018 at 5:46 pm #278580Prashant Singh
ParticipantOctober 13, 2018 at 2:30 pm #278564In reply to: How to add captcha to BP login widget?
Prashant Singh
ParticipantHi,
You can use this plugin https://wordpress.org/plugins/login-sidebar-widget/. It will provide a widget as well as a shortcode so you can use it either way. Good thing is that it supports captcha.
Thanks
October 13, 2018 at 12:30 pm #278557shanebp
ModeratorWhen I click on “private message” in another users profile I am redirected to my general “messages” page…
Yes that is BP behavior. And I agree that it doesn’t make much sense.
This plugin opens a pop-up instead: BuddyProfileMessageUX FreeOctober 12, 2018 at 6:31 pm #278544In reply to: upload a picture in the Activity stream
Prashant Singh
ParticipantOctober 12, 2018 at 6:23 pm #278539In reply to: Login / Registration through social media
Prashant Singh
ParticipantHi,
Please check these plugins:
Thanks
October 12, 2018 at 5:58 pm #278533In reply to: remove ‘last active’ status
Prashant Singh
ParticipantIf it is child theme then it’s fine otherwise please cut it from there and use this plugin https://wordpress.org/plugins/code-snippets/ to add a new snippet and then paste it there.
Thanks
October 12, 2018 at 12:00 pm #278526In reply to: Registration notice, manual activation
micheleestes
Participant@prashantvatsh Loco translate appeared to work on my own testing with a typical new account registration and activation, but the snippet of code did not prevent someone from bypassing account activation if using another WordPress account to login. The tester mentioned logging in with the other account (apparently no registration required in this case) and seeing a jet pack process accept them. I am not sure jet pack had anything to do with this and wonder if you have other suggestions. I hope to test in real-time later today to better know what is happening.
October 12, 2018 at 7:19 am #278516In reply to: update button in the Activity stream disappears
yuravw
ParticipantNo when I activite the rtMedia for WordPress, BuddyPress and bbPress plugin
October 12, 2018 at 5:33 am #278511In reply to: Classified Ads & Musician directory.
Prashant Singh
ParticipantHi,
This is not BuddyPress plugin but please see: https://wordpress.org/plugins/advanced-classifieds-and-directory-pro/
You can use this plugin https://wordpress.org/plugins/wc4bp/ to manage accounts and all through profile. But for this you have to use woocommerce to sell things.
Thanks
October 11, 2018 at 9:53 pm #278498Topic: remove ‘last active’ status
in forum How-to & Troubleshootingdennymar
ParticipantHello, I searched existing posts but didn’t find this exact question.
On the members’ page, and on individual profile pages, it shows the time the member was last active. (example ‘active 3 minutes ago’)
I’d like to hide/turn this off but can’t figure out where or how to do this. I have turned off the activity stream but that didn’t do it.
Is there a snippet of code I need to change or add to accomplish this?I changed the theme to twenty-seventeen and it still shows up.
Wordpress version 4.9.8
BuddyPress version 3.2.0This will (temporarily) take you directly to the member ( ‘Connect’ ) page.
Thank you!
DeniseOctober 11, 2018 at 5:32 am #278462In reply to: Registration notice, manual activation
Prashant Singh
ParticipantHi,
Please create a file bp-custom.php in wp-content/plugins folder and then put it there. If you want an easy solution then install this https://wordpress.org/plugins/code-snippets/ plugin and then add a snippet and paste this code there and save it.
For loco if you have already installed it then go to the menu loco in dashboard and then plugins->buddypress-> there you have to create a new language file and select language there. Once it is created search for the word in this file. You will find it.
You can see the process in loco plugin’s documentation itself https://localise.biz/wordpress/plugin/beginners
October 10, 2018 at 8:14 pm #278456Prashant Singh
ParticipantHi,
Please check this plugin https://wordpress.org/plugins/loco-translate/
Using this plugin just go to it’s plugins menu and open BuddyPress there and then in your prefered language file find the word and replace it with your text.
Hopefully, it will help you.
Thanks
October 10, 2018 at 8:09 pm #278455In reply to: Profile field groups tabs while editing profile
Prashant Singh
ParticipantHi,
No need to edit any template. I have created a snippet for you. Please paste the following snippet in your child theme’s functions.php file:
function ps_redirect_next_group() { if ( ! bp_is_user_profile_edit() || ! bp_is_my_profile() ) { return; } $group_id = bp_get_current_profile_group_id()+1; if ( bp_get_current_profile_group_id()==4 ) { bp_core_redirect(bp_displayed_user_domain()."profile/"); }else{ bp_core_redirect(bp_displayed_user_domain()."profile/edit/group/$group_id/"); } } add_action( 'xprofile_data_after_save', 'ps_redirect_next_group' ); add_filter( 'gettext', 'ps_change_save_button_text', 20, 3 ); function ps_change_save_button_text( $translated_text, $text, $domain ) { if ( ! bp_is_user_profile_edit() || ! bp_is_my_profile() ) { return $translated_text; } switch ( $translated_text ) { case 'Save Changes' : $translated_text = __( 'Save and Continue', $domain ); break; } return $translated_text; }If there is no child theme then create a file bp-custom.php in wp-content/plugins/ folder and paste this there. https://codex.buddypress.org/themes/bp-custom-php/
If not possible to create bp-custom.php file then third and easy solution is to install the plugin code snippets https://wordpress.org/plugins/code-snippets/ and there add a snippet and paste the code and save.
Hopefully, it will help you.
Thanks
-
AuthorSearch Results