# هل يمكن تخصيص خريطة الموضوع؟

**URL:** https://meta.discourse.org/t/can-the-topic-map-be-customised/297803
**Category:** Support
**Tags:** topic-map
**Created:** [4 مارس 2024، 12:59م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803 "2024-03-04T12:59:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Imgbi](https://avatars.discourse-cdn.com/v4/letter/i/ad7895/32.png) [@Imgbi](https://meta.discourse.org/u/Imgbi)
#### Post date: [4 مارس 2024، 12:59م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803/1 "2024-03-04T12:59:49Z")

</div>

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

---

<div class="post-metadata">

### Author: ![hello123](https://avatars.discourse-cdn.com/v4/letter/h/c89c15/32.png) [@hello123](https://meta.discourse.org/u/hello123)
#### Post date: [4 مارس 2024، 1:12م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803/2 "2024-03-04T13:12:15Z")

</div>

نفس السؤال

---

<div class="post-metadata">

### Author: ![Imgbi](https://avatars.discourse-cdn.com/v4/letter/i/ad7895/32.png) [@Imgbi](https://meta.discourse.org/u/Imgbi)
#### Post date: [4 مارس 2024، 1:18م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803/3 "2024-03-04T13:18:41Z")

</div>

شيء كهذا فقط هو المثالي!  
 ![Topic_map](https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/4X/e/a/4/ea4f9bbaab39e95846e5d6cec3998a401c51c672.png)

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [4 مارس 2024، 2:02م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803/4 "2024-03-04T14:02:12Z")

</div>

تقصد، على سبيل المثال:

منهار:

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/f/7/0f712259f489f757c60ccc94442ef4d50bc5a427.png)

موسع:

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/d/0/ad0ada9c1116120a2db9baec239a1ea741881cd1.png)

أنت لا تهتم بالوضع الموسع، وتريد إزالة أي معلومات إضافية مثل قائمة المستخدمين، وتريد فقط ما يلي، هل أنا على حق؟

![image](https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/4X/3/8/b/38bb1761226409b81b326d03585ef827da5af543.png)

* * *

تجدر الإشارة أيضًا إلى:

> [@Request for feedback: how do you use the topic map?](https://meta.discourse.org/t/request-for-feedback-how-do-you-use-the-topic-map/294587):
>
> Under the first post in a topic (also known as the OP) we show a topic map: This includes a brief overview of the participants, replies, views, posted links by order of popularity… and the ability to filter or summarize the topic (when [Discourse AI](https://meta.discourse.org/t/discourse-ai/259214) is enabled) This particular piece of Discourse hasn’t been modified much over the years, and we’re considering ways to make it more useful… but before we get too far into new ideas, it seems worth asking… how are you currentl…

---

<div class="post-metadata">

### Author: ![Imgbi](https://avatars.discourse-cdn.com/v4/letter/i/ad7895/32.png) [@Imgbi](https://meta.discourse.org/u/Imgbi)
#### Post date: [4 مارس 2024، 2:07م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803/5 "2024-03-04T14:07:52Z")

</div>

> [@Arkshine](#):
>
> أنت لا تهتم بالوضع الموسع، وتريد إزالة أي معلومات إضافية مثل قائمة المستخدمين، وتريد فقط ما يلي، هل أنا على حق؟
> 
> ![image](https://cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/4X/3/8/b/38bb1761226409b81b326d03585ef827da5af543.png)

هذا هو الخيار الذي يهمني. لا أهتم بعرض المشاركين المتكررين والروابط الشائعة.  
شكرا.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [4 مارس 2024، 2:28م UTC](https://meta.discourse.org/t/can-the-topic-map-be-customised/297803/7 "2024-03-04T14:28:30Z")

</div>

إليك إصلاح سريع لـ CSS يمكنك إضافته إلى السمات الخاصة بك أو مكون سمة جديد:

```css
.topic-map {
    .map-collapsed nav,
    .map-collapsed ul > li.avatars,
    .topic-map-expanded,
    .information {
        display: none;
    }
}

```
