tag cloud feature (enable the feature, then it will show up on your channel page)

This commit is contained in:
friendica
2013-07-02 21:04:46 -07:00
parent a4c77467a7
commit 08023eb099
4 changed files with 57 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ function get_features() {
array('filing', t('Saved Folders'), t('Ability to file posts under folders')),
array('dislike', t('Dislike Posts'), t('Ability to dislike posts/comments')),
array('star_posts', t('Star Posts'), t('Ability to mark special posts with a star indicator')),
array('tagadelic', t('Tag Cloud'), t('Provide a personal tag cloud on your channel page')),
),
);