10 Different Ways to Use TYPO3′s tt_news | ||
Sometimes showing the news is just that, but what if you want to do something different? Here’s 10 ways that past TYPO3 Vagabond clients have made TYPO3 tt_news work better for them. Today we’ll cover what’s been done. Next week, we’ll cover how it was done. SavvyMiss.com Topical news Articles SavvyMiss.com, a community for women, […] | ||
Tag Archives / menu
Create a Section Header and Menu with TypoScript | ||
In the name of usability, it’s extremely important to keep website users informed of where they are. Frequently, breadcrumb navigation provides this “where am I” functionality. Alternately, you may use section headers above a sub-pages menu to do the same. In the TypoScript that follows, lib.nav.sub.header creates a section header and lib.nav.sub combines it with […] | ||
Sprachmenü (Language menu) via TypoScript | ||
Alex Kellner of in2code recently wrote the following slick piece of TypoScript for creating a language selector menu. Notes Language ids are given in special.value = 0,1,2,3 which match with the same order of the language labels found in stdWrap.override = deutsch || english || français || español. The currently selected language is not clickable. […] | ||