x

Main chapters

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Quick start guide
  3. LimeSurvey CE - Installation
  4. How to design a good survey (Guide)
  5. Getting started
  6. LimeSurvey configuration
  7. Introduction - Surveys
  8. View survey settings
  9. View survey menu
  10. View survey structure
  11. Introduction - Questions
  12. Introduction - Question Groups
  13. Introduction - Surveys - Management
  14. Survey toolbar options
  15. Multilingual survey
  16. Quick start guide - ExpressionScript
  17. Advanced features
  18. General FAQ
  19. Troubleshooting
  20. Workarounds
  21. License
  22. Version change log
  23. Plugins - Advanced
 Actions

QS

Theme editor - advanced options: Difference between revisions

From LimeSurvey Manual

Cdorin (talk | contribs)
mNo edit summary
Cdorin (talk | contribs)
mNo edit summary
Line 2: Line 2:
<languages />
<languages />


When you open the options of a given template, you can choose between “simple options” and “advanced options”. “Advanced options” is just a naked form that gives you access to the main fields of the Template Configuration in the database. To understand how it works, you should also read all about the XML file and the creation of a template from scratch. So, it’s rather complex and made for advanced users.
When you open the '''theme options''' tab, you can choose to edit either its ''simple options'' or its ''advanced options''. “Advanced options” is just a naked form that gives you access to the main theme configuration fields from the database. To understand how it works, you should also read about the XML file and the creation of a theme from scratch. So, it’s rather complex and made for advanced users.
 
However, if you do wish to perform advanced settings editing, click on the ''advanced options'' tab




Line 8: Line 10:




*'''Files css''': the CSS files that should be added to the template;
*'''Files css''': The CSS files that should be added to the template;
*'''Files js''': the JS files that should be added to the template;
*'''Files js''': The JS files that should be added to the template;
*'''Files Print Css''': the CSS files to load when printing a template;
*'''Files Print Css''': The CSS files to load when printing a template;
*'''Options''': the options (and their value) that should be parsed to the template view;   
*'''Options''': This field includes the options (and their value) that should be parsed to the template view;   
*'''CssFramework Name''': The name of the CSS framework to load. For now, only Bootstrap or nothing;
*'''CssFramework Name''': The name of the CSS framework to load. For now, only Bootstrap or nothing;
*'''Cssframework Css''': here, you can replace the core bootstrap.css by a different custom version of it;
*'''Cssframework Css''': You can replace the core bootstrap.css in this field by a different custom version of it;
*'''Cssframework Js''': here, you can replace the core bootstrap.js by a different custom version of it;
*'''Cssframework Js''': The field core boostrap.js can be replaced from here by a different custom version of it;
*'''Packages To Load''': here, you can load some core asset packages from LimeSurvey.
*'''Packages To Load''': You can load from this setting some core asset packages from LimeSurvey.


You’ll notice an upload input at the top, it gives you the possibility to upload a file into the file directory.
You’ll notice an upload input at the top, which gives you the possibility to upload a file into the file directory of the theme.
With those parameters, the entire appearance of the template can be changed.
These parameters can be used to change the entire appearance of the theme.


{{Alert|title=Warning!|text= Don't touch the values below unless you know what you're doing.}}
{{Alert|title=Warning!|text='''Don't touch the values unless you know what you're doing!'''}}
<div style="display:none;"></translate></div>
<div style="display:none;"></translate></div>

Revision as of 16:16, 11 January 2018

When you open the theme options tab, you can choose to edit either its simple options or its advanced options. “Advanced options” is just a naked form that gives you access to the main theme configuration fields from the database. To understand how it works, you should also read about the XML file and the creation of a theme from scratch. So, it’s rather complex and made for advanced users.

However, if you do wish to perform advanced settings editing, click on the advanced options tab



  • Files css: The CSS files that should be added to the template;
  • Files js: The JS files that should be added to the template;
  • Files Print Css: The CSS files to load when printing a template;
  • Options: This field includes the options (and their value) that should be parsed to the template view;
  • CssFramework Name: The name of the CSS framework to load. For now, only Bootstrap or nothing;
  • Cssframework Css: You can replace the core bootstrap.css in this field by a different custom version of it;
  • Cssframework Js: The field core boostrap.js can be replaced from here by a different custom version of it;
  • Packages To Load: You can load from this setting some core asset packages from LimeSurvey.

You’ll notice an upload input at the top, which gives you the possibility to upload a file into the file directory of the theme. These parameters can be used to change the entire appearance of the theme.

  Warning! : Don't touch the values unless you know what you're doing!