Forum Replies Created
-
Author
-
coffeeshopdate
ParticipantHow do I place the members the group; do I edit the buddypress?? confused I want member to be directed to all profile fields before emails.
coffeeshopdate
ParticipantI want members to complete all the profile fields and download a picture before they get a email. I do not want non members-to be able to inter the website or be able to open menu items or open any menu items. How can I have a restricted all members-forced members to fill out all profile fields and download a picture, before they get a email. do I need a web programmer to edit. or can I have someone from Themeforest set this up in buddypress or???????? on my website..because many people are signing up and it is spam with no pictures no profile fields except for fake names and ages no pictures. its getting bad I nee a way to have all members forced to fill all profile fields out and download a picture. Please Help
Can I down load one of sweetdate landing page: its the one with the Large Circle Profiles with a text like message format for profile fields. or will it change the format of the themeforest sweetdate webpage format. I like the members Profile much better than the profile on themeforest sweetdate full website setup
why is Paid Membership Pro “memberships levels” keep disappearing, three days i see the levels, the next day 3 levels disappears and only one membership level appears. Pleas Help
coffeeshopdate
ParticipantI want to exclude on the admin. so therefore, can I just change this code only
$excluded_user=’1,2,3′;or do I copy and paste the full code (example below)
add_action(‘bp_ajax_querystring’,’bpdev_exclude_users’,20,2);
function bpdev_exclude_users($qs=false,$object=false){
//list of users to exclude$excluded_user=’1,2,3′;//comma separated ids of users whom you want to exclude
if($object!=’members’)//hide for members only
return $qs;$args=wp_parse_args($qs);
//check if we are searching for friends list etc?, do not exclude in this case
if(!empty($args[‘user_id’])||!empty($args[‘search_terms’]))
return $qs;if(!empty($args[‘exclude’]))
$args[‘exclude’]=$args[‘exclude’].’,’.$excluded_user;
else
$args[‘exclude’]=$excluded_user;$qs=build_query($args);
return $qs;
}
December 4, 2015 at 16:05 in reply to: 3- Profile tabs are missing beside the Profile Picture. No Demo Membership page, Where can I find my API for sweet date #91186coffeeshopdate
Participantmissing, Profile, tabs, memberships, woo commerce, download,help, circle, hearts, missing, tabs,
-
AuthorPosts