এক্সটেনশন:ধন্যবাদ
Thanks মুক্তির অবস্থা: স্থিতিশীল |
|
---|---|
বাস্তবায়ন | ব্যবহারকারী ইন্টারফেস |
বিবরণ | ব্যবহারকারীদের কোনো নির্দিষ্ট সম্পাদনার জন্য অন্য ব্যবহারকারীদের ধন্যবাদ জানাতে দেয়। |
লেখক(গণ) |
|
সর্বশেষ সংস্করণ | 1.2.0 (Continuous updates) |
সমর্থন নীতি | Snapshots releases along with MediaWiki. Master is not backward compatible. |
MediaWiki | >= 1.43 |
লাইসেন্স | এমআইটি লাইসেন্স |
ডাউনলোড | |
|
|
Quarterly downloads | 23 (Ranked 108th) |
Public wikis using | 2,442 (Ranked 193rd) |
Translate the Thanks extension if it is available at translatewiki.net | |
Vagrant role | echo |
Issues | Open tasks · বাগ প্রতিবেদন |
The Thanks extension adds a quick way to give positive feedback for productive contributions to MediaWiki sites. It allows users to send public 'thank you' notifications (via Echo ) to other users for their individual edits and some logged actions.
The specific revision that is being "thanked" for is not stored in the public logging table. Only the timestamp, sender, and recipient, are publicly logged.
চারটি স্থানে 'ধন্যবাদ' লিংক যুক্ত করা হয়েছে:
- ইতিহাস ও পার্থক্য ভিউয়ে "পূর্বাবস্থায় ফেরত" লিংকের পাশে;
- on some log entries on Special:Log (see #Configuration, below); and
- to Flow board comments if Flow is installed.
It also provides an API for sending thanks.
লক্ষ্য করুন, আপনি যদি ধন্যবাদ পেতে না চান, তাহলে আপনি সহজেই [#disable|নিম্নে বর্ণিত পদ্ধতি] অনুসরণ করে আপনার পছন্দসমূহে এই বিজ্ঞপ্তিটি নিষ্ক্রিয় করে দিতে পারেন।
Once you have had a chance to try it out, we welcome your feedback about this feature on the talk page.
We hope that the Thanks notification will make it easier to show appreciation for each other's work – and it should be particularly helpful for encouraging new users during their first critical steps on a wiki. We have intentionally kept this notification as simple as possible, so we can evaluate it and improve it together. Enjoy…
ইনস্টল করা
- ডাউনলোড করুন এবং আপনার
extensions/
ফোল্ডারেরThanks
নামক ডিরেক্টরিতে ফাইল(গুলি) নিন।
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks - আপনার LocalSettings.php -এর নিচের অংশে নিম্নলিখিত কোড যোগ করুন:
wfLoadExtension( 'Thanks' );
- প্রয়োজন হলে আপনার সুবিধা মতো কনফিগার করে নিন
- নতুন "ধন্যবাদ" ইন্টারফেসটি দেখতে কোনো পাতার ইতিহাস অংশে যান।
- করা হয়েছে – এক্সটেনশনটি সফলভাবে ইনস্টল করা হয়েছে কিনা তা যাচাই করতে আপনার উইকির Special:Version-এ যান।
কনফিগারেশন
বট সম্পাদনার জন্য ধন্যবাদ ইন্টারফেস সক্রিয় করা (পূর্বনির্ধারিতভাবে নিষ্ক্রিয় থাকে)
$wgThanksSendToBots = false;
Log Thank actions to "Special:Log" (enabled by default)
$wgThanksLogging = true;
Whether or not confirmation is required for sending thanks (enabled by default)
$wgThanksConfirmationRequired = true;
Log entry types that can be thanked from Special:Log:
$wgThanksAllowedLogTypes = [
"contentmodel",
"delete",
"import",
"merge",
"move",
"patrol",
"protect",
"tag",
"managetags",
"rights"
];
ব্যবহার
To thank another user, go to the History tab of any page. Next to each revision will be a 'thank' link. Click the link to send thanks to that user. This link is also available in the diff view, on some entries in Special:Log, and below comments on Flow boards if Flow is installed.
When the thank link is clicked, the recipient will receive a notification with your thanks via the Echo extension (unless they have opted out of receiving thanks notifications). A record of the action is also recorded as a log entry at Special:Log/thanks.
If the wiki is using memcached, a rate limit is imposed of no more than 10 thanks per minute per user. The limit can be configured with $wgRateLimits ['thanks-notification']
.
ধন্যবাদ এড়িয়ে যাওয়া
ধন্যবাদ বিজ্ঞপ্তি পাওয়া বন্ধ করতে চাইলে, আপনি আপনার বিজ্ঞপ্তির পছন্দগুসমূহে গিয়ে সেগুলো বন্ধ করে দিতে পারেন। এজন্য পছন্দসমূহের বিজ্ঞপ্তি ট্যাবে যান। এটি শুধু আপনার কাছে বিজ্ঞপ্তি আসা বন্ধ করে, আপনাকে ধন্যবাদ জানাতে অন্য ব্যবহারকারীদের বাধা দেয় না।
এপিআই নথিবদ্ধকরণ
thank | |
---|---|
এই মডিউলটি জেনারেটর হিসাবে ব্যবহার করা যাবে না। | |
উপসর্গ | |
প্রয়োজনীয় অধিকার | অনাগত |
শুধুমাত্র পোস্ট? | হ্যাঁ |
উত্পন্ন সহায়তা | বর্তমান |
The Thanks extension includes an API for sending thanks. In order to call the API, use the parameter action=thank
.
পরামিতি:
rev
- The revision ID you would like to thank someone for (either this orlog
is required)log
- The log ID you would like to thank someone for (either this orrev
is required)source
- Source of the thank event. This is a short string that identifies where the thanks was sent from. For example, if the thanks was sent from Huggle, the value could be 'huggle'. (optional)token
- Edit token (a.k.a. CSRF token). You can get one of these through the tokens API. (required)
উদাহরণ:
api.php?action=thank&rev=16543&token=%2B\
To send thanks via OAuth only the "Basic" grant permission is required. একটি পাইথন উদাহরণ পাওয়া যাবে এখানে।
Flow Thanks
flowthank | |
---|---|
এই মডিউলটি জেনারেটর হিসাবে ব্যবহার করা যাবে না। | |
উপসর্গ | |
প্রয়োজনীয় অধিকার | অনাগত |
শুধুমাত্র পোস্ট? | হ্যাঁ |
উত্পন্ন সহায়তা | বর্তমান |
There is a separate API for sending Thanks for comments on Flow boards. To call the API, use action=flowthank
.
পরামিতি:
postid
- The UUID of the comment for which to send thanks (required)token
- Edit token. You can get one of these through prop=info. (required)
উদাহরণ:
api.php?action=flowthank&postid=abc123&token=%2B\
ত্রুটি ও সতর্কবার্তা
কোড | তথ্য |
---|---|
invalidrecipient | কোনো বৈধ প্রাপক পাওয়া যায়নি বটকে ধন্যবাদ দেয়া যাবে না আপনি নিজেকে নিজে ধন্যবাদ দিতে পারবেন না |
লগ নথিবদ্ধকরণ
Understanding who thanked who from the logs requires some understanding of the columns.
Within the logging table, the log_title
represents the receiver, and the log_user_text
represents the sender.
The following SQL which finds all the thanks a receiver received within a time period illustrates this:
select log_timestamp as thank_timestamp,
replace(log_title, '_', ' ') as receiver,
log_user_text as sender
from logging_logindex
where log_title = :user_name
and log_action = 'thank'
and :start_date <= log_timestamp
and log_timestamp <= :end_date
Notice also that the logging table is not selected from directly, but on Wikimedia servers we take advantage of the logging_logindex
table.
In order to quickly search for all the thanks a user sent the logging_userindex
provides the correct index.
আরও দেখুন
- w:Wikipedia:Notifications/Thanks - Information about the usage of this extension on English Wikipedia
- Echo (Notifications)/Feature requirements#Thank_you_notification - Initial feature proposal (for the Echo extension)
- এক্সটেনশন:উইকিভালোবাসা - কৃতজ্ঞতা জ্ঞাপনের জন্য আরেকটি এক্সটেনশন
- Extension:Echo - Provides the notification system
এই এক্সটেনশন এক বা একাধিক উইকিমিডিয়া প্রকল্পসমূহ-এ ব্যবহৃত হচ্ছে। সম্ভবত এটির অর্থ হল এক্সটেনশন স্থিতিশীল এবং এই জাতীয় উচ্চ ট্রাফিক ওয়েবসাইটগুলি ব্যবহার করার জন্য যথেষ্ট ভাল কাজ করে। উইকিমিডিয়ার CommonSettings.php এবং InitialiseSettings.php কনফিগারেশন ফাইলগুলিতে এটি কোথায় ইনস্টল হয়েছে তা দেখতে এই এক্সটেনশনের নামটি সন্ধান করুন। নির্দিষ্ট উইকিতে ইনস্টল করা এক্সটেনশন-এর সম্পূর্ণ তালিকা উইকির Special:Version পৃষ্ঠাতে দেখা যাবে। |
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |