x

Fő fejezetek

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud – Rövid útmutató
  3. LimeSurvey CE - Telepítés
  4. Hogyan készítsünk jó felmérést (Útmutató)
  5. Elkezdeni
  6. LimeSurvey konfiguráció
  7. Bevezetés – Felmérések
  8. A felmérés beállításainak megtekintése
  9. A felmérés menü megtekintése
  10. A felmérés szerkezetének megtekintése
  11. Bevezetés – Kérdések
  12. Bevezetés – Kérdéscsoportok
  13. Bevezetés - Felmérések - Menedzsment
  14. A felmérés eszköztárának beállításai
  15. Többnyelvű felmérés
  16. Gyors útmutató – ExpressionScript
  17. Speciális funkciók
  18. Általános GYIK
  19. Hibaelhárítás
  20. Megoldások
  21. Engedély
  22. Verzióváltoztatási napló
  23. Bővítmények – Speciális
 Actions

Themes/hu: Difference between revisions

From LimeSurvey Manual

Maren.fritz (talk | contribs)
Created page with "=Bevezetés="
Maren.fritz (talk | contribs)
Created page with "A '''témabeállítások''' elérhető a LimeSurvey 3.x-ben, és különféle eszközöket kínál, amelyek segítségével a felmérés adminisztrátorai gyorsan és egyszer..."
Line 12: Line 12:
=Bevezetés=
=Bevezetés=


The '''theme options''' is available on LimeSurvey 3.x, and offers a set of various tools that allows the survey administrators to quickly and easily change the themes-related settings of their surveys.
A '''témabeállítások''' elérhető a LimeSurvey 3.x-ben, és különféle eszközöket kínál, amelyek segítségével a felmérés adminisztrátorai gyorsan és egyszerűen módosíthatják felméréseik témával kapcsolatos beállításait.


=Options to change a theme=
=Options to change a theme=

Revision as of 07:24, 9 October 2023

A LimeSurvey 3 egy teljesen új sablonmotor-rendszert mutat be, amely a Twig 1.29 és a / Bootstrap, és lehetővé teszi a sablon öröklését és a sablonbeállításokat. A frontend HTML oldal 100%-ban testreszabható az Ön igényei szerint.


Telepítse a Limesurvey 3.0+ verziót, hogy hozzáférjen a felmérés témabeállításai funkciójához. Ez a lehetőség a LimeSurvey régebbi verzióiban nem érhető el!


  A következő szakasz még fejlesztés alatt áll. Ha rövid bevezetőt szeretne kapni a LimeSurvey 3.x új témarendszeréről, olvassa tovább a következő wiki szakaszt. Ha továbbra is a LimeSurvey 2.x-et használja, kérjük, olvassa tovább a következő wiki szakaszt (mindig azt javasoljuk felhasználóinknak, hogy frissítsék a telepítéseiket!).


Bevezetés

A témabeállítások elérhető a LimeSurvey 3.x-ben, és különféle eszközöket kínál, amelyek segítségével a felmérés adminisztrátorai gyorsan és egyszerűen módosíthatják felméréseik témával kapcsolatos beállításait.

Options to change a theme

There are two ways to use a theme in LimeSurvey 3.x, either through the global setting or through the theme option panel inside a survey.

Changing the Theme from the global setting makes the chosen theme the default theme for all surveys you create. If the theme is changed for a particular survey using the Theme option panel inside the theme, only the theme for that particular survey is changed.

Global setting default theme

Theme options panel

This option changes the theme for a particular survey. To access the new theme options feature, go to the survey settings:

Available list of themes

The list of themes available can be access from the Administration Dashboard. Configuration > Advanced > Themes


The list is divided into 5 columns:

  • Preview of the theme: This shows how the theme will look like when used.
  • Theme title: Specifies the name of the theme.
  • Description of the themes: Users can always get more information about the theme using the URL on the description.
  • Type of theme: Core themes are themes provided with LimeSurvey and cannot be changed while User themes are extended themes added in upload directory by users.
  • Extends: if the theme extends other themes, the name of the extended theme will be displayed here.
  • Last Column with some action buttons: The last Column contains five buttons as shown on the image.

The buttons are ways in which a theme can be edited and each button will be explained in details below,

    • Theme editor: it will redirect you to the theme editor
    • Theme options: it will lead you the global configuration of theme options
    • Uninstall: it will delete the configuration entries of a theme in the database
    • Install: it will load the manifest of a theme to add it to database and make it available for selection at the survey level
    • Reset: This will completely reset the theme.


Theme editor

The LimeSurvey core themes (default themes) cannot be modified. The "extend" button give users the opportunity for a core theme to be modified(extended).

This documentation assumes you already know how to use the Template Editor in the previous version of LS.

The fruity theme is used for this demonstration on how to extend/modify a theme using the theme editor.

When the theme editor button is clicked, the page below is displayed. The theme can be previewed using the "Previous" and "Next" buttons. The screen size can be adjusted to see how responsive the theme is on all devices. A new template can be imported or the current template can be exported as a zip file.




The "Extend" button will ask for a new name to save a copy of the theme you want to modify. 
In our case, the fruity theme will be named "extends_fruity".


Theme inheritance overview

When a theme is extended, a copy of the original theme can easily be modified. In our case, we have a copy of the fruity theme saved as "extends_fruity" which will be available for use in the list of themes available.

Modifying the theme is for advance users with basic knowledge of HTML, CSS and Twig.

Development