[TYPO3-english] Re: Override Header section for CCE in Default fluid_styled_content template

2017-05-18 Thread Christian Hackl

Have you a Layout with name Content.html? If not, thats why this is not working.

If you dont need the "new" content elements from Typo3 8 than you still can use the 
"old" fluid-templates from Typo3 7.
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: why is this condition snippet not working anymore?

2017-05-18 Thread Christian Hackl

sry i can't see your layout.html code (don't know if this is a bug or not)

But you dont need Partials, Partials are only used to structure your code 
(layout-template-files) - so if i understand your question right, than: yes.
Or what is your question? (Sry my english is not the best. :) )


___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Natural Carousel ver 1.05 Beta

2017-05-18 Thread Peder Høy Kristensen

Hi,

I use Natural Carousel ver 1.05 Beta with succes in one of my typo3 ver 7.6.18 
websites.

However, when I worked on a new project, it turns out, that the extension seems 
to work fine  except for the very essential thing: it does not show the images 
added to the extension.

How come, it works excellent and show the images in one of my websites, but not 
in another?

Best regards
Peder
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: Logout via Typoscript does not work

2017-05-18 Thread Dmitry

This code does not work only in chrome. Session is not clearing. In Operа and 
FF it's work. What can be done?
--
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15 
___

TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] Override Header section for CCE in Default fluid_styled_content template

2017-05-18 Thread Paul Kamma

Hello,

since T3 v8 a new Template Structure was introduced.
https://docs.typo3.org/typo3cms/extensions/core/8.7/Changelog/8.6/Feature-79622-NewDefaultLayoutForFluidStyledContent.html

What I try to do is to override the Header Section in my Custom Content Element 
(Like shown in the Example). But it wont work.
One thing that is different that I use , not 
"Default". (Thats what the builder extension generates for me).

Did someone know what I have to do to make it work?  Maybe an extended Example..
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Logout via Typoscript does not work

2017-05-18 Thread Dmitry
I have following logout button via Typoscript, but it does not work. And if I do logout via login form - it's work. 


 10 = TEXT
 10 {
   wrap = |
   value= Logout
   typolink.parameter = 12
   typolink.additionalParams = =logout
   typolink.ATagParams = class="access" 
 }

--
Kind regards,
Dmitry Vasilev
www: http://typo3.ru.net/
Skype: thule-varahi;
Phone: +7 950 001 85 15 
___

TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] $GLOBALS['TCA']['tt_content']['palettes']

2017-05-18 Thread Christian Tauscher
Am 17.05.2017 um 16:51 schrieb Christian Tauscher:
Works as expected.

Why it seemed not to work.. Only the Typo3-Ghosts know...
Think ist was a "kind" of cache-delay

#-\

Christian.

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


Re: [TYPO3-english] RealURL spaceCharacter

2017-05-18 Thread Graham Knight

Dear All,

In case anyone runs into the same problem I found a solution via Stack Overflow 
and thanks to Heinz Schilling.

1. The pagePath/spaceCharacter feature is still present though deprecated and 
undocumented.
2. The "Extension Manual" link on the TYPO3 repository page for realURL v2.2.1 points to 
documentation for v1.13.7 - this misled me. The link to "External Manual" is correct.
3. Despite setting the spaceCharacter to underscore hyphens still appeared 
until I truncated all the realURL tables. Clearing the caches via the TYPO3 
backed, the install tool and the realURL backend module did not do the job.

Graham

Dear All,

I am upgrading a site from 6.2 LTS to 7.6 LTS. In the 6.2 installation the 
RealURL spaceCharacter was not configured so the default, underscore, was used. 
In 7.6 with the same configuration a hyphen is used. I have now set the 
spaceCharacter to underscore (see below) but this has no effect.

I am mystified also that I cannot find the file class.tx_realurl_advanced.php 
in the RealURL 2.2.1 installation.

  'pagePath' => array(
  'spaceCharacter' => '_',
  'type' => 'user',
  'userFunc' => 
'EXT:realurl/class.tx_realurl_advanced.php:_realurl_advanced->main',
  'expireDays' => 3,
  'disablePathCache' => '1',
  ),

What have I done wrong?

Graham



___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english