-
Ashim Adhikari replied to the topic All users marked as spammed in the forum How-to & Troubleshooting 7 years, 8 months ago
I disabled All Activity from buddypress and everythning changed back to normal
-
Ashim Adhikari started the topic All users marked as spammed in the forum How-to & Troubleshooting 7 years, 8 months ago
All users in my website has been marked as spam,
Even new users are marked as spam automatically
how do i unspam them and bring back the datas
-
Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 7 years, 9 months ago
any solution?
-
Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 7 years, 9 months ago
i inserted this code, and nothing showsup on the frontend expert block
<?php
$experts = get_users( 'fields=ID&role=expert' );
$args = array(
'include' => $experts,
'per_page' => 500 // the number of members that you have
);if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&per_page=500&include=' . $experts ) ) :
while (…[Read more] -
Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 7 years, 9 months ago
replaced the code, and its same
-
Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 7 years, 9 months ago
tried switching everything, didn’t work
-
Ashim Adhikari replied to the topic fetching specfic role users in the forum Requests & Feedback 7 years, 9 months ago
@shanebp , thanks .. just tried, and gives the same result.
-
Ashim Adhikari started the topic fetching specfic role users in the forum Requests & Feedback 7 years, 9 months ago
hi
i’m trying to fetch specific users of role “expert” with this code, but its giving some random 3 users.
<?php
if ( bp_has_members( bp_ajax_querystring( 'expert' ) ) ) :
while ( bp_members() ) : bp_the_member();
?>also, how do i increase the users from 3 to all available in that specific role. I am building a…[Read more]
@masterashim
Active 7 years, 8 months ago