Changeset 3296331
- Timestamp:
- 05/19/2025 09:41:39 AM (10 months ago)
- Location:
- wp-russian-quicktags/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-russian-quicktags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-russian-quicktags/trunk/readme.txt
r3153861 r3296331 4 4 Tags: comments, quicktags 5 5 Requires at least: 2.3 6 Tested up to: 6. 66 Tested up to: 6.8 7 7 Stable tag: trunk 8 8 … … 13 13 14 14 Помимо этого плагин позволяет вывести в комментариях ссылку "<strong>Цитировать</strong>", при клике на которую выделенный пользователем текст будет автоматически взят в теги цитаты. Данная возможность плагина очень помогает в случае, если ваш шаблон не позволяет вам выводить комментарии в древовидном стиле. 15 16 Более подробную информацию об установке и настройке плагина вы найдете на [странице плагина](http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html).17 18 15 19 16 PS Этот плагин был написан на основе плагина [WP Comment Quicktags Plus](http://lmbbox.com/projects/lmbbox-comment-quicktags/wp-comment-quicktags-plus/) от [Thomas Montague ](http://lmbbox.com/). … … 28 25 3. Это все. 29 26 30 31 Информацию о выводе ссылки "<strong>Цитировать</strong>" вы можете найти на [странице плагина](http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html).32 33 27 == Frequently Asked Questions == 34 28 … … 37 31 Добавьте в файл <strong>styles.css</strong> вашей темы код вида: 38 32 39 ` 40 #comment_quicktags .btn-small { 33 `#comment_quicktags .btn-small { 41 34 padding: 1px 7px!important; 42 35 font-size: 11px!important; 43 } 44 ` 36 }` 45 37 46 38 Таким образом можно изменить как размер кнопок, так и используемый шрифт (или его размер). Директива <strong>!important</strong> обязательна. -
wp-russian-quicktags/trunk/wp-russian-quicktags.php
r1174111 r3296331 2 2 /* 3 3 Plugin Name: WP Russian Quicktags 4 Plugin URI: http ://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html5 Description: Плагин выводит симпатичную панель с кнопками форматирования текста в комментариях и ссылку на "Цитировать". Подробно об установке и настройке этого плагина вы можете прочитать на <a href="http://www.wordpressplugins.ru/komments/wp-comment-quicktags-plus.html">странице</a> плагина.4 Plugin URI: https://wordpress.org/plugins/wp-russian-quicktags/ 5 Description: Плагин выводит симпатичную панель с кнопками форматирования текста в комментариях и ссылку на "Цитировать". 6 6 Version: 1.04 7 7 Author: Flector
Note: See TracChangeset
for help on using the changeset viewer.