Hey guys - love this product but having a major problem. I am using Chronoforms with Community Builder plugin and need to have an auto login initiated after user registers. I know it can be done within cf_cb_registration.php. The code needs to be tweaked and inserted within php file. However I do not have enough knowledge of PHP.
global $mainframe;
$credentials = array();
$credentials['email'] = $post['email'];
$credentials['password'] = $post['password'];
$mainframe->login($credentials);
If anyone could help me with this problem. I searched extensively and could only find solutions for regular Joomla registration and regular non-chronoforms CB registration - but nothing at all for Chronoforms CB plugin. Any help is highly appreciated.
global $mainframe;
$credentials = array();
$credentials['email'] = $post['email'];
$credentials['password'] = $post['password'];
$mainframe->login($credentials);
If anyone could help me with this problem. I searched extensively and could only find solutions for regular Joomla registration and regular non-chronoforms CB registration - but nothing at all for Chronoforms CB plugin. Any help is highly appreciated.