[TYPO3-english] Adding template to extension

2011-02-03 Thread Andre Cheung Tam He
Hi, I'm relative new to Typo3 extension programming. The alpha extension I made with kickstarter is working fine (getting data and displaying it). Now I want to add an template to make the extension more flexibele and the problems start ;-) I followed this wiki entry: http://wiki.typo3.org/E

Re: [TYPO3-english] Adding template to extension

2011-02-03 Thread JoH asenau
I created an ext_typoscript_setup.txt in the extension root folder (typo3/typo3conf/ext/lucas_helpdesk) with this line: plugin.lucas_helpdesk.templateFile = EXT:lucas_helpdesk/template.html Added code as mentioned in the wiki to the class.tx_lucashelpdesk_pi1.php file: I get an empty page beca

Re: [TYPO3-english] Adding template to extension

2011-02-03 Thread Jigal van Hemert
Hi, On 3-2-2011 18:22, JoH asenau wrote: I created an ext_typoscript_setup.txt in the extension root folder (typo3/typo3conf/ext/lucas_helpdesk) with this line: plugin.lucas_helpdesk.templateFile = EXT:lucas_helpdesk/template.html Added code as mentioned in the wiki to the class.tx_lucashelpd

Re: [TYPO3-english] Adding template to extension

2011-02-04 Thread Andre Cheung Tam He
Yes! That fixed it! Thank you :) On 02/03/2011 06:22 PM, JoH asenau wrote: I created an ext_typoscript_setup.txt in the extension root folder (typo3/typo3conf/ext/lucas_helpdesk) with this line: plugin.lucas_helpdesk.templateFile = EXT:lucas_helpdesk/template.html Added code as mentioned in t

Re: [TYPO3-english] Adding template to extension

2011-02-04 Thread Andre Cheung Tam He
It was indeed a wrong plugin name :) Thank you for the book tip! best regards, André On 02/03/2011 07:30 PM, Jigal van Hemert wrote: Hi, On 3-2-2011 18:22, JoH asenau wrote: I created an ext_typoscript_setup.txt in the extension root folder (typo3/typo3conf/ext/lucas_helpdesk) with this li