-
Prashant Singh replied to the topic Put BuddyPress into a page area in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
To generate all those sections if you want to use shortcode then there are multiple solutions like:
Thanks
-
Prashant Singh replied to the topic bp nouveau child theme in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
I do not know what exactly you want to change but members-loop.php is the file for directory there.
Thanks
-
Prashant Singh replied to the topic Activity Stream….attach pictures — normal? in the forum How-to & Troubleshooting 6 years, 2 months ago
-
Prashant Singh replied to the topic How to add ClassName to am avatar in the forum Installing BuddyPress 6 years, 2 months ago
jQuery('.avatar').addClass('newclass');
Hi,
You can do it with this simple jquery code.
Thanks
-
Prashant Singh replied to the topic Remove All Members and Search for not logged in users in the forum How-to & Troubleshooting 6 years, 2 months ago
Please try this plugin to hide members page, you just have to select it in settings. Also for the search we can override the template index.php in child theme then can wrap the search form in the condition
if(is_user_logged_in())
Thanks
-
Prashant Singh replied to the topic Registration with Contact Form 7 in the forum Third Party Plugins 6 years, 2 months ago
Hi,
If you want to go with the contact form plugin then there is no need to select a registration page in BuddyPress amd have to use shortcode on the page and then create a button on header(as you like) and link it to the register page.
Now, if you want to save data in xprofile fields then have to do custom coding for sure.
Thanks
-
Prashant Singh replied to the topic How to set Alphabetical order by default in members page. in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please check theis link :
You just have to override members-loop.php in your child theme and then have to modify ajax querystring.
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic Does Buddy press work with Ultimate Membership Pro in the forum Third Party Plugins 6 years, 2 months ago
Hi,
You can take help from these links https://help.wpindeed.com/ultimate-membership-pro/knowledge-base/buddypress-account-page-integration/
Thanks
-
Prashant Singh replied to the topic Remove All Members and Search for not logged in users in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
You can create a private BuddyPress network using this plugin https://wordpress.org/plugins/lh-private-buddypress/
Only logged-in members will be able to access the profiles, directories and all.
Thanks
-
Prashant Singh replied to the topic Profile fields in the forum Creating & Extending 6 years, 2 months ago
Pleasure is all mine 🙂
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 6 years, 2 months ago
Not a problem 🙂 I am here to help you sir.
Ok so let’s check it from starting. Please let me know the steps you have performed till this time like whatever changes you have done for avatar fixes mention theme here.
Thanks
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 6 years, 2 months ago
Please write this line
define ( 'BP_ROOT_BLOG', 1 );
just afterdefine( 'BP_ENABLE_MULTIBLOG', true );
in wp-config.php file.If I am correct, your root blog id is 1.
Thanks
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 6 years, 2 months ago
Oh no! you have pasted the code in the wp-config.php file.
This code needs to be pasted in your child theme’s functions.php otherwise you can create the bp-custom.php file in the plugins folder and then have to paste the code there.
Else, you can install the plugin https://wordpress.org/plugins/code-snippets/ and can paste the code there.
Thanks
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
If you can once confirm that you have tried everything asked here https://buddypress.org/support/topic/avatar-across-multisite/
Like you have enabled multiblog using
define( ‘BP_ENABLE_MULTIBLOG’, true )
in wp-config.php then tried this code
function bpdev_fix_avatar_dir_path( $path ){
[Read more]
if ( is_multisite() && BP_ENABLE_MULTIBLOG )
$path = ABS… -
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 6 years, 2 months ago
Have you enabled multi-blog and also defined root blog?
One more solution you can try
define( 'BP_AVATAR_URL', '/wp-content/uploads/sites/site_id' );
In place of ‘site_id’ please write your main site id from where you want to fetch the avatar.
Thanks
-
Prashant Singh replied to the topic Biographical info field in profile in the forum How-to & Troubleshooting 6 years, 2 months ago
Ok, but it will need sync of both and this is not the default feature. You have to do some custom work here.
Thanks
-
Prashant Singh replied to the topic Profile fields in the forum Creating & Extending 6 years, 2 months ago
Great, you have found that 🙂
-
Prashant Singh replied to the topic how is the autocomplete list for mentions compiled? in the forum Creating & Extending 6 years, 2 months ago
Great to know that 🙂
-
Prashant Singh replied to the topic problem with avatar in multisite in the forum How-to & Troubleshooting 6 years, 2 months ago
-
Prashant Singh replied to the topic Online members status in the forum How-to & Troubleshooting 6 years, 2 months ago
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago