Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Ideas in development Here are ideas about LimeSurvey that have been marked as not following the guidelines by the moderators.

More templates  
Written by firesox36 the 27 Nov 11 at 08:54. Global category: Templates. Not an idea
The template making process should be easy and there should be more variety of templates.
0
votes
closed
Solution #1: More
Written by firesox36 the 27 Nov 11 at 08:54.
make a separate link where users can upload their skins, possably make it easier to design templates. Like VlC

Add a comment or propose a solution >>

Timeout Countdown Ticker  
Written by paulwin79 the 20 Dec 10 at 05:55. Related project: 1.x all. Not an idea
In some surveys, users take a long time to think about answers to their questions and/or read resources that deal with the topic before they answer what is on the survey.

I'm currently dealing with a survey where takers have to read several resources before answering the survey. They are running into a session timeout due to them taking too long.

I'm requesting that there be a timeout countdown ticker that is option and perhaps can be tied into the session timeout. This would warn users that their time will run out before they attempt to submit and then find out that they timed out.
0
votes
closed
Solution #1: Timeout Countdown Ticker
Written by paulwin79 the 20 Dec 10 at 05:55.
In some surveys, users take a long time to think about answers to their questions and/or read resources that deal with the topic before they answer what is on the survey.

I'm currently dealing with a survey where takers have to read several resources before answering the survey. They are running into a session timeout due to them taking too long.

I'm requesting that there be a timeout countdown ticker that is option and perhaps can be tied into the session timeout. This would warn users that their time will run out before they attempt to submit and then find out that they timed out.

Add a comment or propose a solution >>

Customize themes to look like my web site.  
Written by LiLLiPinay the 24 Oct 10 at 20:30. Related project: 1.x all. Not an idea
I would like to see an option (WYSIWYG) to customize themes so that they look like the host domain that the survey is on without compromising the integrity of the LimeSurvey .ico brbrand.
0
votes
closed
Solution #1: create a "fix".
Written by LiLLiPinay the 24 Oct 10 at 20:30.
create a minor patch or update to add this feature to LimeSurvey (all versions).

Add a comment or propose a solution >>

A multiple instanceS installation layout  
Written by fhebert the 6 Sep 10 at 11:58. Related project: 1.x all. Not an idea
Use case :

I work at an university which some departments want to use LS for their research project. I would like to install LS in a multi-instance mode, one instance for each project. Every instance would share the very same source folder with Front end scripts and admin scripts eg the actual limesurvey folder.

This layout is very much like for example Typo3's installation layout on an Unix.

For now, it seems that we could find a workaround in installing the admin folder outside the limesurvey archive and share it with every instance, but it is not so helpfull because LS puts all files in the same archive. (For example, Typo3 comes with two archives one for the instance folder and one for the source folder).

Following is a layout example :

an instance folder :

/srv/www/lime-survey-instance1
/srv/www/lime-survey-instance1/config-defaults.php
/srv/www/lime-survey-instance1/config.php
/srv/www/lime-survey-instance1/tmp/
/srv/www/lime-survey-instance1/uploads/
/srv/www/lime-survey-instance1/uploads/templates
/srv/www/lime-survey-instance1/limesurvey => /usr/local/share/limesurvey


the source folder :

/usr/local/share/limesurvey
/usr/local/share/limesurvey/index.php

[....]
0
votes
closed
Solution #1: Modifying include directives to the new layout
Written by fhebert the 6 Sep 10 at 11:58.
Don't know exactly what to do.
Maybe move FE php scripts in a subfolder and switch include/require_once directives to take into account a variable which would be defined in the config.php file.

Is it the $rootdir variable ?

Add a comment or propose a solution >>

Total number of question as a global data  
Written by pneweb the 22 Feb 10 at 11:41. Related project: 1.x all. Not an idea
Some surveys can have a very important number of questions cause by many conditions. A big number of question can make users "afraid" to answer the survey. So, it would be interesting not display this number if we want.
0
votes
closed
Solution #1: Total number of question as a global data
Written by pneweb the 22 Feb 10 at 11:41.
Such as "allow save", it would be interesting to create a new parameter in survey's paramaters page, called "display total number of question"yes/no.

See the 2 comments or propose a solution (latest comment the 8 Mar 10 at 10:39) >>

Different standard files (endpage.pstpl, startpage.pstpl) for each screen  
Written by diegocinelli the 25 Feb 10 at 18:14. Related project: 1.x all. Not an idea
In a particoular case i need to implement different code in screens.

But if i write some code in endpage.pstpl (for example) it is replicate in all screens... :(
0
votes
closed
Solution #1: Possibility choose of one standard file
Written by diegocinelli the 25 Feb 10 at 18:14.
For each screen give the possibility to choose one of standard file for an action.

For example for endpage we can choose do endpage.pstpl , endpage2.pstpl ....


Add a comment or propose a solution >>