TYPO3 Logo
Calendarize
Release: 13.0

Loading data.

  • Introduction
    • What does it do?
    • Credits
  • For users
    • Getting started
    • Create recurring event with exceptions
    • Plugin
  • For administrators
    • Installation
    • Configuration
      • XML Sitemap for TYPO3
      • Breadcrumb menu
    • Scheduler
      • Import ICS / ICal Calendar
      • Remove outdated events
    • URL Rewrite / Speaking URLs
    • Linkhandler
    • Migration
      • Migration from cal to calendarize
    • Workspaces
    • Data processing
      • Language menu on calendarize detail pages
  • For developers
    • Own events
    • Features
    • Speaking URLs - Slugs
    • Bookings
    • TypoScript
  • Templates
    • Changing paths of the template
  • Snippets
  • Known problems
  • Reference
    • Extension Configuration
  • ChangeLog

PAGE CONTENTS

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

Display settings


Color scheme of code blocks:


Breadcrumb menu¶

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

[traverse(request?.getQueryParams(), 'tx_calendarize_calendar/index') > 0]
lib.myBreadcrumbMenu.999 = USER
lib.myBreadcrumbMenu.999.userFunc = HDNET\Calendarize\Service\BreadcrumbService->generate
lib.myBreadcrumbMenu.999.doNotLinkIt = 1
lib.myBreadcrumbMenu.999.wrap = <li>|</li>
[end]
  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Page last updated: Jun 26, 2024 18:02

Last rendered: Jun 26, 2024 18:03

  • TYPO3 Theme 4.9.0
  • DRC v3.2.1
© Copyright since 2014 by Tim Lochmüller & Contributors
  • Legal Notice
  • Privacy Policy
  • Code of Conduct