public
Description: Extends Radiant CMS with tagging capabilities. Tagging as in "2.0" and tagclouds.
Homepage: http://gorilla-webdesign.be
Clone URL: git://github.com/jomz/radiant-tags-extension.git
jomz (author)
Tue Sep 22 13:13:34 -0700 2009
commit  6e1bfa7c4d1df2346937e0d7176b65c32deaf2a0
tree    060a1bbc7f8ee72a07c8e01a61c656e5ce670ff9
parent  82cb81fa23f6c589e69ff84e8b7a9af170286949
radiant-tags-extension / HELP_admin.md
100644 30 lines (20 sloc) 1.231 kb

The Tags extension allows you to configure the style of tagging between 2 options: simple or complex strings.

== Simple Tagging

By default you may add tags to a page in a string such as "this that other". That string will be parsed and turned into 3 separate tags.

== Complex Tagging

You may set Radiant::Config['tags.complex_strings'] = true to allow you to enter more complex tags for your pages.

When this setting is true the tags are delimited by a semi-colon, allowing you to enter a string of tags such as "My Summer Vacation (2008); Entertainment/Nonsense; Miscellaneous 2.0". The result of that string will return 3 tags: My Summer Vacation (2008), Entertainment/Nonsense and 'Miscellaneous 2.0'

== Making the choice

You'll need to restart the application server after changing this setting. Please keep in mind that any changes to this setting may affect any tags you currently have in the database. It is recommended that you choose either Simple or Complex, but that you do not switch after creating your tags.

== Tag Clouds

Some styles are provided in tags.css for the <r:tag_cloud>. To use it, add this to your layout: