-
Prabin replied to the topic Can Buddypress support hundreds of thousand of users? in the forum Miscellaneous 9 years, 2 months ago
Please look into other forum topics as well..
https://buddypress.org/support/topic/bp-could-handle-a-huge-number-of-members/
https://buddypress.org/support/topic/what-about-i-got-10-million-users-or-more/
Personally, I think BP supports thousands of users. There are few BuddyPress sites with abounding users. You just need a good server and a…[Read more]
-
Prabin replied to the topic Buddypress Register / Activate problems in the forum How-to & Troubleshooting 9 years, 2 months ago
may be it’s a permalink issue. Try editing your htaccess file.
-
Prabin's profile was updated 9 years, 2 months ago
-
Prabin replied to the topic Display Name in the forum How-to & Troubleshooting 9 years, 2 months ago
well, yeah @danbp is right. Only if you are using bp-default theme, follow my instruction.
But it works too. -
Prabin replied to the topic Display Name in the forum How-to & Troubleshooting 9 years, 2 months ago
hi @jake-reimer, you can do this. you need to customize member-header.php file inside your child theme.
Copy BuddyPress *members* folder from bp-default folder inside your child theme, and search for member-header.php file located inside members->single folder.
and inside member-header.php file, find this code,
<?php if ( bp_is_active(…
[Read more] -
Prabin replied to the topic Search members based on their usernames in members page search bar in the forum Installing BuddyPress 9 years, 2 months ago
@danbp, @henrywright thanks for the feedback. 😀 I may have to need your other further helps regarding BuddyPress issues and modifications.
-
Prabin replied to the topic Search members based on their usernames in members page search bar in the forum Installing BuddyPress 9 years, 2 months ago
hi @henrywright thankx for the reply.
In the member profile, we can search by both username or first name, but searched user have to be on friend-list of the member. Can we search users who are not in the friendlist? any trick for search form or widget plugin? -
Prabin replied to the topic admin cant able to create a group in the forum How-to & Troubleshooting 9 years, 2 months ago
have you tried looking at this Forum ??
-
Prabin replied to the topic Search members based on their usernames in members page search bar in the forum Installing BuddyPress 9 years, 2 months ago
@danbp can you look into this?
-
Prabin replied to the topic [Resolved] Removing Activity from members page in the forum Showcase 9 years, 3 months ago
function remove_bp_tab() {
global $bp;
bp_core_remove_nav_item( 'activity' );}
add_action( 'bp_setup_nav', 'remove_bp_tab', 999 );You can use this, this will remove your activity tab from member profile
-
Prabin started the topic Favorite Count in Buddypress Group in each activity in the forum How-to & Troubleshooting 9 years, 3 months ago
Hi, I came to know the trick or hack to show the favorite count in Buddypress Group Activity. I searched for this feature inside this support forum also but that didn’t exactly solve my problem.
But after some research on this support forum as well as hours of research on other few resources, I was finally able to get what I need. If you want to…[Read more] -
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
hi @danbp
Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.['type'] == 'featured'
I wanted to compare option value inside the meta_query
<option value="featured"><?php _e( 'Most Agreed' ); ?></option>
I am not sure if it works. can you…[Read more]
-
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
hi @danbp
Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.[‘type’] == ‘featured’
I wanted to compare option value inside the meta_query
<option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>
I am not sure if it works. can you…[Read more]
-
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
hi @danbp
Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.[‘type’] == ‘featured’
I wanted to compare option value inside the meta_query
<option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>
I am not sure if it works. can you…[Read more]
-
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
hi @danbp
Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.[‘type’] == ‘featured’
I wanted to compare option value inside the meta_query
<option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>
I am not sure if it works. can you…[Read more]
-
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
hi @danbp
Actually, I want to display the “Most Favorited Count” in single activity group page in custom drop-down select option called “Most Agreed”. See Above Images.[‘type’] == ‘featured’
I wanted to compare option value inside the meta_query
<option value=”featured”><?php _e( ‘Most Agreed’ ); ?></option>
I am not sure if it works. can you…[Read more]
-
Prabin replied to the topic remove activity on other profiles or members but keep on your own profile in the forum How-to & Troubleshooting 9 years, 4 months ago
@quinngoldwin can you specify your issue in details ? or using screenshots will be appreciated.
-
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
@danbp, I have an issue..
I have “Most Agreed” option in single group page. but the query is not returning desired value.
can you look into this?Here’s the Screenshot
and Here’s the code
if( class_exists( 'BP_Group_Extension' ) ) :class bpgmq_feature_group {
public function __construct() {
$this->setup_hooks();
}
private function…[Read more] -
Prabin replied to the topic Sorting Most favorite comments of Buddypress Group page in the forum How-to & Troubleshooting 9 years, 4 months ago
@danbp, I have an issue..
I have “Most Agreed” option in single group page. but the query is not returning desired value.
can you look into this?Here’s the Screenshot
and Here’s the code
if( class_exists( 'BP_Group_Extension' ) ) :class bpgmq_feature_group {
public function __construct() {
$this->setup_hooks();
}
private function…[Read more] -
Prabin replied to the topic Display Group comment posts in the forum How-to & Troubleshooting 9 years, 4 months ago
@danbp nope this is coming from BuddyPress Group.
- Load More
@prabin04
Active 4 years, 1 month ago