Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.2. Available views

List

Lists all Entries on one page. You can also select a special list of Categories which should displayed on the page.

Latest

Shows the last N entries.

Overview

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:

Single

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.

Search

Very flexible Search-Form for the directory!

Tagcloud

Different colors, different sizes, this all can you modify in the TS.

Statistics

Displays some statistics about your company directory

Rotation

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.

Add-Form

Frontend-Form to add a new entry

Edit-Form

Frontend-Form to edit a entry

Alphabetic-Menu

Category-Menu (HMENU ...)

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