Welcome To Snipplr
Everyone's Recent TYPO3 Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
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
10937
posted 5 years ago by xtine777
Funktioniert auch in Partials etc...
Z.B.: bootstrap_package/Resources/Private/Partials/Page/Navigation/Main.html
0
1186
posted 5 years ago by xtine777
In typo3conf/ext/extensionname/Configuration/TCA/Overrides/tt_content.php
oder in ext_tables.php
0
1105
posted 5 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
1408
posted 5 years ago by xtine777
Typoscript for multilevel vertical menu, expanding when clicked
0
1016
posted 5 years ago by xtine777
rightColumn = COA
rightColumn.2 < styles.content.get
rightColumn.2.select.where = colPos=2
rightColumn.2.slide = -1
0
1390
posted 5 years ago by xtine777
Mit diesem Snippet kann man den More-Link-Text von "[more]" zu "Weiterlesen" ändern in der deutschen Sprache ändern.
0
938
posted 13 years ago by kopfaction
Dieses Typoscript wrappt den More-Link und umschließt ihn mit dem <p>-Tag, sowie fügt ihm die Klasse ".news-latest-morelink" bei.
Entwickelt von <a href="http://www.maddesigns.de">Sven Wolfermann</a>.
0
917
posted 13 years ago by kopfaction
Beim einfachsten Listenmenü muss man trotzdem ein paar Dinge beachten: Sonderzeichen wie & sollen z.B. in & verwandelt werden. Dies passiert mit stdWrap.htmlSpecialChars = 1. Falls man dies nicht beachtet, werden Links, welche dieses Zeichen ent...
0
845
posted 13 years ago by abteilung
Static images (without generation) UL/LI list navigation fully manageable via backend
0
951
posted 14 years ago by z0r1k
Assign special CSS classes for menu item in different states.
By default just <li>|</li>-wrap without class.
Active state - li-wrap and class="active"
If active and one of subitems is selected then for parent item li-wrap and class="current"...
0
1111
posted 14 years ago by z0r1k
TYPO3
CSS class "new", "firstnew" and "lastnew" for TypoScript HMENU/TMENU with "newUntil" field enabled
0
969
posted 14 years ago by z0r1k