Skip to content

AIWebSystems/Timezone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

PyroStreams Timezone Field Type

Timezone field type for PyroStreams. Allows you to select from a list of timezones in a drop down, and use the timezone code and full name in your templates.

Installation

Unzip the folder, rename it 'timezone', and put it in your addons/<site_ref>/field_types folder or addons/shared_addons/field_types folder. It will now be available for use with PyroStreams and Streams-enabled modules.

Usage

The field type provides a drop down of timezones (using the CodeIgniter timezone dropdown function).

In your templates, you can use access the timezone code and the timezone full name:

{{ field_slug:code }} {{ field_slug:name }}

Changelog

1.1 - August 30, 2012

  • Updated to latest PyroStreams field type syntax.
  • Updated to work with required.
  • Added code and name variables.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages