-
Prashant Singh replied to the topic Profile page showing only Name !!! in the forum How-to & Troubleshooting 7 years, 8 months ago
Hi,
If you will have anyother profile field then it will be listed there after name.
Thanks
-
Anonymous User 907751's profile was updated 7 years, 8 months ago
-
kane williamson's profile was updated 7 years, 8 months ago
-
Perbedaan Bandar Dan Situs Dalam Judi Online's profile was updated 7 years, 8 months ago
-
David Brauns's profile was updated 7 years, 8 months ago
-
Hoa Binh Real's profile was updated 7 years, 8 months ago
-
Elias Brown's profile was updated 7 years, 8 months ago
-
Dịch vụ cho thuê xe du lịch giá rẻ tại Hà Nội – Vanhai.vn's profile was updated 7 years, 8 months ago
-
Hasner Law PC's profile was updated 7 years, 8 months ago
-
Law Offices of Piazza, Simmons & Grant LLC's profile was updated 7 years, 8 months ago
-
Charles Szymanski's profile was updated 7 years, 8 months ago
-
Prashant Singh replied to the topic Changing Avatar based on field data in the forum Creating & Extending 7 years, 8 months ago
Hi, please check the following code:
function buddydev_create_css_class_based_on_profile_field_data( $class, $object, $params ) {$field_id = 25; //Professional Title field Id
$professionaltitle = xprofile_get_field_data( $field_id );
$professionaltitle = strtolower( $professionaltitle);
$class =…[Read more] -
Prashant Singh replied to the topic Is there any good plugin for live chat box in the forum Installing BuddyPress 7 years, 8 months ago
Hi,
Please check these plugins:
Thanks
-
Prashant Singh replied to the topic buddypress is forcing my landing page to be My-Account page instead of home. in the forum Installing BuddyPress 7 years, 8 months ago
Yeah, As shane said it’s not default BuddyPress feature. You must have any plugin there that is creating that page and restricting from seeing home page.
Thanks
-
Prashant Singh replied to the topic How to add ClassName to am avatar in the forum Installing BuddyPress 7 years, 8 months ago
Hi,
I know you want to use BuddyPress function only but as an alternative you should use this one if you want to add class there:get_avatar( bp_displayed_user_id(), $size = ‘150’, ‘default_image_url’, ‘alt_text’, $args = array( ‘class’ => array( ‘newClass’ ) ) );
For other solution, paste the following in your child theme’s functions.php…[Read more]
-
Prashant Singh replied to the topic How to remove "replies" in the forum Installing BuddyPress 7 years, 8 months ago
Hi, Please try the following code:
function my_remove_replies_subnav(){[Read more]
global $bp;
if ( $bp->current_component == $bp->forums->slug ) {
bp_core_remove_subnav_item( $bp->forums->slug, 'bbp-replies' );
bp_core_remove_subnav_item( $bp->forums->slug );
}
}
add_action( 'wp', 'my_remove_replies_subnav', 2… -
Prashant Singh replied to the topic Activity Stream….attach pictures — normal? in the forum How-to & Troubleshooting 7 years, 8 months ago
Basically there are multiple plugins that allows to upload media and the plugin I gave you should work for sure to upload image in activity. Anyways, you can try this one as well https://wordpress.org/plugins/buddypress-media/
-
Prashant Singh replied to the topic I need Help in the forum Installing BuddyPress 7 years, 8 months ago
Hi,
Actually there are number of plugins that works perfectly for front-end blog posting.
Like : https://wordpress.org/plugins/accesspress-anonymous-post/
Please try them once.
Thanks
-
Prashant Singh replied to the topic Groups keep logging me out in the forum How-to & Troubleshooting 7 years, 8 months ago
Hi,
This seems to be a plugin conflict or any custom code issue. Try disabling plugins and test then and also try switching to default theme and see if it is happening there also or not.
Thanks
-
Prashant Singh replied to the topic How do I customise the output of the Network Wide posts widget? in the forum How-to & Troubleshooting 7 years, 8 months ago
Hi,
Try overriding the widget code in child theme and the edit it there.
You can find the file at buddypress->bp-blogs->classes->class-bp-blogs-recent-posts-widget.php
Thanks
- Load More