1 ===================================
2 EXTENSION INSTALLATION INSTRUCTIONS
3 ===================================
5 In order for Vanilla to recognize an extension, it must be contained within its
6 own directory within the extensions directory. So, once you have downloaded and
7 unzipped the extension files, you can then place the folder containing the
8 default.php file into your installation of Vanilla. The path to your extension's
9 default.php file should look like this:
11 /path/to/vanilla/extensions/TagThis/default.php
13 Once this is complete, you can enable the extension through the
"Manage
14 Extensions" form on the settings tab in Vanilla.
16 ===================================
18 Installing as as simple as enabling the extension and making sure you give yourself permission to edit tags! When you edit, or post a new discussion - there is a field for adding your tags in.
20 !IMPORTANT! This extension needs the
"Set List" extension to get the Settings panel!
25 - Tag clouds for individual discussions.
26 - Tag clouds for the overall site.
27 - User specific tag clouds, takes tags from discussions you have started and any discussion you have a BlogThis post in (BlogThis is not mandatory).
28 - Ability to search for discussions by tag by simply clicking the tag.
29 - Adjustable maximum/minimum font size for tag cloud, using linear relationship.
30 - Automatic Tag generation from the title, removing commonly used words.
31 - Option to limit cloud size.
32 - Append ?AutomaticTags=
1 to your URL and it will go through every discussion and add tags generated from the titles of your discussions. Only needs doing once!
33 - Automatically detects comma/space separation.
35 ===================================
39 v1.08 - Added settings panel. Added automatic tag generation from title. Added option for limitation of cloud size. Added automatic tagging for all discussions in the forum. Added automatic comma/space separation detection.
40 v1.07 - Fixed SQL error when viewing discussions. (sorry!)
41 v1.06 - Fixed SQL error when posting new discussion.
42 v1.05 - Doesn't let tags from deleted discussions affect the tag clouds.
43 v1.04 - Fixed issue that the search panel showed results for tag
"" instead of
"nothing" for non-tagged searches. Made default behaviour to be that if a tag cloud isn't available for a user or discussion, it will be display the site wide tag cloud instead of none at all.
44 v1.03 - (Actually) fixes bug with links not working. Fixes major bug that NEW discussions tags weren't being saved. Removes duplicate tags being posted on a single discussion.
45 v1.02 - Fixes bug with links not working. Made it so that if there is no variance in tag weighting, the font size is
100% and not the maximum.
46 v1.01 - Fixed bug that stopped you logging out, and a notice when viewing users that hadn't blogged anything.
47 v1.00 - Initial Release