Andreas Kirilow
Test por , creado hace más de 1 año

Programmierung Test sobre TYPO3 CI 2018 6.8, creado por Andreas Kirilow el 21/12/2018.

4
0
0
Andreas Kirilow
Creado por Andreas Kirilow hace más de 5 años
Cerrar

TYPO3 CI 2018 6.8

Pregunta 1 de 10

1

You are having problems with the RTE when entering contents. What can you do in this situation? (3)

Selecciona una o más de las siguientes respuestas posibles:

  • Activate the “Disable Rich Text Editor” checkbox.

  • Deactivate the extension that implements the RTE.

  • Install an alternative extension that replaces the original RTE.

  • Add the following TypoScript code in the Page TSconfig:
    RTE.default.disabled = 1

  • Open the backend by using the &no_rte GET-parameter.

Explicación

Pregunta 2 de 10

1

What is the Single Table View? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • The display of a table in the “phpMyAdmin” extension

  • The table output of a frontend plugin.

  • All options of an entry form in the backend are displayed on a page (instead of on tabs).

  • The display of one single table in the “WEB → List” module.

  • The display of one single table in the “WEB → Page” module.

Explicación

Pregunta 3 de 10

1

The page with UID = 0 contains backend user records. What do you do so the list of these users in the “WEB -> List” module also displays their email addresses and full names? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • You have to make the appropriate settings in the Page TSconfig.

  • You can make the settings in the “Single Table View”.

  • You can extend the “showBEuserInfo” option in the Install Tool correspondingly.

  • You require a special extension to display additional information here.

  • You can make the settings in User Settings accordingly.

Explicación

Pregunta 4 de 10

1

How can you change the page titles of all direct subpages of the current page simultaneously? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • That is not possible, you have to edit each page individually.

  • Several extensions are available to perform this task, which need to be installed.

  • You can use TypoScript to create a script that performs the change in one procedure.

  • You can do this in the Single Table View.

  • You can do this in the Page module.

Explicación

Pregunta 5 de 10

1

How do you delete multiple pages at once? (3)

Selecciona una o más de las siguientes respuestas posibles:

  • You install the “Delete Multiple Pages” extension.

  • For safety reasons, you can only delete one page at a time.

  • The context menu of the corresponding page in the page tree contains a “Delete” entry.

  • You use the clipboard.

  • You have to adjust the User Settings to allow deleting pages recursively.

Explicación

Pregunta 6 de 10

1

You can delete pages in the page tree by right-clicking a page and selecting Delete. This procedure fails by default if the page to be deleted contains subpages. Is it possible to override the default behavior? (2)

Selecciona una o más de las siguientes respuestas posibles:

  • No, this is not possible for safety reasons.

  • Yes, the ability to delete recursively can be configured in User Settings.

  • Yes, the ability to delete recursively can be configured in the User TSconfig.

  • No, recursive deletion does not work in the page tree, but only in the “WEB → List” module.

Explicación

Pregunta 7 de 10

1

How can you instruct search engines, not to index a specific page? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • This can only be achieved by configuring the web server, e.g. Apache.

  • By adding the following TypoScript code to the template of that page:
    config.headerData.10 = TEXT
    config.headerData.10.value = <meta name="robots" content="noindex" />

  • This is only possible by installing the extension “Yoast SEO”.

  • By disabling option “Index this page” in the page properties of that page.

  • The can be configured under “ADMIN TOOLS → Settings”

Explicación

Pregunta 8 de 10

1

Is it possible to use a recycling bin for files? If so, how? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • Yes, the system extension “Recycler” needs to be activated in the Extension Manager to provide
    this feature.

  • Yes, it needs to be activated in the Page TSconfig:
    config.file.recycler = true

  • Yes, by creating a folder _recycler_/ in module “FILE → Filelist”.

  • Yes, by selecting the “Use recycler for files” checkbox in the user settings.

  • No, there is only a recycling bin for data records (such as pages and content elements).

Explicación

Pregunta 9 de 10

1

On which pages can you create data records with the Backend User type? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • Only in the “ADMIN TOOLS → User Admin” module.

  • Backend users are only created on the page with ID = 0.

  • Backend users are only created on the page with the root flag.

  • Backend users can be created on all pages.

  • Backend users can be created on all pages of the “Folder” type.

  • Backend users can be created on all pages of the “Backend User Section” type.

Explicación

Pregunta 10 de 10

1

How can you ascertain whether an output looks as intended for a certain screen width? (1)

Selecciona una o más de las siguientes respuestas posibles:

  • As TYPO3 is not suitable for responsive web design (RWD), this cannot be ascertained.

  • The width of the preview can be adjusted using the setting Width in the “PAGE → View”
    module.

  • You can implement this by using the TypoScript option mod.web_view.previewFrameWidths.

  • This can only be ascertained in the frontend by extending the browser to the intended width.

Explicación