TYPO3 Logo
Calendarize
Release: 8.2

Loading data.

  • Introduction
    • What does it do?
    • Credits
  • For users
    • Getting started
    • Create recurring event with exceptions
  • For administrators
    • Installation
    • Configuration
      • Time selection wizard
      • XML Sitemap for TYPO3
      • Breadcrumb menu
    • Scheduler
      • Import ICS / ICal Calendar
      • Remove outdated events
    • URL Rewrite
    • Linkhandler
    • Migration
      • Migration from cal to calendarize
  • For developers
    • Own events
    • Features
  • Templates
    • Changing paths of the template
  • Snippets
  • Known problems
  • ChangeLog

PAGE CONTENTS

  • Breadcrumb menu
  1. Start
  2. For administrators
  3. Configuration
  4. Breadcrumb menu
View source How to edit Edit on GitHub

Breadcrumb menu¶

To add the calendarize link to the breadcrumb use this user function

[globalVar = GP:tx_calendarize_calendar|index > 0]
# [request.getQueryParams()['tx_calendarize_calendar']['index'] > 0] # TYPO3 >= 9
lib.myBreadcrumbMenu.999 = USER
lib.myBreadcrumbMenu.999.userFunc = HDNET\Calendarize\Service\BreadcrumbService->generate
lib.myBreadcrumbMenu.999.doNotLinkIt = 1 # (enable or disable the link => 0)
lib.myBreadcrumbMenu.999.wrap = <li>|</li>
[end]
  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Feb 14, 2021 16:43

Last rendered: Jul 22, 2021 18:48

TYPO3 Theme 4.6.2

© Copyright 2014-2021 Tim Lochmüller
  • Legal Notice
  • Privacy Policy