- Posts: 4
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
//CHECK FOR PREVIOUSLY COMPLETED COOKIE //If cookies are being used, and this survey has been completed, a cookie called "PHPSID[sid]STATUS" will exist (ie: SID6STATUS) and will have a value of "COMPLETE" $sCookieName="LS_".$surveyid."_STATUS"; if (isset($_COOKIE[$sCookieName]) && $_COOKIE[$sCookieName] == "COMPLETE" && $thissurvey['usecookie'] == "Y" && $tokensexist != 1 && (!isset($param['newtest']) || $param['newtest'] != "Y")) { $redata = compact(array_keys(get_defined_vars())); $asMessage = array( gT("Error"), gT("You have already completed this survey."), sprintf(gT("Please contact %s ( %s ) for further assistance."),$thissurvey['adminname'],$thissurvey['adminemail']) ); $this->_niceExit($redata, __LINE__, $thissurvey['templatedir'], $asMessage); }
LimeSurvey is already too complex …I don't understand why this is still a fixed thing anyway. This should be just an editable page in the admin and anyone could post on this page whatever they want.
By theme is a great solution .
Count all the existing text to allow update. And add it somewhere in GUI …I don't see what is more complex in a text box for this page, rather the current approach where this just is fixed text drawing from the admin email field, but OK.
[/quote]I already ask for a locale directory by theme.How do you cover the different languages?
Unsure we have it , you can tryinside theme (+ debug mode if i don't make errorr)Just because I'm interested in. Isn't there any possibility to use the bounce email address?