Posted by cristi
on March 27, 2009
Announcing the Radiant Stereotype Extension.
Features:
- Define named templates (stereotypes) for Pages;
- Templates are assigned per-parent Page, making all children have the defined ’stereotype’ by their parent;
- You can specify the new page’s parts, filters, layout and page type.
Check out the source code on github.
For installation and configuration details visit the Radiant Stereotype Extension documentation page.
Posted by cristi
on March 27, 2009
Announcing the Radiant Custom-Fields Extension.
Features:
- Provides the ability to add custom fields to a Page;
- The Page model is not changed: custom_fields are added as a belongs_to association;
- Admin interface for managing assigned custom fields;
- Radius tags for accessing custom fields.
Check out the source code on github.
For installation and configuration details visit the Custom Fields Extension documentation page.
Posted by cristi
on March 17, 2009
Announcing the Radiant Tiny-Paper Extension.
Features:
- TinyMCE WYSIWYG editor in your Radiant page as a filter;
- Image Browser, based on Paperclipped image assets;
- File Browser, based on Paperclipped assets;
- Upload assets directly in TinyMCE Image/File browser;
- Thumbnails and text list views;
- Directly add a link to a Radiant Page from TinyMce editor.
Check out the source code on github.
For installation and configuration details visit the Radiant Tiny-Paper Extension documentation page.
Posted by Istvan Hoka
on March 17, 2009
Radiant Database Mailer Extension update:
Features
- Save posted form fields and entire mail message to the database
- Configurable save-to-database for mailer forms
- Add fields to be saved without loosing data
- Admin interface to browse saved records
- Export data to CSV and XLS
Check out the source code on github.
For installation and configuration details visit the Radiant Database Mailer Extension documentation page.
Posted by cristi
on March 16, 2009
Announcing the Member Radiant Extension.
Features:
- Restricts access to Radiant pages under a certain node, requiring member login.
- Members can be managed from Radiant Admin. There is *NO* member self-registration.
- Reset and email member’s password from Admin interface;
- Bulk import members from a CSV file; fields: name, company, email;
- Radius tags for integrating login/logout functionality into the site;
- Cookie-based flash messages.
Check out the source code on github.
For installation and configuration details visit the Radiant Member Extension documentation page.
Posted by Istvan Hoka
on March 01, 2009
Announcing the Ultrasphinx Search Radiant Extension.
Features:
- Full text search for content and page titles.
- Radius tags for iterating over search results, checking if there are no results and excerpting matches
- Results pagination with will_paginate
Check out the source code on github.
For installation and configuration details visit the extension documentation page.