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