[Show/Hide Right Column]

noteNote
This page is to document what Tiki does. For feature requests and bug reports, please see corresponding page on dev site

TikiWiki Folksonomy Implementation
Print

Tags

This page is about Freetags, which is the folksonomy implementation of TikiWiki. The name is based on the name of the underlying library from Gordon Luk: http://www.getluky.net/freetag/.

Though similar in function to categories, freetags work somewhat differently. Also, freetags should not be confused with backlinks-to-index style tags discussed further at How To Tag.

Image

Basically folksonomy tagging means/is based on:

  • everybody can assign keywords to anything
  • bottom-up instead of top-down categorization
  • from chaos comes order
  • emergent patterns are more powerful than imposition of categories

See: Multilingual tags

What can I tag within Tiki?

You can currently tag:

Modules

  • freetag : that allows to add and remove tag from a current object
  • freetags_current : that displays the current tags of an object. Only for a wiki page.
  • freetags_prefered : Shows the favorite tags of a user. The number of tags is the value of the parameter rows defined at the module assigment.
  • freetags_most_popular: Shows the most popular tags. The number of tags is the value of the parameter rows defined at the module assigment.
  • freetags_morelikethis: Shows the objects that have the same tags than an object. Only for a wiki page. The number of objects is the value of the parameter rows defined at the module assignment.

User

When offered to do so (for instance, editing wiki pages), just enter your tags into the textfield separated by spaces.

Image

You can browse the available tags by clicking on one, when seeing it somewhere.

Image

It will take you to tiki-browse_freetags.php with the tag centered in the morcego browser, if that feature is enabled.

Image

The syntax of a tag is defined by the admin setting. Tags are separated by space(s). If you want to enter a tag with a space - if the admin setting allows it, you must enclose it into double quotes. Example: in the module freetag, if you enter: "computer science" ibm pc, you will add 3 tags "computer science", "ibm" and "pc"

Note about usage in features different than wiki pages:

For the moment, you can only use freetags in module - the module finds out for what object the freetag has been added looking at the url param.

Admin

In order to go to the admin screen, use this url: tiki-admin.php?page=freetags

Freetag Browsing

Image
  • Only accept alphanumeric ASCII freetags (no accents or special chars): If checked all non-alphabetical characters are withdrawn in the tag. Example: free_movie will become freemovie.
  • Or valid characters pattern: It is possible if the previous box is not checked to explicitly tell what characters are not wiped off. Only alphanumeric freetags is the pattern a-zA-Z0-9. If you want to include space and _, the pattern can look like a-zA-Z _0-9. For more option http://www.php.net/manual/en/reference.pcre.pattern.syntax.php. The character double quote " can not be included in the pattern as it is the character to delimit tags with space.
  • Only accept lowercase freetags Each uppercase character are replaced by the lowercase character. Example: FreeMovie will become freemovie

Tag Management

Image

Freetag 3D Browser Configuration

There is an admin screen, which currently only accepts configuration of the morcego browser for browsing the freetags.

Image

To use the morcego 3D-Network-Browser, you'll have to activate the features:

Perms

  • tiki_p_view_freetags: to view tags
  • tiki_p_freetags_tag: to add tags
More information

Alias

tag tagging freetag freetags free tag free tags Folksonomy label labels


Contributors to this page: Marc Laporte5511 points  , xavi36278 points  , sylvie4333 points  , Rick7121 points  , MikeBlyth9 points  , Connor MacLeod of the Clan MacLeod439 points  , lindon2331 points  , Jürgen Heckes471 points  and Alexander Mette55 points  .
Page last modified on Saturday 19 December, 2009 18:55:51 UTC by Marc Laporte5511 points .

Find by Page Name

Exact match

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki documentation and should correspond to development keywords (bug reports and feature requests):