no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:others:limesurvey3 [2018/06/07 11:27] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Notes about LimeSurvey V3.x ====== | ||
+ | |||
+ | ===== Removing Logo ===== | ||
+ | * Go to Theme Options | ||
+ | * Choose Inherit everything to No | ||
+ | * Choose Brandlog to No | ||
+ | |||
+ | Ref: https:// | ||
+ | |||
+ | ===== Removing Exit & Clear ===== | ||
+ | * Extends vanilla or fruity | ||
+ | * In theme editor, open the file " | ||
+ | * Delete the line: {{ include(' | ||
+ | * save | ||
+ | |||
+ | This can also be done in the console by directly going to file: '' | ||
+ | |||
+ | ===== Disallow saving survey ===== | ||
+ | To disable "Load Unfinished Survey" | ||
+ | |||
+ | * Go to settings - Notification & data | ||
+ | * Set to Off - " | ||
+ | |||
+ | ===== Clearing cache (tmp folder) ===== | ||
+ | <code bash> | ||
+ | TARGET_INSTALL=/ | ||
+ | unzip limesurvey3.6.2+180406.zip limesurvey/ | ||
+ | rm -Rf $TARGET_INSTALL/ | ||
+ | cp -r limesurvey/ | ||
+ | chown -R www-data: | ||
+ | rm -Rf limesurvey | ||
+ | </ | ||