Need help in social engine signup process

362 Views Asked by At

I'm new to social engine. I have created the four member type and profile type. I have a mapping of member type and profile type. I want to select member type and it will be automatically assigned a profile type. My script is here.

 <?php 
      echo ($this->header_signupbutton == 0) ? 
           'javascript:void(0)' : 
           $this->url(array('module'=>'','controller' => '','action'=>'signup'), 'default', true); ?>
1

There are 1 best solutions below

4
On

I will suggest you to use this plugin. You can do with the socialengine after signup hook where you can get the viewer detail and can update the member level.