Questions tagged [templavoila]

Templating engine for the TYPO3 content management system

TemplaVoila is a for the enterprise . It is written as a TYPO3 extension in PHP.

74 questions
0
votes
1 answer

Typo3 4.5.5 and TemplaVoila 1.5.5 web modul error in title and toolbar?

I've Typo3 4.5.5 and Templavoila 1.5.5 installed and I got this strange problem in the web module when I select it the right content where the module prints the toolbar and the content the page title and the toolbar is always printed two times…
Micromega
  • 12,486
  • 7
  • 35
  • 72
0
votes
1 answer

direct_mail uses wrong templavoila template

No matter what I do doesntwork.com uses the templavoila template of work.com. I want doesntwork.com to use its own templavoila template, but dunno how. I use directmail with multiple domains in one typo3 tree. E.g. the domains: works.com and…
neoneye
  • 50,398
  • 25
  • 166
  • 151
0
votes
2 answers

Ghost field in Templavoilà

I'm using this bit of Typoscript to generate some text. field_test is created via TemplavoilàPlus. # If field_test is filled in by the redactor, # its content will be displayed in the frontend. 10 = TEXT 10.if.isTrue.field =…
CCR
  • 154
  • 4
  • 18
0
votes
1 answer

Field from default language should be valid for all languages

I'm using this bit of Typoscript and a Templavoilà Plus input field to generate some text. 10 = TEXT 10.value.field = field_test I work with English (default) and German contents. When I translate a content to German, the backend user has to fill…
CCR
  • 154
  • 4
  • 18
0
votes
1 answer

Changing Templavoila field names

In the process of cleaning up some Templavoila Plus FCE, I created a new FCE template that will replace several others. To do so, I created some new field names to replace the old ones. (I noticed you can't change the name of a field after creating…
CCR
  • 154
  • 4
  • 18
0
votes
1 answer

Templavoila - Extra space in content when "Typoscript Only" or "Object Path"

This has been bothering me a little for a while and I couldn't find any other mention of that problem anywhere. It is not really important, but maybe there's a simple solution that I'm missing. When creating a FCE, some Elements are Typoscript only…
CCR
  • 154
  • 4
  • 18
0
votes
3 answers

Adding Templavoila template to Typo3 blog

I am pretty new to Typo3, and I am sorry if my question is too easy to answer =) I'm using Templavoila and I installed the Typo3 Blog extension (T3G?) and I ticked the checkbox "Install and use the template provided by the extension" when setting up…
CCR
  • 154
  • 4
  • 18
0
votes
1 answer

TYPO3 PHP Runtime Deprecation Notice:

i have a problem with some old TYPO3 stuff, i tried to make a old TYPO3 Website run on my Ubuntu system. And sorry if somethings are not clear to understand for me, i am new in CMS's and i am forced to change some stuff on a old page. Problems…
0
votes
2 answers

Explode error in TYPO3 7.6 with compatibility6

I've got errors after update from TYPO3 6.2 to typo3 7.6 with compatibility6 mode enabled. In the backend, when I need to edit page or article, the content is not charged in the textareas and I've got this warning PHP Warning Core: Error handler…
Jul6art
  • 219
  • 3
  • 14
0
votes
1 answer

How to translate templavoila template code to Fluid/Flux templating

I have a question regarding templavoila and Fluid. I migrated my website from TYPO3 4.7.x to TYPO3 6.2.x where the TYPO3 4.7.x uses Templavoila. I now want to translate Templavoila code to Fluid/Flux code. for example I have a TemplaVoila Flexible…
Sandeep
  • 13
  • 6
0
votes
0 answers

Show languages when using marker

My setup in template of Typo3 looks like this: temp.langMenu = HMENU temp.langMenu { special = language special { value = 0,1,2 } 1 = TMENU 1 { wrap =
    |
NO { …
Pom Canys
  • 369
  • 2
  • 5
  • 16
0
votes
1 answer

Template is not getting updated

In my template (fileadmin/templates/index.html) I have inserted the word "test". As you see the view of Templavoilà "test" appears. I am trying to update the mapping but when I click on save, clear the cache and reload the frontend, nothing really…
Pom Canys
  • 369
  • 2
  • 5
  • 16
0
votes
1 answer

Typo3 templavoila flexform - select folder from file module

I've a custom requirement to render an image gallery from a directory under "fileadmin" folder (Eg: fileadmin/images). Images are uploaded using FileZilla and it will be rendered in frontend using Templavoila FCE (a userfunc in FCE). I want to…
Arun Chandran
  • 310
  • 5
  • 24
0
votes
1 answer

typo3 templavoila check current language

Hi i have 4 languages in my typo. Here is my main configuration for them: #LANGS config.linkVars=L config.defaultGetVars.L = 0 config.sys_language_overlay = hideNonTranslated [globalVar = GP:L = 3] config.sys_language_uid = 3 config.language =…
BigBazooka007
  • 107
  • 12
0
votes
1 answer

Datatables (Server-side processing) in Typo3 with FCE and Templavoila

I'm trying to implement https://www.datatables.net/examples/data_sources/server_side.html into Typo3 (6.2LTS) with a flexible content element and templavoila. The result is a functioning but empty (No data available in table) table at the moment.…
Capamania
  • 11
  • 6