I want to create a folder when the user signs up.The folder name is 1,2,3,4..etc depending on the user_id or whatever id the primary key is.The folder maps to the user who signed up. I know to use mysql_insert_id() to create a folder but I cannot for the life of me figure out where to put it in the amember code. Thanks
Hi, You can use finish_waiting_payment hook for this: http://manual.amember.com/Using_site.inc.php_and_hooks#How_to_add_small_piece_of_PHP_code_to_aMember http://manual.amember.com/Using_site.inc.php_and_hooks#finish_waiting_payment.28.24payment_id.29