Plugin Directory

Changeset 202238


Ignore:
Timestamp:
02/05/2010 01:56:20 PM (16 years ago)
Author:
Zamango
Message:

improved look & feel

Location:
zamango-page-navigation/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • zamango-page-navigation/trunk/readme.ru.txt

    r201383 r202238  
    44Tags: navigation, page bar, paged, navigation, page list, navigation bar, next post, previous post, next page, previous page, quick link, листание, следующий пост, предыдущий пост, постраничное, список страниц
    55Requires at least: 2.8.0
    6 Tested up to: 2.9.1 
    7 Stable tag: 0.2
     6Tested up to: 2.9.1
     7Stable tag: 0.2.1
    88
    9 Плагин создает настраиваемую полосу навигации в списках, а также ссылки на предыдущий и следующий посты на странице поста. 
     9Плагин создает настраиваемую полосу навигации в списках, а также ссылки на предыдущий и следующий посты на странице поста.
    1010
    1111== Description ==
    1212
    13 Плагин [Zamango Page Navigation](http://www.zamango.com/pagenavi.htm Zamango homepage) вставляет настраиваемые ссылки быстрой навигации по страницам, позволяя читателю, например, переходить на 12-тую страницу категории за один клик по линейке навигации, а также переходить к предыдущему или следующему посту.
     13Плагин [Zamango Page Navigation](http://www.zamango.com/pagenavi.htm "Блог Zamango") вставляет настраиваемые ссылки быстрой навигации по страницам, позволяя читателю, например, переходить на 12-тую страницу категории за один клик по линейке навигации, а также переходить к предыдущему или следующему посту.
    1414
    15 Основные возможности: 
     15Основные возможности:
    1616
    1717* Создание линейки ссылок на странице списков (главная, страница категории, поиск по тагам, архивы и т.п.)
     
    2222* Другие настройки, позволяющие кастомизировать линейку ссылок под нужды разных сайтов
    2323
    24 Основная причина, по которой был создан этот плагин - это отсутствие плагина подобной функциональности, который работал бы на современных версиях вордпреса, поэтому пришлось создать его для собственных нужд. Но надеемся, что он окажется полезным и другим ценителям идеологии вордпреса.
     24Основная причина, по которой был создан этот плагин - это отсутствие плагина подобной функциональности, который работал бы на современных версиях вордпреса, поэтому пришлось создать его для сайтов, собранных с помощью [плагина Zamango Money Extractor](http://wordpress.org/extend/plugins/zamango-money-extractor/). Однако, мы надеемся, что Zamango Page Navigation окажется полезным и другим пользователям Wordpress.
    2525
    26 В классической теме есть быстрые ссылки на странице поста, но они по какой-то прихоти создателя используют нелинейную последовательность постов, так что дважды перейдя к "следующему посту", а потом дважды перейдя к "предыдущему посту" читатель скорее всего окажется не на той странице, откуда он начал. Вроде бы мелочь, но внутреннюю перелинковку сайта и перераспределение пейджранка нарушает. 
     26В классической теме есть быстрые ссылки на странице поста, но они по какой-то прихоти создателя используют нелинейную последовательность постов, так что дважды перейдя к "следующему посту", а потом дважды перейдя к "предыдущему посту" читатель скорее всего окажется не на той странице, откуда он начал. Вроде бы мелочь, но внутреннюю перелинковку сайта и перераспределение пейджранка нарушает.
    2727
    2828
    2929== Installation ==
    3030
    31 Процесс установки стандартен: 
     31Процесс установки стандартен:
    3232
    33 1. Распакуйте архив с плагином на свой компьютер 
     331. Распакуйте архив с плагином на свой компьютер
    34341. Залейте получившуюся папку `zamango-page-navigation` в директорию `/wp-content/plugins/` вашего сайта
    35351. Активируйте плагин на странице 'Plugins' админки вордпреса
     
    4040= Будет ли плагин работать на более старой версии вордпреса, чем 2.8? =
    4141
    42 Скорее всего не будет, т.к. плагин использует некоторые возможности Wordpress, появившиеся только в версии 2.8. Поэтому рекомендуем обновиться до какой-нибудь более новой версии - они и умнее, и надежнее. 
     42Скорее всего не будет, т.к. плагин использует некоторые возможности Wordpress, появившиеся только в версии 2.8. Поэтому рекомендуем обновиться до какой-нибудь более новой версии - они и умнее, и надежнее.
    4343Хотя с некоторыми ограничениями он работает даже на Wordpress 2.7.4.
    4444
    4545= Что, если я не хочу использовать ссылки быстрого перехода на странице поста? =
    4646
    47 Просто снимите галочки с параметров "before post" & "after post" на вкладке "Quick links on single post". 
     47Просто снимите галочки с параметров "before post" & "after post" на вкладке "Quick links on single post".
    4848
    4949= Тема, которую я использую, уже отображает ссылки на следующую страницу =
    5050
    51 Чтобы не изменять вручную темы предлагаю просто добавить в CSS плагина строку вида 
     51Чтобы не изменять вручную темы предлагаю просто добавить в CSS плагина строку вида
    5252 `    .navigation {display:none;} `
    5353
     
    6060== Changelog ==
    6161
    62 = 0.1 =
    63 * Первая публичная версия.
     62= 0.2.1 =
     63* Косметические изменения интерфейса.
    6464
    65 == Upgrade Notice ==
     65= 0.2 =
     66* Исправления в админской панели и смена дефолтного CSS-а на серый стиль, который больше подходит для большинства тем.
    6667
    6768= 0.1 =
    68 Первая публичная версия.
     69* Первая публичная версия.
    6970
  • zamango-page-navigation/trunk/readme.txt

    r201387 r202238  
    44Tags: navigation, page bar, paged, navigation, page list, navigation bar, next post, previous post, next page, previous page, quick link
    55Requires at least: 2.8.0
    6 Tested up to: 2.9.1 
    7 Stable tag: 0.2
     6Tested up to: 2.9.1
     7Stable tag: 0.2.1
    88
    9 It creates  pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post. 
     9It creates  pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post.
    1010
    1111== Description ==
    1212
    13 Zamango Page Navigation creates pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post. 
     13Zamango Page Navigation creates pagebar on lists (for ex. on category or search results) and Next Post & Previous Post links on each post.
    1414
    15 [Zamango Page Navigation](http://www.zamango.com/ Zamango blog) plugin inserts customizable pagebars into your Wordpress, allowing reader to reach page # X in one click. Also it features quick links on single post (to previous and next posts).
     15[Zamango Page Navigation](http://www.zamango.com/ "Zamango blog") plugin inserts customizable pagebars into your Wordpress, allowing reader to reach page # X in one click. Also it features quick links on single post (to previous and next posts).
    1616
    17 Main features of [Zamango Page Navigation](http://www.zamango.com/ Zamango Page Navigation developer's blog):
     17Main features of [Zamango Page Navigation](http://www.zamango.com/ "Zamango Page Navigation developer's blog"):
    1818
    1919* Pagebar of quick links on a lists (like index, category, tag or archive and etc.)
    2020* Pagebar of links to next and previous posts
    21 * Independently show/hide pagebar in the beginning and end of page 
     21* Independently show/hide pagebar in the beginning and end of page
    2222* Highly customizable appearance (style and content) by using of simple HTML and CSS
    2323* Independent amount of links in left, central and right parts of pagebar
    2424* Other options which make plugin's behaviour very customizable for any website needs
    2525
    26 The main reason to develop the plugin was absence of any plugin of such functionality and stable on modern Wordpress builds, so we was obliged to make it for our own needs. But we hope that Zamango Page Navigation will be helpful to other Wordpress users.
     26The main reason to develop the plugin was absence of any plugin of such functionality and stable on modern Wordpress builds, so we was obliged to make it for storefronts build by [Zamango Money Extractor plugin](http://wordpress.org/extend/plugins/zamango-money-extractor/). But we hope that Zamango Page Navigation will be helpful to other Wordpress users.
    2727
    2828Classical Wordpress theme contains quick links on a post page but due to creator's joke or mistake quick links of all posts does not make a linear scheme. For example if you click on "next" link and then to "previous link" it's highly possible that you will not return to original post. Such small thing can break internal website linking and pagerank allocation.
     
    4242= Is it obligatory to use v.2.8+ of Wordpress? Will pluging work on older wordpress builds? =
    4343
    44 Zamango Page Navigation uses few features which were implemented in WordPress v.2.8.0 so it will not work correctly on older versions. 
    45 Althought I use it myself on wordpress 2.7.4 with few limitaions. 
     44Zamango Page Navigation uses few features which were implemented in WordPress v.2.8.0 so it will not work correctly on older versions.
     45Althought I use it myself on wordpress 2.7.4 with few limitaions.
    4646
    4747= What if I don't want to use quick links on post page? =
    4848
    49 Just uncheck both "before post" & "after post" checkboxes on a `Quick links on single post` tab of plugin options page. 
     49Just uncheck both "before post" & "after post" checkboxes on a `Quick links on single post` tab of plugin options page.
    5050
    5151= I'm using Wordpress theme already had quick links and they confuse visitors =
    5252
    53 To make native theme navigation bar absolutely invisible just add following string into plugin's CSS (without apostrophes): 
    54 `.navigation {display:none;}` 
    55 It must help in most themes. If not then it's needed to edit your theme files (but do it on your own responsibility). 
     53To make native theme navigation bar absolutely invisible just add following string into plugin's CSS (without apostrophes):
     54`.navigation {display:none;}`
     55It must help in most themes. If not then it's needed to edit your theme files (but do it on your own responsibility).
    5656
    5757== Screenshots ==
    5858
    59591. Page bar customization for lists (index, search results, category, archive or tags browsing)
    60 2. Page bar customization for single posts 
     602. Page bar customization for single posts
    61613. You may customize CSS right from Wordpress admin panel
    6262
    6363== Changelog ==
    6464
     65= 0.2.1 =
     66* Changes: improved look & feel.
     67
    6568= 0.2 =
    66 * Changes: improved look & feel. 
     69* Changes: improved look & feel.
    6770
    6871= 0.1 =
    69 * First public build. 
     72* First public build.
    7073
    71 == Upgrade Notice ==
    72 
    73 = 0.1 =
    74 * First public build.
    75 
  • zamango-page-navigation/trunk/zmg_pagebar.class.php

    r201383 r202238  
    316316                    /*?>*/ ?>">
    317317                    <?
    318                         _e('Wanna monetize your blog? It\'s easy!<br />Just install
    319                             Zamango Money Extractor plugin and get easy money!',
    320                            'zmg_pagebar');
     318                        _e('Wanna monetize your blog? It\'s easy!<br />
     319                            Just install Zamango Money Extractor plugin<br />
     320                            and get easy money!', 'zmg_pagebar');
    321321                    ?>
    322322                    </a>
     
    481481
    482482        ?>
    483 <ul id="zmg_pb_tabs">
    484     <li id="zmg_pb_tab_mp_options"
     483<div id="zmg_pb_tabs">
     484    <div id="zmg_pb_tab_mp_options"
    485485        <?= $this->zmg_options['ZMG_PB_MP_OPTIONS']
    486486            ? 'class="zmg_tab_selected" >'
     
    490490            <? _e('Blogroll navigation', 'zmg_pagebar'); ?>
    491491        </a>
    492     </li>
    493     <li id="zmg_pb_tab_sp_options"
     492    </div>
     493    <div id="zmg_pb_tab_sp_options"
    494494        <?= $this->zmg_options['ZMG_PB_SP_OPTIONS']
    495495            ? 'class="zmg_tab_selected" >'
     
    499499            <? _e('Quick links on single post', 'zmg_pagebar'); ?>
    500500        </a>
    501     </li>
    502     <li id="zmg_pb_tab_style"
     501    </div>
     502    <div id="zmg_pb_tab_style"
    503503        <?= $this->zmg_options['ZMG_PB_STYLE']
    504504            ? 'class="zmg_tab_selected" >'
     
    508508            <? _e('Common options & CSS', 'zmg_pagebar'); ?>
    509509        </a>
    510     </li>
    511 </ul>
     510    </div>
     511</div>
    512512<br />
    513513
     514<div class="clear"></div>
    514515<div id="zmg_pb_mp_options">
    515516    <div class="updated">
  • zamango-page-navigation/trunk/zmg_pb_admin.css

    r201383 r202238  
    2929
    3030#zmg_pb_top_baner {
    31     float           : center;
    32     width           : 600px;
    33     background-color: #99ccff;
    34     margin          : 1.5em auto;
    35     font-size       : 150%;
    36     line-height     : 1.2em;
    37     padding         : 0.3em;
    38     -moz-border-radius:10px;
    39     -webkit--border-radius:10px;
    40     text-align      : center;
     31    float                : center;
     32    width                : 600px;
     33    background-color     : #004de4;
     34    margin               : 1.5em auto;
     35    font-size            : 150%;
     36    line-height          : 1.2em;
     37    padding              : 0.3em;
     38    -moz-border-radius   : 10px;
     39    -webkit-border-radius: 10px;
     40    text-align           : center;
    4141}
    4242
    4343#zmg_pb_top_baner a {
    44     color           : #ffcc00;
     44    color       : #f9fa04;
     45    font-weight : bold;
    4546}
    4647
     
    147148#zmg_pb_tabs {
    148149    list-style-type: none;
     150    margin-bottom  : 1em;
    149151}
    150152
    151 #zmg_pb_tabs li {
    152     display: inline;
    153     padding: 0.7em 1em 0.5em 1em;
     153#zmg_pb_tabs div {
     154    display: inline-block;
     155    padding: 0.5em 1em 0.5em 1em;
     156    float  : left;
     157    width  : 25%;
     158    text-align: center;
    154159}
    155160
    156 #zmg_pb_tabs li a {
     161#zmg_pb_tabs a {
    157162    font-size: 150%;
    158163}
    159164
    160 #zmg_pb_tabs li.zmg_tab_selected {
     165#zmg_pb_tabs .zmg_tab_selected {
    161166    background-color: #66ccff;
    162167}
    163168
    164 #zmg_pb_tabs li.zmg_tab_selected a {
     169#zmg_pb_tabs .zmg_tab_selected a {
    165170    color          : #ffffff;
    166171    text-decoration: none;
Note: See TracChangeset for help on using the changeset viewer.