Nullified Posted September 6, 2012 Share Posted September 6, 2012 I am developing a vbulletin module that creates/edits/deleted/bans forum accounts based on whmcs client account actions. I have it cirrently set to ban users when the whmcs account is closed (hook ClientClose). I want to create a fucntion to unban the user if the whmcs account is re-opened, but I don't know what hook to use for this. Can anyone help please? 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted September 6, 2012 Share Posted September 6, 2012 You should be able to use the ClientEdit hook and look for when the status has changed from closed to open http://docs.whmcs.com/Hooks:Clients#ClientEdit 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.