Differences

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

punbb13:pun_tags 2009/02/04 17:15 punbb13:pun_tags 2020/02/06 11:04 current
Line 1: Line 1:
-====== Tags (pun_tags) ====== +Moved to [[punbb13:extensions:pun_tags]]
-[[punbb13:Official extensions|PunBB 1.3 official extension]] +
-  * 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. +
-  * Turn of links underline for tags in default Oxygen style.+

Personal Tools