RandyC Posted August 6, 2009 Share Posted August 6, 2009 Alright so I am creating a module, not going to say what exactly cause i want it to be private for now. but I am curious if the user variables are required. I am looking to delete this function: function template_CreateAccount($params) { } I am not creating an account or anything simply entering data into the database and displaying it in the client area (if logged in). Thanks, Randy 0 Quote Link to comment Share on other sites More sharing options...
RandyC Posted August 6, 2009 Author Share Posted August 6, 2009 I am also curious about these functions: function template_TerminateAccount($params) { } function template_SuspendAccount($params) { } function template_UnsuspendAccount($params) { } function template_ChangePassword($params) { } function template_ChangePackage($params) { } 0 Quote Link to comment Share on other sites More sharing options...
lysenshi Posted August 8, 2009 Share Posted August 8, 2009 i am not sure if is it the same, but in registrar module all you need is to comment the fucntions that your module is not supporting. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.