Plugin Directory

Changeset 818550


Ignore:
Timestamp:
12/10/2013 11:43:31 PM (12 years ago)
Author:
flocsy
Message:

2.4.1: new format: ball, Serbian, Italian

Location:
authors/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • authors/trunk/authors.php

    r818500 r818550  
    44Plugin URI: http://blog.fleischer.hu/wordpress/authors/
    55Description: Authors Widget shows the list or cloud of the authors, with the number of posts, link to RSS feed next to their name, avatar. It is useful in a multi-author blog, where you want to have the list in the sidemenu.
    6 Version: 2.4
     6Version: 2.4.1
    77Author: Gavriel Fleischer
    88Author URI: http://blog.fleischer.hu/author/gavriel/
     
    329329                    $list_args['feed_image'] = '';
    330330                }
    331                 if ('cloud' == $format && function_exists('seo_tag_cloud_generate') ) {
     331                if ('cloud' == $format && function_exists('seo_tag_cloud_generate')) {
     332                    widget_authors_cloud($list_args);
     333                }
     334                elseif ('ball' == $format && function_exists('seo_tag_cloud_generate')) {
     335                    $list_args['format'] = 'ball';
    332336                    widget_authors_cloud($list_args);
    333337                }
     
    449453        <?php if ( function_exists('seo_tag_cloud_generate') ) : ?>
    450454            <label for="authors-format-<?php echo $number; ?>-cloud"><input type="radio" class="radio" id="authors-format-<?php echo $number; ?>-cloud" name="widget-authors[<?php echo $number; ?>][format]" value="cloud"<?php echo 'cloud' == $format ? ' checked="checked"' : '' ?> /> <?php _e('Cloud','authors') ?></label>
     455            <label for="authors-format-<?php echo $number; ?>-ball"><input type="radio" class="radio" id="authors-format-<?php echo $number; ?>-ball" name="widget-authors[<?php echo $number; ?>][format]" value="ball"<?php echo 'ball' == $format ? ' checked="checked"' : '' ?> /> <?php _e('Ball','authors') ?></label>
    451456        <?php endif; ?>
    452457            <label for="authors-format-<?php echo $number; ?>-dropdown"><input type="radio" class="radio" id="authors-format-<?php echo $number; ?>-dropdown" name="widget-authors[<?php echo $number; ?>][format]" value="dropdown"<?php echo 'dropdown' == $format ? ' checked="checked"' : '' ?> /> <?php _e('Dropdown','authors') ?></label>
  • authors/trunk/lang/authors.pot

    r818500 r818550  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Authors Widget 2.4\n"
     5"Project-Id-Version: Authors Widget 2.4.1\n"
    66"Report-Msgid-Bugs-To: http://wordpress.org/tag/authors\n"
    7 "POT-Creation-Date: 2013-12-10 20:46:18+00:00\n"
     7"POT-Creation-Date: 2013-12-10 23:41:05+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    2121msgstr ""
    2222
    23 #: authors.php:308 authors.php:557
     23#: authors.php:308 authors.php:562
    2424msgid "Authors"
    2525msgstr ""
    2626
    27 #: authors.php:343
     27#: authors.php:347
    2828msgid "Powered by %s"
    2929msgstr ""
    3030
    31 #: authors.php:343
     31#: authors.php:347
    3232msgid "Authors Widget Plugin for Wordpress"
    3333msgstr ""
    3434
    35 #. #-#-#-#-#  authors.pot (Authors Widget 2.4)  #-#-#-#-#
     35#. #-#-#-#-#  authors.pot (Authors Widget 2.4.1)  #-#-#-#-#
    3636#. Plugin Name of the plugin/theme
    37 #: authors.php:343
     37#: authors.php:347
    3838msgid "Authors Widget"
    3939msgstr ""
    4040
    41 #: authors.php:445
     41#: authors.php:449
    4242msgid "Title"
    4343msgstr ""
    4444
    45 #: authors.php:447
     45#: authors.php:451
    4646msgid "Format"
    4747msgstr ""
    4848
    49 #: authors.php:448
     49#: authors.php:452
    5050msgid "List"
    5151msgstr ""
    5252
    53 #: authors.php:450
     53#: authors.php:454
    5454msgid "Cloud"
    5555msgstr ""
    5656
    57 #: authors.php:452
     57#: authors.php:455
     58msgid "Ball"
     59msgstr ""
     60
     61#: authors.php:457
    5862msgid "Dropdown"
    5963msgstr ""
    6064
    61 #: authors.php:455
     65#: authors.php:460
    6266msgid "Order by"
    6367msgstr ""
    6468
    65 #: authors.php:456
     69#: authors.php:461
    6670msgid "Display name"
    6771msgstr ""
    6872
    69 #: authors.php:457
     73#: authors.php:462
    7074msgid "First name"
    7175msgstr ""
    7276
    73 #: authors.php:458
     77#: authors.php:463
    7478msgid "Last name"
    7579msgstr ""
    7680
    77 #: authors.php:459
     81#: authors.php:464
    7882msgid "Post count"
    7983msgstr ""
    8084
    81 #: authors.php:460
     85#: authors.php:465
    8286msgid "ID"
    8387msgstr ""
    8488
    85 #: authors.php:462
     89#: authors.php:467
    8690msgid "Number of authors to show"
    8791msgstr ""
    8892
    89 #: authors.php:463
     93#: authors.php:468
    9094msgid "Show full name"
    9195msgstr ""
    9296
    93 #: authors.php:464
     97#: authors.php:469
    9498msgid "Show avatar"
    9599msgstr ""
    96100
    97 #: authors.php:465
     101#: authors.php:470
    98102msgid "Avatar size"
    99103msgstr ""
    100104
    101 #: authors.php:466
     105#: authors.php:471
    102106msgid "Show RSS links"
    103107msgstr ""
    104108
    105 #: authors.php:467
     109#: authors.php:472
    106110msgid "Show post counts"
    107111msgstr ""
    108112
    109 #: authors.php:468
     113#: authors.php:473
    110114msgid "Hide empty"
    111115msgstr ""
    112116
    113 #: authors.php:469
     117#: authors.php:474
    114118msgid "Exclude admin"
    115119msgstr ""
    116120
    117 #: authors.php:470
     121#: authors.php:475
    118122msgid "Exclude"
    119123msgstr ""
    120124
    121 #: authors.php:471
     125#: authors.php:476
    122126msgid "Include"
    123127msgstr ""
    124128
    125 #: authors.php:473
     129#: authors.php:478
    126130msgid "How satisfied you are with the plugin?"
    127131msgstr ""
    128132
    129 #: authors.php:475
     133#: authors.php:480
    130134msgid "Donate"
    131135msgstr ""
    132136
    133 #: authors.php:476
     137#: authors.php:481
    134138msgid "Show credit"
    135139msgstr ""
    136140
    137 #: authors.php:555
     141#: authors.php:560
    138142msgid "A list of the authors"
    139143msgstr ""
  • authors/trunk/readme.txt

    r818500 r818550  
    8686== Changelog ==
    8787
     88= 2.4.1 =
     89* Added Ball format (needs SEO-tag-cloud widget)
     90
    8891= 2.4 =
    8992* Optimized for blogs with many authors
Note: See TracChangeset for help on using the changeset viewer.