記事カテゴリ
QRコード |
タグプラグイン-0.5.1関連情報記事のオプショントラックバックこのエントリのトラックバックURL: http://mystral-kk.net/trackback.php/20101228212120866 'タグプラグイン-0.5.1'について他のサイトでは次のように言及されています:
http://geeklog.fr/article.php/Tag-plugin-0.5.1 タグプラグイン-0.5.1
投稿者: ゲストユーザー
2011年1月 2日(日) 01:31 JST
Hey, I have a feature request for the Tags Plugin. I use it on a site that has a large number of tags which have been used a large number of times. The current tag cloud threshold sytem doesn't work for me since most tags are mentioned more than 10 times. I updated the function TAG_getLevel to use percentages based on the thresholds once a max value is reached. I was wondering if you could add in this code in the next release? I added to the config.php $_TAG_CONF['tag_cloud_threshold_max_count'] = 20; // Uses thresholds until this number of tags is reached then a percentage system is used. I updated the TAG_getLevel function: function TAG_getLevel($count) { Thanks Tom
タグプラグイン-0.5.1
投稿者: ゲストユーザー
2011年1月 2日(日) 02:09 JST
I just found a small bug in the Tag plugin version 0.5.1. It deals with the function TAG_getTaggedItems. If a user doesn't have access to view the item, the function still tries to list it. Notice the $num_row variable check when updating the template variables. Here is the fix: function TAG_getTaggedItems($tag) { $A = DB_fetchArray($result); $A = DB_fetchArray($result);
|
|
Copyright © 2012 Geeklog増殖計画 本ページのすべての商標と著作権はそれぞれの所有者に帰属します。 |
Powered by Geeklog ページ作成時間 0.15 秒 |