Plugin Directory

Changeset 983601


Ignore:
Timestamp:
09/07/2014 12:42:22 PM (12 years ago)
Author:
minojiro
Message:

var1.0.2

Location:
wp-author-ranking
Files:
11 added
6 edited

Legend:

Unmodified
Added
Removed
  • wp-author-ranking/trunk/Readme.txt

    r983129 r983601  
    22Contributors: Natsuyasumi Seisakushitsu
    33Tags: author, user, popular, ranking, pageview, unique user
    4 Requires at least: 3.4
     4Requires at least: 3.0
    55Tested up to: 4.0
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    108108== Changelog ==
    109109
     110= 1.0.2 =
     111* Fix: showing setting page properly in wordpress version 3.0
     112
    110113= 1.0.1 =
    111114* Add filtering option that excludes users.
  • wp-author-ranking/trunk/index.php

    r983113 r983601  
    33/**
    44 * @package WP Author Ranking
    5  * @version 1.0.1
     5 * @version 1.0.2
    66 */
    77/*
     
    99Description: Ranking the popular blog authors. Results are depends on page viewing numbers! Who is today's mega-star!?
    1010Author: Natsuyasumi Seisakushitsu
    11 Version: 1.0.1
     11Version: 1.0.2
    1212*/
    1313
  • wp-author-ranking/trunk/setting.php

    r983110 r983601  
    5050            <?php } else { ?>&nbsp;<?php } ?></td>
    5151        <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>
    5353    </tr>
    5454<?php } ?>
Note: See TracChangeset for help on using the changeset viewer.