Page 1 of 1

s2member php variable question about downloads.

PostPosted: September 22nd, 2010, 8:54 pm
by dj1arm
Is there a variable to check if a file has been downloaded? I want to add a line through the text of a file that has already been downloaded by my subscribers.

<php if (s2member_check_file_downloaded("file") = true ) { echo "downloaded"; } else {echo "not downloaded";} ?>

Re: s2member php variable question about downloads.

PostPosted: January 3rd, 2011, 5:38 am
by dj1arm
bump, any help is appreciated, thanks.