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://manual.limesurvey.org/Theme_options
 +
 +===== Removing Exit & Clear =====
 +  * Extends vanilla or fruity
 +  * In theme editor, open the file "nav_bar.twig"
 +  * Delete the line: {{ include('./subviews/navigation/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) =====
 +<code bash>
 +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
 +</code>
  

QR Code
QR Code tech:others:limesurvey3 (generated for current page)