Differences

This shows you the differences between the selected revision and the current version of the page.

punbb13:pun_tags 2009/02/03 07:05 punbb13:pun_tags 2020/02/06 11:04 current
Line 1: Line 1:
-====== Tags (pun_tags) ====== +Moved to [[punbb13:extensions:pun_tags]]
-[[punbb13:Extensions|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