Re: [TYPO3-english] SOLVED Send standard mailform to recipient and sender

2009-09-25 Thread Rik Willems
Hi Jeroen, Perhaps you could able to set this value through typoscript as well. Something like this: tt_content.mailform.20 { recipient_copy = {GPvar:formpage} recipient_copy.insertData = 1 } Greets, Rik Jeroen Visser | ROQUIN E-Solutions schreef: Jeroen Visser | ROQUIN E-Solutions s

Re: [TYPO3-english] TT news - newsFiles

2009-09-25 Thread Christoph Hofmann
Hi Clay, yes ist is possible you need to edit the template for the news output. Clay Sissing schrieb: > Does anyone know if it is possible to change the order of the html form > newsFiles. > > Want to have the link first and then the image after it. > > Is this possible? > Thanks > > Clay >

[TYPO3-english] TT news - newsFiles

2009-09-25 Thread Clay Sissing
Hi All Does anyone know if it is possible to change the order of the html form newsFiles. Want to have the link first and then the image after it. Is this possible? Thanks Clay ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

Re: [TYPO3-english] wfqbe: typolink with condition

2009-09-25 Thread Claudio Strizzolo
HI all, I found a solution myself: plugin.tx_wfqbe_pi1.customProcess.44 { 5 = TEXT 5.value=Datasheet 5.typolink { parameter=/path-tp-pdfs/###WFQBE_FIELD_5### } 5.if.isTrue=###WFQBE_FIELD_5### } Sorry for bothering, Claudio ___ TYPO3-eng

Re: [TYPO3-english] SOLVED (almost) No 'nice text' rendering + GMENU for multilanguage is NOT working ok

2009-09-25 Thread JoH asenau
>>> It works fine, even if I do not like it, I think I should not need >>> to add the sys_language_uid = 0. >> >> You don't have to :-) >> >> select.languageField = sys_language_uid >> >> should do the job > > yes, it does and it is better. Thanks. > > However, my point is that we should not need e

Re: [TYPO3-english] Images list on tt_news

2009-09-25 Thread Tomas Mrozek
Try to build the image "yourself". In other words, override the image generation by using "stdWrap" of the image and define it as IMAGE with the attribute "params". Example: --- plugin.tt_news.displayList.image > plugin.tt_news.displayList.image.stdWrap.cObject = IMAGE plugin.tt_news.displayLi

Re: [TYPO3-english] Problem with my simple selfmade extension

2009-09-25 Thread Richard Jäger
Michael Miousse schrieb: > Le Thu, 24 Sep 2009 12:51:17 +0200, Richard Jäger a écrit : > >> Hey, >> i made for the first time my own extension and this extension is really >> simple. >> >> The functions are all working in the backend, but in the frontend i cant >> see all things. >> >> The extensi

Re: [TYPO3-english] SOLVED Send standard mailform to recipient and sender

2009-09-25 Thread Jeroen Visser | ROQUIN E-Solutions
Hi Oliver, The solutions for me is using the XCLASS "ux_t3lib_formmail" with the function "start()" in it. In the mailform I have set the Email input field to "recipient_copy" and in my start() function I only replaced the if statement to if(t3lib_div::_POST('recipient_copy')){ $this->r