Sha256: 3a8c8c4bd2afb181d334e54b98093e780ef1aff30e398d78cf71a7f45a3819de

Contents?: true

Size: 1.2 KB

Versions: 13

Compression:

Stored size: 1.2 KB

Contents

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:
  
  <link rel="stylesheet" type="text/css" href="/stylesheets/tags.css" />

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
radiant-tags-extension-1.6.10 HELP_admin.md
radiant-taginator-extension-2.0.beta1 HELP_admin.md
radiant-tags-extension-1.6.9 HELP_admin.md
radiant-tags-extension-1.6.8 HELP_admin.md
radiant-tags-extension-1.6.7 HELP_admin.md
radiant-tags-extension-1.6.6 HELP_admin.md
radiant-tags-extension-1.6.5 HELP_admin.md
radiant-tags-extension-1.6.4 HELP_admin.md
radiant-tags-extension-1.6.3 HELP_admin.md
radiant-tags-extension-1.6.2 HELP_admin.md
radiant-tags-extension-1.6.1 HELP_admin.md
radiant-tags-extension-1.6.0 HELP_admin.md
radiant-tags-extension-1.5.1 HELP_admin.md