Episode 2 - Radiant Globalize2 Extension 5

Posted by cristi on October 25, 2009

You have here the second episode of Radiantcasts

In the following screencast you’ll see how to install and use the Globalize2 Extension. This extension allows you to easily translate the content of your site into any number of languages. It uses the Globalize2 Rails plugin based on the I18N API available in Rails since version 2.2

Tip: watch in full screen

Resources:

Episode 1 - Radiant Sitemap XML Extension 2

Posted by cristi on October 20, 2009

This is the first episode in a series of Radiant CMS screencasts we are launching: Radiantcasts

In the following screencast you’ll see how to install and use the Sitemap XML extension and why should you use it.

Tip: watch in full screen

Resources:

Radiant CMS I18n for site content with the Globalize2 extension

Posted by cristi on October 16, 2009

The Globalize2 extension for Radiant CMS allows you to easily translate the content of your site into any number of languages.

It uses the Globalize2 Rails plugin based on the I18N API available in Rails since version 2.2

Features:

  • Provides the ability to translate your pages (title, slug, breadcrumb, description, keywords) using the Radiant admin interface.
  • Provides the ability to translate your snippets and layouts using the Radiant admin interface.
  • Radius tags for accessing the locales and translations.
  • Possibility to completely delete the translation for a page.

Check out the source code on github.

For installation and configuration details visit the Radiant Globalize2 Extension documentation page.

To translate your Paperclipped assets, you can use Radiant Globalize2 Paperclipped Extension:

Features:

  • Provides the ability to translate Paperclipped assets (title and caption) using the Radiant admin interface.
  • Altered Paperclipped Radius Tags which take into account the locale

Check out the source code on github.

For installation and configuration details visit the Radiant Globalize2 Paperclipped Extension documentation page.

Our extensions are ready for Radiant CMS 0.9

Posted by cristi on October 15, 2009

The new Blade interface from Radiant is awesome, but you need to modify a little your extensions. We did that and here’s what we got:

Radiant Custom Fields extension (github repository):

An extension that allows you to add custom fields to pages.

radiant-custom-fields-extension

Radiant Database Mailer extension (github repository):

An extension that adds database persistence to emailed forms. It works on top of the Radiant Mailer extension and the fields recorded to the database are user defined.

radiant-database-mailer-extension-index

radiant-database-mailer-extension-show

Radiant Member Extension (github repository):

An extension that adds members support to Radiant CMS. Using this extension you can restrict access to pages on your public site to be accessible only to members that have an account. It is based on Restful Authentication System, so the member model has almost the same attributes. The members can be added or edited only from Radiant Admin.

radiant-member-extension-index

radiant-member-extension-edit

Radiant Paginate extension (github repository):

An extension that provides pagination support using Will Paginate.

Radiant Sitemap XML extension (github repository):

This extension automatically creates a XML sitemap for your site.

Radiant Stereotype extension (github repository):

An extension that adds templating support.

Radiant Super Export extension (github repository):

An extension that provides portability to your project by allowing you to export and import the records in the database and making it easy to manage them with a source control tool like Git or Subversion.

Radiant Tiny Paper extension (github repository):

An extension that adds Paperclipped based Tiny MCE support to Radiant CMS. Provides a Rich Text Editor filter and allows you to edit the content using the TinyMCE editor. It also provides an Image and File browser to help you manage the Paperclipped assets.

radiant-tiny-paper-extension-image-browser

radiant-tiny-paper-extension-file-browser