paperweight Posted July 14, 2012 Share Posted July 14, 2012 When a user first logs in for the first X times, I want to show them a message on homepage.tpl. For example I want to welcome them and show them clearly where the FAQ is located. Any ideas on how to construct that? 0 Quote Link to comment Share on other sites More sharing options...
jclarke Posted July 14, 2012 Share Posted July 14, 2012 WHMCS doesn't log each time a user logins, it only logs the last date/time a customer has logged in. So this would take some php work to get this done. What you could do is create a custom client field with called number of time logged in, then create a ClientLogin hook that could increment this field on each login. Then create a condition in your clientareahome to only show if the number of login times is below a number you set. 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.