Changeset 983601
- Timestamp:
- 09/07/2014 12:42:22 PM (12 years ago)
- Location:
- wp-author-ranking
- Files:
-
- 11 added
- 6 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
tags/1.0.2 (added)
-
tags/1.0.2/Readme.txt (added)
-
tags/1.0.2/index.php (added)
-
tags/1.0.2/lang (added)
-
tags/1.0.2/lang/wpAuthorRanking-fr.mo (added)
-
tags/1.0.2/lang/wpAuthorRanking-fr.po (added)
-
tags/1.0.2/lang/wpAuthorRanking-ja.mo (added)
-
tags/1.0.2/lang/wpAuthorRanking-ja.po (added)
-
tags/1.0.2/readme.md (added)
-
tags/1.0.2/screenshot-1.png (added)
-
tags/1.0.2/setting.php (added)
-
trunk/Readme.txt (modified) (2 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/setting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-author-ranking/trunk/Readme.txt
r983129 r983601 2 2 Contributors: Natsuyasumi Seisakushitsu 3 3 Tags: author, user, popular, ranking, pageview, unique user 4 Requires at least: 3. 44 Requires at least: 3.0 5 5 Tested up to: 4.0 6 Stable tag: 1.0. 16 Stable tag: 1.0.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 108 108 == Changelog == 109 109 110 = 1.0.2 = 111 * Fix: showing setting page properly in wordpress version 3.0 112 110 113 = 1.0.1 = 111 114 * Add filtering option that excludes users. -
wp-author-ranking/trunk/index.php
r983113 r983601 3 3 /** 4 4 * @package WP Author Ranking 5 * @version 1.0. 15 * @version 1.0.2 6 6 */ 7 7 /* … … 9 9 Description: Ranking the popular blog authors. Results are depends on page viewing numbers! Who is today's mega-star!? 10 10 Author: Natsuyasumi Seisakushitsu 11 Version: 1.0. 111 Version: 1.0.2 12 12 */ 13 13 -
wp-author-ranking/trunk/setting.php
r983110 r983601 50 50 <?php } else { ?> <?php } ?></td> 51 51 <td width='20%'><b><?php echo $rankingData[$j]['display_name']; ?></b><br><?php echo $rankingData[$j]['count']; ?>pv</td> 52 <td width='80%'><table cellspacing='0' bgcolor='#2ea2cc' height='24' width='<?php echo $rankingData[$j]['count']/$theMaxCount*100; ?>%'><tr><td></td></tr></table></td>52 <td width='80%'><table cellspacing='0' bgcolor='#2ea2cc' style='background-color:#2ea2cc!important;' height='24' width='<?php echo $rankingData[$j]['count']/$theMaxCount*100; ?>%'><tr><td></td></tr></table></td> 53 53 </tr> 54 54 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.