Alphabetic Index
Lists all subpages of selected entry pages, sorted in alphabetical order.
Community library
Browse practical patterns shared by the FluidTYPO3 community.
Lists all subpages of selected entry pages, sorted in alphabetical order.
Let the Backenduser just put in a startpage for the navigation as a content element. For when reskinning sitemap is to cumbersome.
Implementation of Google Maps with one or more markers. When having multiple markers, the bounds are fit to them.
Useful if you have two languages in your typo3 project and want to switch between them.
Create 2-6 Columns with advanced Column Settings
If you want to use `content_fallback` you will notice that `v:content.render` doesn't work here in older versions of VHS.
As the title says. Builds the html Object like: id="#s1043" data-test="{"myVarName":"1"}"
Example for creating a menu with vhs:page.menu in a recursive way. Just set a start page and the whole tree gets rendered.
How to treat news detail view different for a all subcategories of a specific root category (this example only works for two levels of categories). It shows how to use v:switch, v:variable.typoscript and v:iterator ViewHelpers.
Rendering a browse menu with prev/next which detects first and last page. (2 Buttons only)
How to manually render page menus or treat specific page uids different from others in a menu
Site header with Twitter Bootstrap "MegaMenu". Navigation rendered with VHS and Fluid as MegaMenu with image shown if it exist. If no image resource exists standard rendering of sub pages is used.
This section defines all metatags which are used to have defined in a website. It also contains the most relevant OG-Tags for facebook. It can also be used as an example how to read FAL images related to a page record. Here it is used as og:image.
This Gallery FCE is a example how to use FAL images in Flux Content Elements.
Shows how to use the v:or ViewHelper instead of multiple f:if conditions to select the first value that is not empty and use or output it. Explains how the ViewHelper can be used together with f:if (and any other condition ViewHelper) or as an alternative to it.
Shows how to manually loop and render pages using v:page.menu instead of the built-in rendering which can only be affected in key aspects like class names. Includes a demonstration and small explanation of special properties which are added to each page's data, containing a pre-built link, link text and link tag CSS class name.