هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

Quick Reply Template Plugin

الوصف

This plugin allows you to specify a default text for the “quick reply” feature in WordPress 2.8+.

The template can contain the comment author’s fullname, first name, link to the original comment and any other characters, spaces, symbols etc.

Credits

Matt Wiebe for javascript code.

Kaspars for adding the comment ID tag.

التنصيب

1) Download the plugin zip file.

2) Unzip.

3) Upload the quick-reply-template directory to your wordpress plugin directory (/wp-content/plugins).

4) Activate the plugin.

5) Open up the options (In the left hand menu under Settings > Quick Reply Template)

6) Set your desired template.

7) When you click reply in the admin comments page, your reply template will be automatically inserted.

الأسئلة المتكررّة

How can I link to the original comment?

The %ID% tag contains the comment id of the original comment. You can use this to link to the original. For example:

%NAME%

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“Quick Reply Template Plugin” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Quick Reply Template Plugin“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

0.6

Updated for WP 2.8. Uses wp_enqueue_script API. Thanks to Matt Wiebe for javascript code.

0.4

Changed default reply template.

0.3

Improved options.

0.2

Added comment ID to the list of available tags. Strip HTML from name and first name. Add single empty space after content, so that user can start typing reply immediately.

0.1

Initial Release