Translations of this page: en bg cs de fi fr hu it ja pl ru tr zh

This is an old revision of the document!


Tags (pun_tags)

PunBB 1.3 official extension

  • Under development;
  • Current version 1.1b.

General idea

Topics are taggable now. You can mark your topic with unique tag.

Specification

Show tag cloud
  • Separated by whitespaces;
  • Listed alphabetical;
  • For each tag:
    • Name tag (maximum 100 symbols);
    • Links that lead to a collection of topics that are associated with a tag
    • Size font determining by count of topics, which are tied with this tag;
    • Shows on pages:
      • Home page;
      • Forum page;
      • Topic page;
      • Forum new messages;
      • Search result.
Extension pages
  • Search results:
    • Tag cloud is on above the list of finding topics;
  • Create \ Edit topic:
    • Input box is on below the text message;
  • Administration \ Settings \ Features \ General features:
    • Checkbox “Show tag cloud”;
    • Input box “Limit of tag cloud”.
DB scheme
  • Table “config”:
    • Needed to store result - show tag cloud or not;
    • Fields:
      • o_pun_tags_show;
  • Table “topic_tags”:
    • Needed to store list of tag cloud;
    • Fields:
      • id (PRIMARY KEY);
      • topic_id;
      • tag_id;
  • Table “tags”:
    • Needed to store names of tags;
    • Fields:
      • id (PRIMARY KEY);
      • tag.

Development

Trac ticket #215

Feature request

  • Add checking for maximum count of tags in input box;
  • Add maximum count of tag cloud for topics.

Personal Tools