Notes about LimeSurvey V3.x
Removing Logo
- Go to Theme Options
- Choose Inherit everything to No
- Choose Brandlog to No
Removing Exit & Clear
- Extends vanilla or fruity
- In theme editor, open the file “nav_bar.twig”
- Delete the line: clearall_links.twig
- save
This can also be done in the console by directly going to file: themes/survey/vanilla/views/subviews/header/nav_bar.twig
and deleting the said line.
Disallow saving survey
To disable “Load Unfinished Survey” and/or “Resume later” options (which can be confusing to users)
- Go to settings - Notification & data
- Set to Off - “Participant may save and resume later”
Clearing cache (tmp folder)
TARGET_INSTALL=/data/www/example.org/sub/info/main unzip limesurvey3.6.2+180406.zip limesurvey/tmp/* rm -Rf $TARGET_INSTALL/tmp cp -r limesurvey/tmp $TARGET_INSTALL/ chown -R www-data:www-data $TARGET_INSTALL/tmp rm -Rf limesurvey