Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
b9f7797d
Commit
b9f7797d
authored
Jan 14, 2017
by
Carsten Rose
Browse files
UsersManual/index.rst: Startet FAQ section.
config.qfq.example.ini: Added comment where to save config.qfq.ini.
parent
6d0b7059
Changes
3
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/AdministratorManual/Index.rst
View file @
b9f7797d
...
...
@@ -36,12 +36,14 @@ Setup
* Install the extension via the Extensionmanager.
* If you install the extension by manual download/upload and get an error message
"can't activate extension": rename the downloaded zip file to `qfq.zip`.
"can't activate extension": rename the downloaded zip file to `qfq.zip`
or `qfq_<version>.zip` (e.g. version: 0.9.1)
.
* If the Extensionmanager stops after importing: check your memory limit in php.ini.
* Enable the online Documentation_.
* Copy/rename the file *<ext_dir>/config.example.qfq.ini* to *typo3conf/config.qfq.ini* and configure the necessary values: `config.qfq.ini`_
* Copy/rename the file *<Documentroot>/typo3conf/ext/<ext_dir>/config.example.qfq.ini* to
*<Documentroot>/typo3conf/config.qfq.ini* and configure the necessary values: `config.qfq.ini`_
The configuration file is outside the extension directory to not loose it during updates.
* Play the SQL File *<ext_dir>/qfq/sql/formEditor.sql* to fill the database with the *FormEditor* records.
* Configure Typoscript to include Bootstrap, jQuery, QFQ javascript and CSS files.
...
...
@@ -148,7 +150,7 @@ Documentation
To render the QFQ reST documentation:
* Take care to have 'unzip' and 'Python setuptools' installed (necessary to run
).
* Take care to have 'unzip' and 'Python setuptools' installed (necessary to run).
Preparation for Ubuntu 16.04::
...
...
extension/Documentation/UsersManual/Index.rst
View file @
b9f7797d
...
...
@@ -2812,3 +2812,10 @@ Best Practise: Chart
tail = ], backgroundColor: "steelblue", label: "FormElements" } ]
rsep = ,
>
FAQ
===
* Q: A variable {{<var>}} is shown as empty string, but there should be a value.
* A: The sanatize rule is violeted and therefore the value has been removed. Set {{<var>:<store>:all}} as a test.
\ No newline at end of file
extension/config.qfq.example.ini
View file @
b9f7797d
; comment
; QFQ configuration
;
; Save this file as: <Documentroot>/typo3conf/config.qfq.ini
DB_USER
=
<DBUSER>
DB_SERVER
=
<DBSERVER>
DB_PASSWORD
=
<DBPW>
...
...
@@ -12,7 +15,7 @@ SQL_LOG = sql.log
; all, modify
SQL_LOG_MODE
=
modify
; auto|yes|no. 'auto': if BE User is logged in 'true', else 'false'
; auto|yes|no. 'auto': if BE User is logged in
the value will be
'true', else 'false'
SHOW_DEBUG_INFO
=
auto
CSS_LINK_CLASS_INTERNAL
=
internal
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment