On my forums I have it set up so that a new member gets 90 days free to use the site and then they have to pay. I need a line of code to put on the index page that says "you have XX days left in your 90 day free trial" can somebody please help me with this?
You would need to add a small piece of code to index.php which subtracts the current time from the users join date, then converts this to a number of days, and then subtracts that from 90. You then add a bit to the forumhome template to display the value. You would need to surround this with some sort of conditional to only display it if they were in the "non paid" usergroup(s).
hey thanks for the qucik response. how can i get the code into date format? as in: todays date (-) join date (=) XX ?? basically, do you havy any suggestions on how to code the conditional? Sorry, I've been away from my small knowlege of coding for too many months now. Thanks
The best way to go seems to be is to use the Payed Subscriptions for this (without a charge ofcourse). There is already a hack available that will show how many days you have got left for your subscription.
@LEAD_WEIGHT
What got CPanel to do with access to vB forum?