This is my (shortened) code: lib.nav = COA lib.nav { 50 = HMENU 50 { [ ... ] wrap = <nav>|</nav>
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
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.
I have found the following page on the matter: http://typo3.org/development/articles/using-cache-control-headers-in-typo3/page/3/
I have a fluid template, from where I call an often used snippet (calle开发者_运维百科d \"partial\"):
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
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).
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.
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
I am trying to create an extension (\'XML Uploader\') with a backend module and a frontend plugin also.