[TYPO3-templavoila] TemplaVoila and Gridelements in a multipage typo3 setup

Tolleiv Nietsch tolleiv.nietsch at typo3.org
Mon Nov 19 12:01:07 CET 2012


Hi,

thanks for this. So the "issue" is actually that gridelements "blocks" 
an internal flag of TemplaVoila. Namely:

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tx_templavoila_api']['apiIsRunningTCEmain'];

This is mainly used to avoid recursion issues in the tcemain hooks which 
are used by TemplaVoila. What gridelements tries to do is to avoid that 
TemplaVoila is running and so they just block it.

To get rid of that - you can either remove that line from the 
gridelements ext_tables.php or rename the variable within TemplaVoila.

Other than that - I doubt that they are really "conflicting" in any 
sense. (TV uses the tcemain hooks properly - so there should really be 
no conflict)

Cheers,
Tolleiv




Sascha Egerer schrieb:
> Hi,
>
> i would like to use gridelements in a big TYPO3 installation which
> currently uses TemplaVoila. There are mulitple websites in this
> installation.
>
> I dont want to combine TemplaVoila with gridelements but keep the old
> Websites with TemplaVoila and add a new page with a fluid Template and
> gridelements.
>
> Gridelements currently "conflicts" with templatevoila. at least
> gridelements ist configured so.
>
> There is already a forge ticket which has been rejected.
> http://forge.typo3.org/issues/33603
>
> Is it possible to use these Extensions without any sideeffects in
> seperate pages?
>
> Regards
> Sascha

-- 
Tolleiv Nietsch
TYPO3 Core Developer


TYPO3 .... inspiring people to share!
Get involved: typo3.org




More information about the TYPO3-project-templavoila mailing list