Actions

QS

QS: Theme editor - avancerede muligheder

From LimeSurvey Manual

Revision as of 12:38, 28 December 2023 by Maren.fritz (talk | contribs) (Created page with "Når du åbner fanen '''temaindstillinger''', kan du vælge at redigere enten dens ''enkle indstillinger'' eller dens ''avancerede indstillinger''. "Avancerede muligheder" er...")

Når du åbner fanen temaindstillinger, kan du vælge at redigere enten dens enkle indstillinger eller dens avancerede indstillinger. "Avancerede muligheder" er blot en nøgen form, der giver dig adgang til hovedtemakonfigurationsfelterne fra databasen. For at forstå, hvordan det fungerer, bør du også læse om XML-filen og oprettelsen af et tema fra bunden. Så det er ret komplekst og lavet til avancerede brugere.

Men hvis du ønsker at udføre avanceret redigering af indstillinger, skal du klikke på fanen avancerede indstillinger



  • 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!