[TYPO3-templavoila] tv content slide
Tapio Markula
tapio.markula at atwebteam.com
Mon Dec 4 19:54:34 CET 2006
Valery Romanchev kirjoitti:
> Hi Dmitry
>>>
>>> So now I use old TemplaVoila 1.0.1 for all projects.
>>
>> Go and "vote" for that bug to be fixed :)
>
> I do not see much sense in sponsoring exactly this bug,
> because TemplaVoila 1.0.1 works well and may be this problem can be fix
> by using improvements to TV made by Tapio.
>
> I will try to use Tapio changes in upcoming project and will report if
> the problem can be solved in this way.
>
> Valery
>
Made a quick fix!
if (method_exists($specialDoktypesObj, $methodName)) {
$result = $specialDoktypesObj->$methodName($this->rootElementRecord);
if ($result !== FALSE) {
$this->content .= $result;
if(!($confPropeties['properties']['allowContentForShorcut'] &&
$this->rootElementRecord['doktype']==4))
$render_editPageScreen = false; // New in 1.1.1 compared with
1.0.1 -! Do not output editing code for special doctypes!
}
}
into TS config for users/user groups
add
mod.web_txtemplavoilaM1.allowContentForShorcut=1
should work - tested
You find evaluation version from
http://t3test.xetpoint.com/?id=evaluations
Needs corresponding fix to TemplaVoila 1.1.2 and newer and that's it!
More information about the TYPO3-project-templavoila
mailing list