I m having an issue with the Optional One-Time-Offers (Upon Login)
I want the page to be triggered the 1st time a user become a level 1 member
so i did:
1:1:http://example.com/blbolblob/ (displayed on 1st login as a level1 member)
unfortunately this doesnt work, as most of the users who become level1 were level0 for a while, meaning they logged in many time.
so if level0 users logged 50 times then pay to become level 1
the 1st time he logs as a level 1 he is 50:1 so my trigger 1:1 doesnt work as he has been logged more than once
Is there a way to fix this issue?
I ve been told that i should try to forcethe counter to zero in a hook of my own.
<?php update_user_option($user_id, 's2member_login_counter', 0); thx a lot for your help


