Zusammenfassung der Ressource
Frage 1
Frage
You are having problems with the RTE when entering contents. What can you do in this situation? (3)
Antworten
-
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.
Frage 2
Frage
What is the Single Table View? (1)
Antworten
-
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.
Frage 3
Frage
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)
Antworten
-
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.
Frage 4
Frage
How can you change the page titles of all direct subpages of the current page simultaneously? (1)
Antworten
-
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.
Frage 5
Frage
How do you delete multiple pages at once? (3)
Antworten
-
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.
Frage 6
Frage
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)
Antworten
-
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.
Frage 7
Frage
How can you instruct search engines, not to index a specific page? (1)
Antworten
-
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”
Frage 8
Frage
Is it possible to use a recycling bin for files? If so, how? (1)
Antworten
-
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).
Frage 9
Frage
On which pages can you create data records with the Backend User type? (1)
Antworten
-
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.
Frage 10
Frage
How can you ascertain whether an output looks as intended for a certain screen width? (1)
Antworten
-
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.