This is an old revision of the document!
Table of Contents
Tags (pun_tags)
- Status: Under development;
- Current version: 1.2.
General idea
You can mark your topic with a unique tag.
Specification
Show tag cloud
- Separated by whitespaces;
- Listed alphabetically;
- For each tag:
- Tag name (maximum 100 symbols);
- Link leading to the topics associated with a tag:
- Support SEF URL;
- Font size is assigned by the number of topics associated with this tag;
- Show on the pages:
- Home page;
- Forum page;
- Topic page;
- Page with new messages of the forum;
- Search result page.
Extension pages
- Search results:
- Tag cloud is above the list of finding topics;
- Create \ Edit topic:
- Input box is below the text message;
- Administration \ Settings \ Features \ General features:
- Checkmark “Show tag cloud”;
- Input box “Limit of tags entered in the tag cloud”.
DB chart
- Table “config”:
- Storage of all tags associated with specified topics;
- Fields:
- o_pun_tags_show;
- Table “topic_tags”:
- Storage of tag list;
- Fields:
- id (PRIMARY KEY);
- topic_id;
- tag_id;
- Table “tags”:
- Storage of tag names;
- 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.