Forum Replies Created
-
Author
-
RonPParticipant
Good morning sorry for the late reply. I switched server hosts, due to their ignorance of possible problems on their side. I did see the site went back to normal too on Sunday.
I also suspect the host now,
Thank you for all your help Admin.
RonPParticipantHow many times do I have to go through this. WOW
was this your intended outcome ?
Warning: session_start(): open(/tmp/sess_983325d40af524f90e652aeeae35e0a2, O_RDWR) failed: Permission denied (13) in /home/newbuddy/public_html/wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php on line 23
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/newbuddy/public_html/wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php:23) in /home/newbuddy/public_html/wp-content/plugins/paid-memberships-pro/paid-memberships-pro.php on line 23
Fatal error: Call to undefined function bp_get_groups_root_slug() in /home/newbuddy/public_html/wp-content/themes/sweetdate/functions-pmpro.php on line 100
Warning: Unknown: open(/tmp/sess_983325d40af524f90e652aeeae35e0a2, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
RonPParticipantThis reply has been set as private.RonPParticipantThey are there if you added them in the profile. If you did then they are there slide above each other.
RonPParticipantIf you are customizing match, enable sweetdate child theme. And add a functions.php from main theme and edit the fields in xprofile.
RonPParticipantI want to know what specifically is lost with buddypress gone ?
Does the sweetdate features plug into DSP ?
RonPParticipantI expect everything insweetdate would need redirecting from buddypress to ds.
I would pay for this
RonPParticipantYes this is indeed interesting. What conflicts did you have to overcome to use this plugin with sweetdate ?
RonPParticipantI just changed my main sweetdate functions code.
I can’t figure out for the life of me why I can’t work in this damn wordpress enviroment.RonPParticipantadd_action(‘after_setup_theme’,’ kleo_my_member_data’);
I added a comma after Proffession and uplaoded my backupfunction kleo_my_member_data()
{
global $kleo_config;
//this is the details field, right now it take the “About me” field content
$kleo_config[‘bp_members_details_field’] = ‘About me’;
//this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
$kleo_config[‘bp_members_loop_meta’] = array(
‘Proffession’,
‘City’
);}
I now have this in my header
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ kleo_my_member_data’ not found or invalid function name in /home/newbuddy/public_html/wp-includes/plugin.php on line 406RonPParticipantParse error: syntax error, unexpected ”City” (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’ in /home/newbuddy/public_html/wp-content/themes/sweetdate-child/functions.php on line 138
RonPParticipantI think there is a plugin called AUS that might work for this. I am also interested.
RonPParticipantAdd the religion as a profile field in in wp-admin
Then follow this post for the function.php code you add to sweetdate child.https://archived.seventhqueen.com/forums/topic/match-numbers
RonPParticipantOk I am getting frustrated sorry.
I did that, and then removed it for the error.
Now modal doesn’t work at all.
RonPParticipantOk so I have found this topic but the code returned an error.
https://archived.seventhqueen.com/forums/topic/how-to-disable-modal-login
RonPParticipantOk I used the code and changed my text. But it hasn’t changed.
” href=”#”><?php _e(“Private Message”, ‘kleo_framework’);?>
changed this
<?php _e(“Send Message”,RonPParticipantI used that code and got this error
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘ kleo_my_member_data’ not found or invalid function name in /home/newbuddy/public_html/wp-includes/plugin.php on line 406
RonPParticipantI get a fatal error in the first two lines of code.
/* Filter the redirect url for login*/
add_filter(“login_redirect”,”kleo_redirect_to_profile”,100,3);
function kleo_redirect_to_profile($redirect_to_calculated,$redirect_url_specified,$user){
/*if no redirect was specified,let us think ,user wants to be in wp-dashboard*/
if(!is_super_admin($user->ID))
return bp_core_get_user_domain($user->ID );
else
return $redirect_to_calculated; /*if site admin*/
}RonPParticipantMaybe I didn’t describe nicely. Your match score is 90%
All fields would add up to a score of 100%RonPParticipantMake sure your buddypress page settings aren’t causing your redirect issue.
Maybe your account page ?
September 12, 2013 at 13:16 in reply to: The things that are missing in order to be a professional portal #2717RonPParticipantMany great suggestions here
RonPParticipantOk that said, can during the user registration, can the user be re-directed after comfirmation to avatar upload automatically ?
RonPParticipantOk If I am logged in with a user with a Free account, level 0 I get the matching working.
If I am logged in with paid account, level 1, it don’t work.
I will try out your modified plugin first.
RonPParticipantI got a notice telling me to download a plugin. I didn’t see no message saying download this modified version of PMPRO. Todays is beginning to look like a big waste of time for me. No matter if I change it will be next week.
Can you tell me why the link disappears and you reply without showing the location of the modified version?
And even if I did get it I would see that uploading photos to an album isn’t easily restricted with PMPRO
s2Member is drop dead easy.
I would really like to have match work with s2member though. -
AuthorPosts