TYPO3 Logo
Calendarize
Release: 12.4

Loading data.

  • Introduction
    • What does it do?
    • Credits
  • For users
    • Getting started
    • Create recurring event with exceptions
  • 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 # (enable or disable the link => 0)
lib.myBreadcrumbMenu.999.wrap = <li>|</li>
[end]
  • Previous
  • Next
  • Home
  • Contact
  • Issues
  • Repository

Last updated: Jan 04, 2023 07:35

Last rendered: Jan 04, 2023 07:36

  • TYPO3 Theme 4.7.9
  • DRC v3.0.dev30
© Copyright 2014-2021 Tim Lochmüller
  • Legal Notice
  • Privacy Policy
  • Code of Conduct