مرحباً بالجميع،
هل هناك طريقة لإزالة أو إخفاء النبذة التي تظهر أسفل اسم الفئة عندما يقوم المستخدمون بتمرير مؤشر الماوس فوق قائمة “جميع الفئات” المنسدلة في الزاوية العلوية اليسرى؟
انظر لقطة الشاشة أدناه حيث لدي المربع الأحمر. لذلك في المثال أدناه، سيرى المستخدم فقط “كيفية” ثم “خطأ” وما إلى ذلك بدون وصف لما تدور حوله الفئة … شكرًا
Don
12 فبراير 2022، 11:02م
2
مرحباً،
The description in the dropdown is shown only for new users at TL0 that need to learn how the site is structured.
The description will be automatically hidden when a user reaches TL1.
As Daniela mentioned, we only show the category description in the dropdown for new users (trust level 0) and it’s hidden for everyone else. The thought is that regular visitors will benefit from seeing more categories at once and the descriptions are less useful.
You can override this behavior by adding this to the head section of your site’s theme (admin > customize > themes > edit html/css):
<script type="text/discourse-plugin" version="0.8">
api.modifyClass("component:category-drop", {
…
ولكن أعتقد أنه إذا كنت تريد حقًا إخفاءه عن المستخدمين الجدد أيضًا، فيمكنك تغيير كود كريس إلى هذا.
<script type="text/discourse-plugin" version="0.8">
api.modifyClass("component:category-drop", {
pluginId: "category-dropdown-description",
displayCategoryDescription: false,
});
</script>
5 إعجابات
@Don شكراً جزيلاً، سأجرب النص البرمجي.
إعجاب واحد (1)
system
(system)
تم إغلاقه في
12 سبتمبر 2023، 9:50ص
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.