- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Thanks!Or simply edit the default survey theme twig files.
- www.limesurvey.org/manual/New_Template_System_in_LS3.x/en
Please Log in to join the conversation.
Thank you, that sounds good, but the plugin is not compatible with the current version of LimeSurvey.maybe this could be a solution:
account.limesurvey.org/de/limestore/extensiondetails/61/
Please Log in to join the conversation.
root /var/www/html;
index index.php;
location = / {
root /var/www/html;
index /admin/index.php;
}
location / {
root /var/www/html;
index index.php;
try_files $uri $uri/ /index.php?$args;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
}
Please Log in to join the conversation.
<p>You will be redirected to the survey admin interface. If redirect does not occur within 15 seconds, click <a href="admin/">here</a>.</p> <script type="text/javascript" data-author="Tony Partner"> window.location.href = "admin/"; </script>
Please Log in to join the conversation.
Please Log in to join the conversation.
If this is confusing (I assume they received the link to the admin login page at one point), I guess they shouldn't be at a university at the first place.It’s extremely confusing for students to see that there’s no surveys and to contact an administrator instead of being able to log in when visiting the domain of our survey.
Please Log in to join the conversation.