Quote:
Originally Posted by Ophelia
Stupid question ...
Where/how can I edit the text that appears in the terms of use screen? I tried to search in templates, but it didn't find anything. Would love to fine tune this
Also, is there a way to tell it how often to show this term? We have a daily download, and like to remind folks of the rules 
|
The text is defined in the phrases, not in the templates. Take a look at the ll_agreement phrase, for example, so do a search/languages for the words of interest.
If the code is working correctly (!!), then acceptance is stored in a cookie and has a lifetime of 1 day plus 1 hour. If you want to change this, I'm afraid it's hard coded at present. Take a look at local_links.php. Early in the code (about line 220), there is this line:
Code:
$expires = TIMENOW+86400+3600;
Just change the line to the frequency with which users must confirm acceptance