Forum Replies Created
-
Author
-
alexhorieParticipant
i tried both, also i did the repair in the tools>buddpress
but the numbers from total users still the same….alexhorieParticipantthe field is 694 right?
that is what im using
[kleo_status_icon type=”custom” image=”/wp-content/themes/sweetdate/assets/images/icons/steps/status_01.png” subtitle=”Transgender” field=”694″ value=”M2F Pre-op” online=”no”]
when i use my search gives this
Your search returned 698 membersshould show there this number right?
alexhorieParticipanti have created some users as test, but i think i have logged with them, all the rest users are real
my return is like that, i added 4000, suppose to be 9000+ right?return $number+4000;
}alexhorieParticipantHello, i have this
[kleo_status_icon type=”custom” image=”https://trans4date.com/wp-content/uploads/2017/12/trans_icon.png” subtitle=”Tran Persons” field=”673″ value=”Transgender” online=”no”]
how can i make it works, i tried field=transgender, also some different fields, but is not capturing the data from the users.
How i fill this fields to capture the data that i want? field=”???” value=”???” online=”no”]
alexhorieParticipantHello, i did the the repair but didnt change the total numbers
i tried this in the functions.php
add_filter( ‘bp_get_total_member_count’, ‘kleo_my_total_members’ );
function kleo_my_total_members($number) {
$number = str_replace(“.”,””,$number);
return $number+4000;
}alexhorieParticipantHello
the online users are working, but the total is not working for me, i want add more 1000 users so i changed the value for 1000, but nothing changes.
https://trans4date.com/test-home/
add_filter( ‘bp_get_total_member_count’, ‘kleo_my_total_members’ );
function kleo_my_total_members($number) {
$number = str_replace(“.”,””,$number);
return $number+1000;
}alexhorieParticipantAlso, if i go to my profile and select all messages to delete, dont works, how i can fix this problem?
Attachments:
You must be logged in to view attached files.alexhorieParticipanthello, i just tested this and works
https://trans4date.com/wp-adminalexhoriearaujo
Kenay918712% -
AuthorPosts