[TYPO3-UG Italy] DB Integration - assegnare ad un TypoScript Object Path

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Mon May 19 14:58:51 CEST 2008


Salve Thomas,

[...]

> plugin.tx_wfqbe_pi1.customProcess.1 {
> 		
> 	1 = TEXT
> 	1.value = ###WFQBE_FIELD_0###
> }
>
> temp.previous_user < .plugin.tx_plugin.tx_wfqbe_pi1
>
>
>   

[...]

> lib.user_menu = COA
> lib.user_menu{
>    10 < temp.previous_user
>    20 < temp.name
>    30 < temp.next_user
> }
>
>
>
> Se faccio un Pagecontent funziona, però non funziona se lo voglio 
> assegnare ad un TypoScript Object Path.
> Qualcuno ha un suggerimento come lo posso realizzare?
>   


Direi che è un problema di TS: prova a sostituire

temp.previous_user < .plugin.tx_plugin.tx_wfqbe_pi1


con

temp.previous_user < plugin.tx_plugin.tx_wfqbe_pi1

[N.B. ho tolto il punto prima di 'plugin']


Saluti,

-- 
 Mauro Lorenzutti

e-mail:  mauro.lorenzutti at webformat.com
---------------------------------------------------------
WEBFORMAT srl | Corte Europa, 12 | I-33097 SPILIMBERGO PN
     Tel +39-0427-926.389  --  Fax +39-0427-927.653
       info at webformat.com  --  http://www.webformat.com
---------------------------------------------------------



More information about the TYPO3-UG-italy mailing list