Administration
Installation
Q: How can the extension be installed or updated with the source code from Github?
A: Follow these steps:
- Create a backup (data base as well as typo3conf folder)
- Uninstall the extensions
user_
andpizpalue pizpalue
in the extension manager - Update supported extensions (e.g.
news
,tt_
,address timelog
) as needed. If possible use tested versions. - Delete the folder
typo3conf/
ext/ pizpalue - Download the source code from github
- Upload the downloaded zip-file to
typo3conf/
ext - Extract the files
- Rename the new folder from
typo3-
topizpalue- main pizpalue
- Install the extension
pizpalue
- Install the extension
user_
pizpalue
---
Q: I have to use gridelements
and container
together. After updating
container
to version 1.3.0 the container child elements aren't shown any more.
How can this be fixed?
A: It might be related to the initial installation sequence from the
structure extensions. You might try to order the package listing in
typo3conf/
:
'pvh' => [
'packagePath' => 'typo3conf/ext/pvh/',
],
'gridelements' => [
'packagePath' => 'typo3conf/ext/gridelements/',
],
'pp_gridelements' => [
'packagePath' => 'typo3conf/ext/pp_gridelements/',
],
'flux' => [
'packagePath' => 'typo3conf/ext/flux/',
],
'flux_elements' => [
'packagePath' => 'typo3conf/ext/flux_elements/',
],
'container' => [
'packagePath' => 'typo3conf/ext/container/',
],
'container_elements' => [
'packagePath' => 'typo3conf/ext/container_elements/',
],
Translation
Q: How can I translate strings to my language (e.g. for the cookie dialog)?
A: To contribute translating an extension consult the chapter Localization with Crowdin in the TYPO3 Explained documentation. The string to be translated most likely belongs to either the bootstrap_package or the pizpalue extension. Alternatively labels can be overridden with TS. For more details see _LOCAL_LANG.[lang-key].[label-key] from the plugin chapter in the TypoScript template reference manual.
Design
Q: The browser shows an error related to the favicon. What is wrong?
A: Most likely the fav- and appicon files aren't available or the icon header data isn' correct. To create and add the icons follow these steps:
- Create the icons and the header code at realfavicongenerator.net.
- Store the assets to the website root directory.
- Merge the header code provided by realfavicongenerator.net to one line.
- In the constant editor paste the one line header code to the
Header data
field, sectionApp icon
from the categoryPIZPALUE: CUSTOMER BASE
.