Plugin Directory

Changeset 3296331


Ignore:
Timestamp:
05/19/2025 09:41:39 AM (10 months ago)
Author:
Flector
Message:

update readme.txt

Location:
wp-russian-quicktags/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-russian-quicktags/trunk/readme.txt

    r3153861 r3296331  
    44Tags: comments, quicktags
    55Requires at least: 2.3
    6 Tested up to: 6.6
     6Tested up to: 6.8
    77Stable tag: trunk
    88
     
    1313
    1414Помимо этого плагин позволяет вывести в комментариях ссылку "<strong>Цитировать</strong>", при клике на которую выделенный пользователем текст будет автоматически взят в теги цитаты. Данная возможность плагина очень помогает в случае, если ваш шаблон не позволяет вам выводить комментарии в древовидном стиле.
    15  
    16 Более подробную информацию об установке и настройке плагина вы найдете на [странице плагина](http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html).
    17 
    1815
    1916PS Этот плагин был написан на основе плагина [WP Comment Quicktags Plus](http://lmbbox.com/projects/lmbbox-comment-quicktags/wp-comment-quicktags-plus/) от [Thomas Montague ](http://lmbbox.com/).
     
    28253. Это все.
    2926
    30 
    31 Информацию о выводе ссылки "<strong>Цитировать</strong>" вы можете найти на [странице плагина](http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html).
    32 
    3327== Frequently Asked Questions ==
    3428
     
    3731Добавьте в файл <strong>styles.css</strong> вашей темы код вида:
    3832
    39 `
    40 #comment_quicktags .btn-small {
     33`#comment_quicktags .btn-small {
    4134    padding: 1px 7px!important;
    4235    font-size: 11px!important;
    43 }
    44 `
     36}`
    4537
    4638Таким образом можно изменить как размер кнопок, так и используемый шрифт (или его размер). Директива <strong>!important</strong> обязательна.
  • wp-russian-quicktags/trunk/wp-russian-quicktags.php

    r1174111 r3296331  
    22/*
    33Plugin Name: WP Russian Quicktags
    4 Plugin URI: http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html
    5 Description: Плагин выводит симпатичную панель с кнопками форматирования текста в комментариях и ссылку на "Цитировать". Подробно об установке и настройке этого плагина вы можете прочитать на <a href="http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html">странице</a> плагина.
     4Plugin URI: https://wordpress.org/plugins/wp-russian-quicktags/
     5Description: Плагин выводит симпатичную панель с кнопками форматирования текста в комментариях и ссылку на "Цитировать".
    66Version: 1.04
    77Author: Flector
Note: See TracChangeset for help on using the changeset viewer.