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
5
votes
1 answer

Get page header and footer preview in backend

I have created a TYPO3 plugin to add new content columns to tt_content. I need the header and footer content for my preview page in the backend. Once i get the header and footer I can show my contents in between this. I want to insert some edit…
coderex
  • 27,225
  • 45
  • 116
  • 170
4
votes
1 answer

TYPO3: Wrap RECORDS if not empty or hidden in TemplaVoila

I have a field mapped in TemplaVoila as "container of elements" which generates some Typoscript in "Data processing": 10= RECORDS 10.source.current=1 10.tables = tt_content # my new added wrap 10.wrap =
|
Is there a…
avall
  • 2,025
  • 2
  • 16
  • 28
4
votes
1 answer

Typoscript Use value in Text Wrap multiple times

In a Templavoila FCE i want to achieve the following from an input field: Inputvalue My current Setup is the following: 10 = TEXT 10.current = 1 10.wrap = | But for sure, it just fill out the first…
develth
  • 771
  • 8
  • 32
3
votes
1 answer

show field from FCE only when it is not empty

I'm currently mapping my FCE in Templavoila. The user has an input field and should enter a text. If no text is entered the element should not be shown. Therefore I have this Typoscript Code: 10 = TEXT 10.value.field = field_member_tel 10.wrap = T:…
testing
  • 19,681
  • 50
  • 236
  • 417
2
votes
2 answers

Render a url as link with url itself as link text in typoscript

How to render a url as hyper link with typoscript? Typoscript: 20 = TEXT 20.field = email 20.Wrap = Link text Above typoscript gives me the HTML output Link text I…
Harish Ambady
  • 12,525
  • 4
  • 29
  • 54
2
votes
3 answers

Prevent rendering of TYPO3 default heading of FCE

In FCE I dont want to use default TYPO3 elements like header, link etc. So I hide it with the following ts config: TCEFORM.tt_content { header.types.templavoila_pi1.disabled = 1 header_position.types.templavoila_pi1.disabled = 1 …
Harish Ambady
  • 12,525
  • 4
  • 29
  • 54
2
votes
1 answer

Change TYPO3 content to templavoila

I want to use templavoila on an existing website. So i have to link all the regular content in the templavoila Page Module. I dont want to do this by hand as there are multiple thousand entrys. I looked up how TV saved those entries and they just…
Flo
  • 1,445
  • 2
  • 10
  • 12
1
vote
0 answers

Typo3 Templavoila Plus

So I have this problem while upgrading from Templavoila to Templavoila Plus. I changed all XML Files from tx_templavoila to tx_templavoilaplus as suggested here. After that Templavoila+ provides some scripts for upgrading the database. But my Data…
Doggo
  • 2,133
  • 3
  • 16
  • 28
1
vote
1 answer

TYPO3 CASE with Templavoilà FCE id

Is it possible to access the id of a Templavoilà Data Structure / FCE for a CASE ? I tried this which didn't work : 10 = CASE 10 { key.field = tx_templavoilaplus_datastructure 100 = TEXT … default = TEXT … } Thank you ! =)
CCR
  • 154
  • 4
  • 18
1
vote
3 answers

Typoscript - Link a file only if it exists using URL

I am using Templavoilà Plus and I have one field which the user complete with a title called field_title. I use this field to create an URL/HTML for other fields of my FCE, using Typoscript Object Path. Constants: file =…
CCR
  • 154
  • 4
  • 18
1
vote
1 answer

Blog-like single element pages with TYPO3 / TemplaVoila

I have a blog-like part of an page using TYPO3 / TemplaVoila. There are articles that should show up summarized on a single page, but have their own pages / URLs each one too. However, having the editors add a page AND a flexible content element…
dronus
  • 10,774
  • 8
  • 54
  • 80
1
vote
0 answers

TemplaVoila Container with date based output

I have a TemplaVoila section (Slideshow) with multiple containers. Each container is a slide for the slideshow. I want to define a start and stop date for every slide (= Container). But i don't know how i could achieve this. Is there a system…
agrT
  • 225
  • 1
  • 2
  • 11
1
vote
2 answers

TemplaVoila to Fluid & Gridelements converting

Have and issue converting a TemplaVoila based website, I created the necessary gridelements and used templavoila flexforms for do ing that. The issue I have is when I try to get the data of the flexforms
1
vote
2 answers

Templavoila extension supports TYPO3 CMS 7.6.4 LTS

I want to upgrade TYPO3 version from 6.2 to 7.6.4 LTS. But after upgrade, TYPO3 backend would be destroy, It throws below templavoila related error Warning: require(../../../../typo3/init.php): failed to open stream: No such file or directory in…
Vivek Parmar
  • 773
  • 1
  • 10
  • 26
1
vote
2 answers

Typo3: Make TemplaVoila map on last HTML path segment only

When using TemplaVoila, the template data structure is mapped to the HTML template file by pathes like body[1]/INNER|div.grey[1] div.content_area[1] div.left_column[1] div.left_content[1] while this is obviously as precise as possible, it is not…
dronus
  • 10,774
  • 8
  • 54
  • 80
1
2 3 4 5