Profile
Achievement
                    
    
                xtine777's Recent SnippetsTagged javascript
- All /
 
 « Prev 1 Next »
Typoscript fields are not exported by default in Powermail. If you want them to be exported you need to add this line in the Page TSConfig of your root page or form page:
        
        
        
            0 
        
        
            17237 
        
                    posted 5 years ago by xtine777
            Funktioniert auch in Partials etc...
Z.B.: bootstrap_package/Resources/Private/Partials/Page/Navigation/Main.html
        
        
        
            0 
        
        
            3638 
        
                    posted 6 years ago by xtine777
            In typo3conf/ext/extensionname/Configuration/TCA/Overrides/tt_content.php 
oder in ext_tables.php
        
        
        
            0 
        
        
            3595 
        
                    posted 6 years ago by xtine777
            
            TYPO3
        
            Extensionentwicklung: storagePid soll Datensatzsammlung nicht überschreiben (in TYPO3 Version 7)  
        
                    Bei der Entwicklung einer eigenen Extension muss folgendes bedacht werden: ab TYPO3 Version 7 überschreibt die Deklaration von plugin.tx_extensionname.persistence.storagePid den Wert im Feld "Datensatzsammlung". Dazu muss nicht einmal ein Wert für st...
        
        
        
            0 
        
        
            3844 
        
                    posted 6 years ago by xtine777
            Typoscript for multilevel vertical menu, expanding when clicked
        
        
        
            0 
        
        
            3510 
        
                    posted 6 years ago by xtine777
            rightColumn = COA
        rightColumn.2 < styles.content.get
        rightColumn.2.select.where = colPos=2 
        rightColumn.2.slide = -1
        
        
        
            0 
        
        
            3857 
        
                    posted 6 years ago by xtine777
            Hide parent element, when child element has a specific class.
In this case: 
child element = .no-news-found
parent element = .csc-default (= content element containing the news plugin with header)
        
        
        
            0 
        
        
            2516 
        
                    posted 7 years ago by xtine777
            In der Datei “t3lib/class.t3lib_div.php†folgende Zeile ersetzen:
        
        
        
            0 
        
        
            1355 
        
                    posted 16 years ago by xtine777