typo3
Typoscript condition && condition not working?
This is my (shortened) code: lib.nav = COA lib.nav { 50 = HMENU 50 { [ ... ] wrap = <nav>|</nav>[详细]
2023-04-13 03:36 分类:问答Typo3: External URL should open with target=_blank
I have created a p开发者_JS百科age with the type external URL. In the tab \"General\" I can specify the protocol and the URL. In another tab I can specify the URL alias and the target. But the target[详细]
2023-04-12 08:18 分类:问答Setting a fe_users session from extbase
As I have to verify the login-data in a way, normal login extensions can not handle, I have to develop a custom login-form. This login box is part of an ext. written in extbase.[详细]
2023-04-12 03:24 分类:问答How to setup Typo3 so client-side caching is enabled?
I have found the following page on the matter: http://typo3.org/development/articles/using-cache-control-headers-in-typo3/page/3/[详细]
2023-04-11 23:03 分类:问答TYPO3: Pass multiple arguments to a partial from a fluid template
I have a fluid template, from where I call an often used snippet (calle开发者_运维百科d \"partial\"):[详细]
2023-04-11 05:48 分类:问答TYPO3: exec_SELECTquery with where clause
The following select returns an empty result set, although it shoudn\'t: $res = $GLOBALS[\'TYPO3_DB\']->exec_SELECTquery(\'*\', \'tx_xmluploader_xml_import_tree\', \'xml_import_id=\'.$xml_import_i[详细]
2023-04-10 10:13 分类:问答How can I install PEAR::Mail for TYPO3 without pear or phar?
In order to use the TYPO3 extension \'Direct Mail\' with an external SMTP server, I need to install PEAR::Mail (http://pear.php.net/package/Mail/download/1.2.0).[详细]
2023-04-10 02:14 分类:问答How can I fetch the HTML contents of one single TYPO3 page into another CMS?
We need to display the content of one single TYPO3 page in Habari. It would suffice to retrieve the HTML, as styling (CSS) is done separatly.[详细]
2023-04-08 17:03 分类:问答Split articles in subpages every nine articles
I want to seperate my content elements to several subpages of 9 content elements each. Example: If I have 5 content elements then I have only 1 page in the navigation. If I have 14 content elements t[详细]
2023-04-08 05:05 分类:问答TYPO3: extension with both backend module and frontend plugin
I am trying to create an extension (\'XML Uploader\') with a backend module and a frontend plugin also.[详细]
2023-04-07 10:12 分类:问答