# كيف يمكنني إنشاء منصة Discourse مشابهة لـ Stemaway.com؟

**URL:** https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492
**Category:** Development
**Tags:** customization
**Created:** [5 أكتوبر 2024، 6:04م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492 "2024-10-05T18:04:53Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![Musa\_H](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/musa_h/32/453572_2.png) [@Musa\_H](https://meta.discourse.org/u/Musa_H)
#### Post date: [5 أكتوبر 2024، 6:04م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/1 "2024-10-05T18:04:53Z")

</div>

لقد تعلمت مؤخرًا عن الخطاب، وأود تطوير خطابي الخاص لموقعي على الويب، حيث يمكن للآباء القدوم ومناقشة مواضيع مختلفة. لقد أعجبت حقًا بموقع [Stem Away](https://stemaway.com/) وأرغب في معرفة كيفية القيام بذلك حتى أتمكن من بناء مجتمعي على غرار تنسيقهم. كيف يمكنني فعل ذلك؟

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [5 أكتوبر 2024، 6:11م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/2 "2024-10-05T18:11:25Z")

</div>

مرحباً بك 👋 في ميتا

يبدو هذا موقع ديسكورس مخصص للغاية. أتوقع أنك ستحتاج إلى بنائه بنفسك أو توظيف مطور للقيام بذلك. إنه ليس قالبًا أو سمة، أو مجرد تثبيت للمكونات والإضافات.

---

<div class="post-metadata">

### Author: ![Musa\_H](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/musa_h/32/453572_2.png) [@Musa\_H](https://meta.discourse.org/u/Musa_H)
#### Post date: [5 أكتوبر 2024، 6:33م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/3 "2024-10-05T18:33:31Z")

</div>

مرحباً 👋 وشكراً على الترحيب بي

فهمت، إذن كيف يمكنني التعلم عن discourse إلى النقطة التي يمكنني فيها تطويره بنفسي؟ ما هي بعض الموارد الرائعة التي يمكنني التعلم منها بطريقة خطوة بخطوة؟

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [5 أكتوبر 2024، 6:37م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/4 "2024-10-05T18:37:01Z")

</div>

يمكن البدء بهذه. كما أن البحث يعمل بشكل جيد هنا، خاصة في فئة #Documentation.

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/beginners-guide-to-developing-discourse-themes/93648):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

> [@Theme Developer Quick Reference Guide](https://meta.discourse.org/t/theme-developer-quick-reference-guide/110448):
>
> As themes grow more powerful, there’s more to remember about how they work. We have loads of detailed documentation under [#howto / #themes](https://meta.discourse.org/tags/c/howto/themes), but if you just need something to jog your memory, this guide may help. General Resources [scroll Beginner’s guide](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966)[scroll Designer’s guide](https://meta.discourse.org/t/designers-guide-to-discourse-themes/152002/1)[scroll Developer’s guide](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648)[paintbrush Theme Creator](http://theme-creator.discourse.org)[desktop_computer Theme CLI](https://meta.discourse.org/t/discourse-theme-cli-console-app-to-help-you-build-themes/82950)[notebook_with_decorative_cover Theme Directory](https://meta.discourse.org/c/theme)[jigsaw Component Directory](https://meta.discourse.org/c/theme-component)[wrench Theme Modifiers](https://meta.discourse.org/t/theme-modifiers-a-brief-introduction/150605)[wrench Themeable site…](https://meta.discourse.org/t/-/374376)

> [@Beginner's guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966):
>
> This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar with Discourse themes. If you’ve already used Discourse theme / theme components, this guide is probably not something you need to read. What are themes and theme components? A theme or theme component is a set of files packaged together designed to either modify Discourse visually or to add new features. Let’s start with themes. Themes In general, themes are not supposed to be compatible …

> [@Developing Discourse Plugins - Part 1 - Create a basic plugin](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins/30515):
>
> Building a plugin in Discourse can be really simple, once you learn a couple of quirks. The goal of this post is to create a skeleton plugin and introduce you to the basics. Your development environment Make sure you have a development environment of Discourse running on your computer. I recommend you use [the appropriate setup guide](https://meta.discourse.org/tag/dev-install) and come back when you’re done. plugin.rbtada Use [GitHub - discourse/discourse-plugin-skeleton: Template for Discourse plugins](https://github.com/discourse/discourse-plugin-skeleton) to create a complete discourse p…

> [@How can I make my own Discourse plugins?](https://meta.discourse.org/t/how-can-i-make-my-own-discourse-plugins/90032/2):
>
> I’ve only just started but here’s my ‘starter for 10’ to get you going: Read: [these](https://meta.discourse.org/t/beginners-guide-to-creating-discourse-plugins-part-1/30515)[this](https://meta.discourse.org/t/how-to-start-building-stuff-for-discourse-if-youre-newbie-like-myself/45954) Try and read the code on the simplest, [but popular plugins](https://meta.discourse.org/c/plugin/l/top/yearly) and see if you can understand what they are doing (this is not always easy, especially with the complexity of dealing with multiple files and the sometimes brutal functional brevity of javasctipt, but persevere) You need to learn: Lots of Javascript (look no further than @mpj’s [Fun Fun Function excellent & fun (!) videos](https://www.youtube.com/channel/UCO1cgjhGzsSYb1rsB4bFe4Q) (thanks man!)) Lots of …

---

<div class="post-metadata">

### Author: ![Musa\_H](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/musa_h/32/453572_2.png) [@Musa\_H](https://meta.discourse.org/u/Musa_H)
#### Post date: [5 أكتوبر 2024، 6:52م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/5 "2024-10-05T18:52:20Z")

</div>

رائع، شكراً جزيلاً لك! ❤

---

<div class="post-metadata">

### Author: ![Musa\_H](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/musa_h/32/453572_2.png) [@Musa\_H](https://meta.discourse.org/u/Musa_H)
#### Post date: [5 أكتوبر 2024، 7:02م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/6 "2024-10-05T19:02:36Z")

</div>

أين يمكنني العثور على سمات يمكنني استخدامها في هذه الأثناء بينما أعمل على تطوير هذا؟

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [5 أكتوبر 2024، 7:06م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/7 "2024-10-05T19:06:20Z")

</div>

![](https://global.discourse-cdn.com/meta/original/4X/5/b/c/5bcc5a2dd730d7b663d8500af633d9d300d8202b.jpeg)

ربما يمكنك تجربة تصنيفات #Customization > Theme أو #customization:theme-component؟

---

<div class="post-metadata">

### Author: ![Musa\_H](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/musa_h/32/453572_2.png) [@Musa\_H](https://meta.discourse.org/u/Musa_H)
#### Post date: [5 أكتوبر 2024، 8:19م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/8 "2024-10-05T20:19:41Z")

</div>

شكرا جزيلا!!

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [7 أكتوبر 2024، 3:45م UTC](https://meta.discourse.org/t/how-can-i-create-a-discourse-thats-just-like-stemaway-com/329492/9 "2024-10-07T15:45:47Z")

</div>

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

> [@Musa\_H](#):
>
> أود تطوير منتدي خاص بي لموقعي، حيث يمكن للآباء القدوم ومناقشة مواضيع مختلفة.

إذا قلت إنك تريد موقعًا مثل موقعهم، فأنت بحاجة إلى عدة سنوات وعشرات الآلاف من تكاليف التطوير.

لكنك لا تريد حقًا موقعًا مثل موقعهم. موقعهم لا يحتوي على أي دعم للآباء على حد علمي. أول شيء يجب فعله هو تحديد الأشياء بالضبط التي لديهم والتي لا يمتلكها موقع Discourse قياسي، ثم البحث عن كيفية القيام بذلك.

بعد ذلك، يمكنك معرفة قيمة هذه التغييرات بالنسبة لك، ثم البحث عن حل يناسب ميزانيتك. عندما تفعل ذلك، يمكنك الاتصال بي أو النشر في #Marketplace.
