TagEX is a plugin which enables tags on your Nucleus site. Works with NP_ShowBlogs.
| General Plugin info | |
|---|---|
| Author: | nakahara21 + shizuki + Tucker + Cacher |
| Current Version: | 0.71 |
| Download: | http://japan.nucleuscms.org/bb/download.php?id=1435 [zip 12KB] [1 file] |
| Code: | NP_TagEX_code |
| Forum Thread: | http://forum.nucleuscms.org/viewtopic.php?t=9751 |
[Please describe how your plugins works and how users can use it]
* Skin Variable - <%TagEX(tag)%> It shows currently selected tags.
- <%TagEX(listnumber/mode/order/minimumfont/maximumfont)%> It shows so called Tag cloud. number is number of tags to show, can be omitted. mode is tag selection mode mode=0 : tags in all blogs mode=1 : tags in the blog mode=2 : tags in the category order is order of tags to show order=0 : none order=1 : descendent by the number of items which has the tag order=2 : ascendent by the number of items which has the tag minimumfont is minumum font size by “em”. maximumfont is maximum font size by “em”.
* Template Variable <%TagEX()%> shows “Tag: tag / flag / url” with link
- When using list20 to display only 20 tags, array ⇒ 'tagname' is displayed a number of times above the taglist. It looks ugly and is obviously an error, but is different depending on how many tags in the system - so hard to track down the problem.