Lists all Entries on one page. You can also select a special list of Categories which should displayed on the page.
4-Step Mode. First select a Federal State, second a Administrative District, third a City and fourth the Category. All steps are highly configurable and can be skipped.
Step 1:
Step 2:
A example with GoogleMaps and Tagcloud.
Step 3:
Step 4:
The Single-View is the most important Module in the Extension. It is necessary for Contact-Form, Single-View of a entry, Edit-Form, Banner rotation, Video presentation and much more.
Displays a Banner-Rotation of all entries (if you want! You can exclude types of entries in the TypoScript) on your website. Also included is a click-statistic.
If you want a Menu of the categories in your navigation, just add this to your template-setup:
(Example with TemplaVoila and a marker called “mainMenu”)
TypoScript:
lib.mainMenu = HMENUlib.mainMenu.special = userfunctionlib.mainMenu.special.userFunc = tx_mhbranchenbuch_pi1->getCatMenulib.mainMenu.special.userFunc.catMenuCount = Xlib.mainMenu.special.userFunc.single_pid = Y
Line 1: A new HMENU will be generated
Line 2: A userfunction will be assigned to the HMENU
Line 3: Call the userfunction in the Extension-Class (getCatMenu())
Line 4: X = Should be a count of the Entries in it behind the Link? (1=yes,0=no; See Picture for Example)
Line 5: Y = Insert here please the Page-ID where the SINGLE-View is located