Introduction 

What does it do? 

This extension extends EXT:news with additional event functionality. This includes additional fields and an extra view to display a calendar.

Requirements 

The requirements for this extension are:

  • EXT:news 3.1.0+
  • TYPO3 CMS 7.6 LTS

Screenshots 

Here you can see a few examples what you can achieve with "event news".

Additional fields in the news record

Additional fields in the news record

Unstyled frontend

Unstyled frontend

Users manual 

Using this extension is very simple if you are used to the extension news already!.

Additional fields 

The following fields are added:

Is Event 

This checkbox defines if a news item is rendered as event item. Only if set, the additional event fields are displayed!

Event end 

An optional end date can be defined for an event. If set, the event will be shown for every day starting with the start time (which is set in the regular Date & time field) until the given end date.

Full day 

This checkbox can be used to style events in a different way. There is no additional functionality implemented.

Organizer 

This relation can be used to add an organization to an event.

The organizer record itself contains only the basic fields:

  • Title
  • Description

Location 

This relation can be used to add a location to an event.

The location record itself contains the following fields:

  • Title
  • Description
  • Latitude & Longitude
  • Link

Organizer Simple 

A text field to set an organizer without using a relation.

Location Simple 

A text field to set a location without using a relation.

Additional views 

The plugin of EXT:news ist extended by an additional view, called Month view.

Administrator Manual 

Installation 

After installing the extension you only need to take care to put the template of the additional view into the correct directory.

plugin.tx_eventnews {
  view {
    templateRootPaths {
        10 = EXT:your-site-package/Resources/Private/Extensions/Eventnews/Templates/
    }
  }
}
Copied!

And having the copy of the file EXT:eventnews/Resources/Private/Templates/News/Month.html at EXT:your-site-package/Resources/Private/Extensions/Eventnews/Templates/News/Month.html.

Configuration 

The following TypoScript options are available:

startingpointLocation
startingpointOrganizer

Copied!

New news records as event 

By using the following code block in the Page TsConfig it is possible to hide the checkbox "Is event" and have new news records created as event:

tx_news.newRecordAsEvent = 1
TCEFORM.tx_news_domain_model_news.is_event {
  disabled = 1
}
Copied!

You need support? 

You have found a bug or need support?

Please use the issue tracker at https://github.com/georgringer/eventnews/issues

Contribute 

Any contribution is highly welcomed! Please use the mentioned issue tracker!

The git repository is located at https://github.com/georgringer/eventnews

Sponsoring 

The development of this extension can not happen mainly in my free time as this is dedicated to my family!

Out of this reason, it might be that I see issues with a different priority than you! Sponsoring work might help!

Thanks 

Sponsors 

The development has been sponsored by:

Additional thanks to the TYPO3 Documentation team for their awesome work!

Icons 

Thanks to the creators of the iconset Ionicons.

Sitemap