alanr
(Alanr)
1 أبريل 2026، 3:09ص
1
أحاول عرض بعض مقاييس نشاط الموقع على الصفحة الرئيسية لموقعي. يتم استضافة منتداي على نطاق فرعي. أود إما نشر نشاط الموقع من صفحة “حول” أو نشر تقرير واحد أو أكثر من التقارير البيانية. هل من الممكن نشر هذه؟ لم أستطع معرفة طريقة سهلة للقيام بذلك.
شكرًا مقدّمًا، لست خبيرًا تقنيًا،
ألان
HAWK
(Hawk)
1 أبريل 2026، 3:54ص
2
من الممكن بالتأكيد القيام بذلك، لكنني أخشى أنك لا تملك القدرة على تخصيص CSS في الخطة المجانية. ستحتاج إلى الاستضافة الذاتية أو الترقية إلى خطة مدفوعة.
إعجاب واحد (1)
alanr
(Alanr)
1 أبريل 2026، 4:09ص
3
أقوم بالاستضافة الذاتية على Digital Ocean. هل يمكنك مشاركة بعض الخطوات أو توجيهي إلى مورد يمكنني قراءته؟ لم أستطع فهم الأمر بمجرد التجول فيه.
Lilly
1 أبريل 2026، 2:06م
4
alanr:
مقاييس نشاط الموقع
يمكنك استخدام استعلامات واجهة برمجة التطبيقات (API) ومحلل البيانات لاستخراج تقارير ولوحات إحصائيات الإدارة إلى تطبيقات أخرى:
This guide explains how to use the Discourse API to create, run, and manage queries with the Data Explorer plugin.
Required user level: Administrator
Virtually any action that can be performed through the Discourse user interface can also be triggered with the Discourse API.
This document provides a comprehensive overview for utilizing the API specifically in conjunction with the Data Explorer plugin.
For a general overview of how to find the correct API …
Discourse is backed by a complete JSON api. Anything you can do on the site you can also do using the JSON api.
The API is documented at docs.discourse.org . You can also use the discourse_api Ruby gem as a client library. However, not every endpoint is documented.
To determine how to do something with the JSON API here are some steps you can follow.
Example: recategorize a topic.
Go to a topic and start editing a category:
[image]
Open Chrome dev tools, switch to the Network tab, select …
3 إعجابات