Re: [TYPO3-english] Different Fluid layouts for different pages. How to implement?

2012-10-30 Thread Andreas Kiessling
Hi Michael, the difference between layouts and templates is pretty simple: a layout can be used by multiple templates and defines sections that are implemented in the templates. It is up to you, where to store them when using the standalone FLUIDTEMPLATE. If you don't have any declaration in you

Re: [TYPO3-english] Different Fluid layouts for different pages. How to implement?

2012-10-30 Thread Michael Albers (Concatenate)
Hi Andreas, Thanks, but apparantly i can't grasp the concept of fluid. I was thinking about doing something like this: [globalVar = TSFE:id=2] # 2 is my home page # Create a Fluid Template page.10 = FLUIDTEMPLATE page.10 { # Set the Template Pathes file = fileadmin/templates/layouts/home.h

Re: [TYPO3-english] EXT: wfqbe DB Integration -- Custom Template

2012-10-30 Thread James Hagist
List, As I look over the documentation more it appears as though all the fields in the custom template must be defined in the Typo3 script? Can anyone confirm that? Thanks, James On 10/29/2012 9:30 PM, James Hagist wrote: Hi List, I am only able to get this as the results when I use a c

Re: [TYPO3-english] Restricting available fe_users groups with tsconfig

2012-10-30 Thread Jigal van Hemert
Hi, On 30-10-2012 21:00, jean-sebastien_gerv...@.gouv.qc.ca wrote: (sorry for the duplicate, I forgot to change the email subject) No, you forgot to start a new thread :-) Replying and changing subject is called thread hijacking. Your message appears as a reply inside a thread and usuall

[TYPO3-english] Restricting available fe_users groups with tsconfig

2012-10-30 Thread jean-sebastien_gervais
Hello list, I'm looking for a way to restrict which fe_groups are available when creating new fe users through some page tsconfig with a list of uid's, or some options to only show fe_groups within the current rootline. It tends to get confusing when you see 40+ groups with some having the s

Re: [TYPO3-english] Different Fluid layouts for different pages. How to implement?

2012-10-30 Thread Andreas Kiessling
Hi Michael, Am 30.10.12 14:16, schrieb Michael Albers (Concatenate): > Hi, > > @Jigal: If I remember correctly and understand it well, setting this > different page means a conditional check in TS for the page id and according > to that setting the file. Like this: > [globalVar = TSFE:id = 3] > f

[TYPO3-english] Direct Mail special query mode in the recipient list

2012-10-30 Thread jean-sebastien_gervais
Hello list, I'm looking for a way to restrict which fe_groups are available when creating new fe users through some page tsconfig with a list of uid's, or some options to only show fe_groups within the current rootline. It tends to get confusing when you see 40+ groups with some having the s

Re: [TYPO3-english] Direct Mail special query mode in the recipient list

2012-10-30 Thread Marco Malagoli
Hi, There is an extension "Direct Mail User Functions" (direct_mail_userfunc). Perhaps it could help you. Greets. 2012/10/30 PIT Solutions > Hi All, > > I am trying to create a new recipient list in the directmail configuration > using special query mode. > > My typo3 version is 4.5.3 and my di

[TYPO3-english] Extbase/Fuild/Typo3 4.7.4 extension: RTE transformation decoding, how to do?

2012-10-30 Thread Axel
Hello, I have a Extbase/Fluid/Typo3 4.7.4 content element extension with ts_css transformation: [PHP]$TCA['tt_content']['types']['myext']['showitem'] = ..., myext_contact;Kontaktdaten;9;richtext[]:rte_transform[flag=rte_enabled|mode=ts_css];, ...[/PHP] I can't get the decoding right, so it

[TYPO3-english] https with felogin

2012-10-30 Thread Ton Tersteeg
Hallo, I use typo3 version 4.5.11 Can some one tell me how i get https working on the felogin. I have a page called " login " with the system extension felogin. when I edit the page property of the page login on tab "Behaviour" "Use Protocol" to https I get the error 404 Not found for that

Re: [TYPO3-english] Different Fluid layouts for different pages. How to implement?

2012-10-30 Thread Michael Albers (Concatenate)
Hi, So i did some reading and i think Jigal's solution suits me most. But, unfortunately i'm really rusty so i have another question. @Jigal: If I remember correctly and understand it well, setting this different page means a conditional check in TS for the page id and according to that setting

[TYPO3-english] Direct Mail special query mode in the recipient list

2012-10-30 Thread PIT Solutions
Hi All, I am trying to create a new recipient list in the directmail configuration using special query mode. My typo3 version is 4.5.3 and my direct mail version is 2.7.0. Actual problem is I can't edit the default query "SELECT uid,pid,deleted FROM tt_address WHERE ( uid = '1') AND tt_addre

Re: [TYPO3-english] Fluidtemplate and TemplaVoila

2012-10-30 Thread Thomas Skierlo
Hi Tolleiv Hi, that's only partly possible - the TemplaVoila page module depends on existing page templates so you'd have to provide those to use the page module and to maintain the FCEs. The frontend-rendering of FCEs could work standalone. I know what you mean. I could live with the two

[TYPO3-english] Keeping realurl VARs

2012-10-30 Thread Tonix (Antonio Nati)
We are migrating from a classic url with parameters to a speaking url. http://www.mysite.com/products.html?prod_id=23 => http://www.mysite.com/products/record_set.html We would like to handle the transition, so old style URLs still arriving should should be managed (or, at least, moved to to

Re: [TYPO3-english] Fluidtemplate and TemplaVoila

2012-10-30 Thread Tolleiv Nietsch
Hi, that's only partly possible - the TemplaVoila page module depends on existing page templates so you'd have to provide those to use the page module and to maintain the FCEs. The frontend-rendering of FCEs could work standalone. Is Fluid really justifying that double work? Cherrs. Thoma

Re: [TYPO3-english] Fluidtemplate and TemplaVoila

2012-10-30 Thread Kay Strobach
Hi Thomas, yes this should be possible ~:D Regards Kay Am 30.10.2012 10:22, schrieb Thomas Skierlo: > Hello, > > since I did not succeed in replacing TemplaVoila FCE by new technologies > my last idea is to use it only for FCE. Does anybody know if it is > possible to use Fluidtemplate for the p

[TYPO3-english] Fluidtemplate and TemplaVoila

2012-10-30 Thread Thomas Skierlo
Hello, since I did not succeed in replacing TemplaVoila FCE by new technologies my last idea is to use it only for FCE. Does anybody know if it is possible to use Fluidtemplate for the page template together with TV for FCE? Regards, Thomas ___ T