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.
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.
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 }}
1.1 - August 30, 2012
- Updated to latest PyroStreams field type syntax.
- Updated to work with required.
- Added code and name variables.