[TYPO3-UG Italy] come disabilitare plugin su singola pagina

Mauro Lorenzutti mauro.lorenzutti at webformat.com
Tue Jun 11 09:44:18 CEST 2013


Ciao Manuel,

se apri con il template analyzer il template 
"EXT:powermail/Configuration/TypoScript/Main" (che avrai incluso nel tuo 
template) noterai che include il seguente typoscript:

1110  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  ############################
1111  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  # JavaScript and CSS section
1112  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  ############################
1113  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  page  {
1114  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	# Inlude JavaScript files
1115  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	includeJSFooterlibs  {
1116  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQuery  =  {$plugin.tx_powermail.settings.javascript.powermailJQuery}
1117  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQuery.external  =  1
1118  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryUi  =  {$plugin.tx_powermail.settings.javascript.powermailJQueryUi}
1119  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryUi.external  =  1
1120  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryUiDatepicker  =  EXT:powermail/Resources/Public/Js/jquery.ui.datepicker.min.js
1121  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryFormValidationLanguage  =  EXT:powermail/Resources/Public/Js/jquery.validationEngine-en.js
1122  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryFormValidation  =  EXT:powermail/Resources/Public/Js/jquery.validationEngine.js
1123  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryTabs  =  EXT:powermail/Resources/Public/Js/tabs.js
1124  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1125  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	includeJSFooter  {
1126  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailForm  =  EXT:powermail/Resources/Public/Js/form.js
1127  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1128  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1129  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	# Include CSS files
1130  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	includeCSS  {
1131  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryUiTheme  =  EXT:powermail/Resources/Public/Css/jquery.ui.theme.css
1132  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		powermailJQueryUiDatepicker  =  EXT:powermail/Resources/Public/Css/jquery.ui.datepicker.css
1133  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1134  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  }
1135  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1136  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  page.1000  =  COA
1137  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  page.1000  {
1138  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	wrap  =  <script type="text/javascript">|</script>
1139  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1140  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	10  =  TEXT
1141  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	10  {
1142  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckCheckboxes = '|';
1143  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckCheckboxes
1144  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1145  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1146  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	20  =  TEXT
1147  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	20  {
1148  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckInteger = '|';
1149  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckInteger
1150  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1151  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1152  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	30  =  TEXT
1153  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	30  {
1154  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckRequired = '|';
1155  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckRequired
1156  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1157  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1158  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	40  =  TEXT
1159  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	40  {
1160  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckRequiredOption = '|';
1161  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckRequiredOption
1162  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1163  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1164  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	50  =  TEXT
1165  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	50  {
1166  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckEmail = '|';
1167  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckEmail
1168  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1169  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1170  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	60  =  TEXT
1171  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	60  {
1172  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckUrl = '|';
1173  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckUrl
1174  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1175  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1176  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	70  =  TEXT
1177  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	70  {
1178  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckPhone = '|';
1179  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckPhone
1180  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1181  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  
1182  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	80  =  TEXT
1183  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	80  {
1184  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		wrap  =  var JsValidationCheckLetters = '|';
1185  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  		data  =  LLL:EXT:powermail/Resources/Private/Language/locallang.xml:JsValidationCheckLetters
1186  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  	}
1187  <http://dev-admin.tsc-consulting.com/typo3/sysext/tstemplate/ts/index.php?id=34&template=ext_powermail/Configuration/TypoScript/Main/#>:  }


Dovresti quindi disabilitarlo in questo modo:

page.1000 >
page.includeJSFooterlibs.powermailJQuery >
page.includeJSFooterlibs.powermailJQueryUi >

e così per tutte le inclusioni.

Ciao,
-- 

Mauro Lorenzutti

CTO / Software Architect
mauro.lorenzutti at webformat.com
Tel.   +39-0427-926.389

WEBFORMAT srl -- www.webformat.com
Via S. Francesco d'Assisi, 6 -- 20122 MILANO
Corte Europa, 12 - 33097 SPILIMBERGO (PN)

*** TYPO3 Certified Integrator *** - *** Magento Certified Developer ***





Il 11/06/2013 09:10, Manuel Grandone ha scritto:
> Ciao Roberto,
>
> vorrei che in una determinata pagina di frontend, che non fossero 'caricati i vari css/js/altro'.
> Pensi sia possibile? Via typoscript?
>
>
> Manuel
>
> _________________________________________________________
>
> Manuel Grandone - Web developer
> manuel.grandone at immaginario.com
> _________________________________________________________
>
> Pallino&Co. - Comunicazione integrata
> Immaginario - Comunicazione multimediale
> Playbox - Web marketing
>
> Via Decorati al Valor Civile 57/A, 35142 Padova, Italy
> Tel. +39.049.8800329 - Int. 225
> Fax +39.049.8800354
> www.pallino.it
>
>
> Questa e-mail ed i suoi eventuali allegati contengono informazioni riservate o confidenziali.
> Se avete ricevuto questa comunicazione per errore, siete pregati di non utilizzarne il contenuto
> e di non portarlo a conoscenza di alcuno. Grazie per la collaborazione.
> This message is intended only for the use of the individual or entity to which it is addressed,
> and may contain confidential information. If you received this in error, please contact the sender
> and delete the material from all computers.
>
> Il giorno 11/giu/2013, alle ore 08.16, Roberto Torresani ha scritto:
>
>> Ciao Manuel!
>> cosa intendi per disabilitare un plugin su una singola pagina? Nella pagine di frontend non vuoi che siano caricati i vari css/js/altro oppure nelle pagine di backend non sia possibile aggiungere quel plugin in quella pagina? Nel secondo caso solo ad un gruppo di utenti o a tutti?
>>
>> Ciao
>> Roberto
>>
>> Il 10/06/2013 16.40, Manuel Grandone ha scritto:
>>> Ciao a tutti,
>>>
>>> è possibile disabilitare via typoscript un plugin (powermail) su una singola pagina?
>>>
>>> Grazie
>>>
>>> Manuel
>>>
>>> _________________________________________________________
>>>
>>> Manuel Grandone - Web developer
>>> manuel.grandone at immaginario.com
>>> _________________________________________________________
>>>
>>> Pallino&Co. - Comunicazione integrata
>>> Immaginario - Comunicazione multimediale
>>> Playbox - Web marketing
>>>
>>> Via Decorati al Valor Civile 57/A, 35142 Padova, Italy
>>> Tel. +39.049.8800329 - Int. 225
>>> Fax +39.049.8800354
>>> www.pallino.it
>>>
>>>
>>> Questa e-mail ed i suoi eventuali allegati contengono informazioni riservate o confidenziali.
>>> Se avete ricevuto questa comunicazione per errore, siete pregati di non utilizzarne il contenuto
>>> e di non portarlo a conoscenza di alcuno. Grazie per la collaborazione.
>>> This message is intended only for the use of the individual or entity to which it is addressed,
>>> and may contain confidential information. If you received this in error, please contact the sender
>>> and delete the material from all computers.
>>>
>>> _______________________________________________
>>> TYPO3-UG-Italy mailing list
>>> TYPO3-UG-Italy at lists.typo3.org
>>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy
>> _______________________________________________
>> TYPO3-UG-Italy mailing list
>> TYPO3-UG-Italy at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy
> _______________________________________________
> TYPO3-UG-Italy mailing list
> TYPO3-UG-Italy at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-italy





More information about the TYPO3-UG-Italy mailing list