[TYPO3-english] R: powermail, tt_news and mbl_newsevent - howto?
Jordan van Bergen
jordanvanbergen at gmail.com
Tue Feb 2 09:26:39 CET 2010
Does this help? I put this on my single news page template settings:
#############
# clear the cookie so it reads the new tt_news variables instead of
# showing the old ones
#############
plugin.tx_powermail_pi1.clear.session=1
#############
# place title from selected tt_news newsitem in the powermail form
#############
lib.ttnewsfetch = CONTENT
lib.ttnewsfetch {
table = tt_news
select {
pidInList = 204
# put the correct pid above!
andWhere {
data = GPvar:tx_ttnews|tt_news
wrap = tt_news.uid=|
}
}
renderObj = TEXT
renderObj.field=title
}
#############
# Prefill fields
#############
plugin.tx_powermail_pi1 {
prefill {
#############
# fill field uid162 with id page
#############
uid162 < lib.ttnewsfetch
#############
# fill field uid159 with current timestamp
#############
uid159 = TEXT
uid159.data = date:U
uid159.strftime = Date: %d.%m.%Y
#############
# fill field uid160 with id tt_news
#############
uid160 = TEXT
uid160.data = GPvar:tx_ttnews|tt_news
#############
# fill field uid158 with IP address of the user
#############
uid161 = TEXT
uid161.data = getIndpEnv:REMOTE_ADDR
}
}
Regards,
Jordan
On Thu, 28 Jan 2010 15:04:59 +0100, "De Contardi Riccardo"
<Riccardo.DeContardi at bhuman.it> wrote:
>I've made some progress, but... not enough
>
>After founding a thread on a german forum, I've wrote:
>
>
>somevar = CONTENT
>somevar {
> table = tt_news
> select {
> pidInList = 10
> andWhere {
>
> data = GPvar:powermail[tt_news]
> wrap = tt_news.uid=|
> }
> }
> renderObj = TEXT
> renderObj.field = title
>
>}
>
>
>plugin.tx_powermail_pi1 {
>prefill {
> uid4 = TEXT
> uid4 < somevar
> }
>}
>
>There is still something wrong (not working), but I sense I'm almost there...
>Could someone lend me a hand?
>
>Thanks!
>
>**************************************
>Riccardo De Contardi
>
>B Human Srl - www.bhuman.it
>Via Canzio, 15 - 20131 Milano
>Tel +39.02 20 23 271 - Fax +39.02 20 240 561
>-----Messaggio originale-----
>Da: typo3-english-bounces at lists.typo3.org [mailto:typo3-english-bounces at lists.typo3.org] Per conto di De Contardi Riccardo
>Inviato: lunedì 25 gennaio 2010 17.27
>A: typo3-english at lists.typo3.org
>Oggetto: [TYPO3-english] powermail, tt_news and mbl_newsevent - howto?
>
>Hello!
>
>
>
>I'm trying to use powermail, tt_news (last version) and mbl_newsevent to
>set up a registration form for events.
>
>
>
>As first step, I'd like to fill up one of the field of powermail (an
>hidden field) with the news title; here what I've done:
>
>
>
>1.The pages:
>
>Home
>
>+ - Event list [UID=11] Extension template; Plugin:tt_news; display:list
>
>| - Event Detail [UID=12] Plugin:tt_news; display:single
>
>| - Event registration [UID=52] Plugin: powermail
>
>|
>
>+ Event Folder [UID=10], sysfolder
>
>
>
>2.Powermail:
>
>I've added an hidden field - (uid4)
>
>
>
>3.Now... how can I pass the title of the news to the powermail form?
>
>
>
>Wollowing mbl_newsevent 's manual I added to the ext template setup:
>
>
>
>plugin.tt_news.mbl_newsevent{
>
> enableRegistration = 1
>
> registrationLink_typolink {
>
> parameter.field >
>
> parameter = 52
>
> additionalParams.field = uid
>
> additionalParams.wrap = &powermail[tt_news]=|
>
> }
>
>}
>
>
>
>With this TS the "register" link points to
>
>
>
>http://typodemo02.it/events/registration/?powermail[tt_news]=1
><http://typodemo02.it/events/registration/?powermail%5btt_news%5d=1>
>
>(1 is the ID of the news record)
>
>But now...how can I continue?
>
>
>
>
>
>Thanks for the help and best regards
>
>
>
>
>
>
>
>
>
>**************************************
>
>Riccardo De Contardi
>
>
>
>B Human Srl - www.bhuman.it
><file:///C:\Documents%20and%20Settings\riccardo.decontardi\Dati%20applic
>azioni\Microsoft\Firme%20elettroniche\www.bhuman.it>
>
>Via Canzio, 15 - 20131 Milano
>
>Tel +39.02 20 23 271 - Fax +39.02 20 240 561
>
>
>
>
>
>Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilita connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.
>
>The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.
>
>
>_______________________________________________
>TYPO3-english mailing list
>TYPO3-english at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
>
>Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilità connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.
>
>The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.
>
More information about the TYPO3-english
mailing list