مدونة صفحات الهبوط 🛩️

Working, but no longer maintained [July 2022]

You can now use the Landing Pages Plugin to run a blog with Discourse :tada:. Set a category to be your blog, and the first post of every topic in that category will have its own blog page, and appear on a blog post list page.

Screen Shot 2021-05-13 at 5.04.18 PM

This project has been a joint effort between @meghna and myself. All of the nice design work is hers. If you like the design of this blog make sure to check our her Discourse Themes. Any bugs you find in the functionality are mine :slight_smile:

Get the code

GitHub-Mark-64px Landing Pages Plugin
GitHub-Mark-64px Blog Landing Pages
GitHub-Mark-64px Blog Landing Theme

See it in action

try.thepavilion.io/blog

Please note that all content on the blog and displayed in screenshots in this post is from The Conversation, and used under the Creative Commons License used by that site. All content belongs to its original authors and is used for demonstration purposes only.

How to set it up

Follow these steps in order

  1. Install the Landing Pages Plugin (how to install a plugin in Discourse).
  2. Install the Blog Landing Theme, (how to install a theme in Discourse).
  3. Set up the Blog Landing Pages as your landing pages repository.
  4. In the Landing Pages Administration UI change the category of the “Blog” page to whatever category you want to use to run your blog.

That’s it! The first post of every topic in that category will now be posts on your blog :slight_smile:

Restrict posting to contributors

You’ll probably want to restrict posting in that category to a group of blog contributors. If you’re not sure how to do that, here’s a quick guide

  1. Create a user group, e.g. “Contributors”, by going to /groups and clicking “New Group”
  2. Add users to the group (“Add Members” in the top right)
  3. In the blog category “Security” settings remove the “Create” permission from “Everyone”, and add your Contributors group

Now only your contributors can post on your blog, but everyone can comment on posts.

What makes this different from other blog solutions?

There’s some great existing solutions to running a blog inside or alongside Discourse, including

This is a bit different as it’s an entirely seperate set of pages that are not part of the Discourse client app, but it still uses the same server. This gives you a few advantages over running a seperate blog (e.g. on Wordpress), or using a Discourse category directly (e.g. with a theme component), including

  • You can create content and let users reply in Discourse, but have a dedicated blog environment for reading and sharing. Readers of your blog will feel like they’re reading a blog instead of a forum post.
  • You have a single user account system (Discourse’s)
  • You can use Discourse groups to restrict access to the blog
  • You can make Discourse posts appear as comments on your blog with no additional setup
  • You get nice responsive blog theme out of the box
  • You only have to set up, and pay for, one server
  • The blog doesn’t need to load your forum to work, so it can load quickly
  • You can easily keep your blog pages (and theme) in version control
  • You get a nicely formatted New Blog Post notification email (see below)
  • You can easily manage it alongside any other landing pages you need using the Landing Pages Plugin.

However, while the Blog Landing Pages have some clear advantages, they aren’t going to be the best community blog solution for everyone. You should test out the different solutions and see which one works for you.

What does it mean to “Subscribe” to the blog?

If you’re logged in and click the “Subscribe” button you’ll see a modal (if you’re logged out you’ll be redirected to Discourse login)

If you’ve checked the box next to “Subscribe to [site name]'s posts” and submitted the form, you’ll automatically be set to “Watching First Post” for the blog category. That means you’ll get an email notification every time there’s a new post in that category, like you would if you were subscribed to a blog!

You can also set your notifications for the blog category to “Watching First Post” in the normal way (in Discourse) and that will have the same effect. “Watching” the category (were you get an email for every post, including replies), also counts as being subscribed.

The email notifications for a blog category are a bit special. Firstly, unless you made the post yourself, you’ll always get an email notification if you’re subscribed, even if you visited the site recently. Secondly, they’re designed to look like a blog post email

We plan to allow a site admin to edit the blog post email html in the Landing Pages Administration UI in the near future. Note that if you’re “Watching” the blog category, only the email notification for the first post in each topic will be different. Notifications for replies will look like normal Discourse notifications.

Beyond blogging

You can use the functionality described above to create a set of landing pages for any content, like how Wordpress is a blogging engine that you can use for displaying other (non-blog) types of content. You could use a category to manage a set of products, places or people, and automatically get both a landing page and a discussion topic for the content, just by making a single post in Discourse.

Any developer who knows a bit of Ruby on Rails could achieve any of those additional use cases using this system. You don’t need to know how Discourse works. As these blog pages are part of the landing pages plugin, you also get access to all the existing templates in that plugin, including contact forms, header, footer, topic lists and user profiles. You can read more about these templates, and others, in the plugin documentation.

41 إعجابًا

Looks great, good job! Is the Blog Landing Theme a requirement? Would it be possibel in that case to have it as a component (since those who already have another/customized theme might want to stick with it)?

إعجابَين (2)

The Blog Landing Pages, and the functionality in the Landing Pages Plugin they rely on, are both designed to work with any theme :slight_smile: You can customise this however you like.

It doesn’t need to be active on your Discourse site to work, it just needs to be installed, then selected in the relevant page in the Landing Pages Admin UI. This is what the theme settings look like on try.thepavilion.io (you can see the page settings in the OP)

3 إعجابات

Epic! Excited to try this out. Thanks for this :slight_smile:

إعجابَين (2)

:exploding_head:

This is really cool. Got me rethinking my entire approach. Thanks! :laughing:

إعجابَين (2)

This is great!

For customizing, should I fork the repo to input my site’s info? Or is there a better way to do that?

إعجابَين (2)

Thanks @sethm, yes the Blog Landing Theme and Blog Landing Pages are intended as templates, so you could:

  • import them directly into your instance as described above;
  • fork them; or
  • download them and modify them like you would with a template for Wordpress, Ghost etc.
3 إعجابات

هل هناك أي طريقة لجعل مجموعة فرعية من محتوى discourse قابلة للعرض للعامة (مثل محتوى هذه المدونة) بدلاً من طلب التسجيل / تسجيل الدخول؟ شكرًا.

–بيتر

إعجاب واحد (1)

مرحباً بيتر، نعم، بشكل افتراضي المحتوى في Discourse قابل للعرض للعامة. إذا لم يكن كذلك، فهذا يعني أن لديك إعداد الموقع “تسجيل الدخول مطلوب” ممكّنًا. يمكنك بعد ذلك التحكم في رؤية فئات معينة باستخدام أذونات خاصة بالفئة (في إعدادات الفئة). يمكنك رؤية لقطة شاشة لإعدادات الوصول الخاصة بالفئة أعلاه.

إعجاب واحد (1)

شكرًا لك، لكنني لا أرى لقطة الشاشة لإعدادات الوصول الخاصة بفئة معينة؟

إعجاب واحد (1)

هل من مساعدة؟
ربما لا تظهر الإعدادات الخاصة بالفئة إلا إذا قمت بإزالة “تسجيل الدخول مطلوب”؟
لكنني لا أريد إزالة ذلك حتى أقوم بتعيين الفئات على “عام” أو “تسجيل الدخول مطلوب”…
شكرًا.

–بيتر

إعجاب واحد (1)

يجب أن تكون قادرًا على عرض أذونات الفئة من علامة التبويب “الأمان” في مفتاح ربط المسؤول في صفحة الفئة:

نأمل أن يكون ذلك مفيدًا. :slightly_smiling_face:

إعجابَين (2)

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

– بيتر

إعجاب واحد (1)

إذا كنت تريد أن تكون فئة المدونة مرئية للأشخاص المجهولين وكذلك لأصحاب الحسابات، فستحتاج إلى مجموعة الجميع (Everyone) على الأقل بصلاحية ‘رؤية’ (See).

ثم قم بتعيين الفئات الأخرى على الأقل إلى مستوى الثقة 0 (trust_level_0) حتى يحتاج الأشخاص إلى حساب لعرض المواضيع والتفاعل معها في تلك الفئات.

إعجاب واحد (1)

شكرا لقد نجح الأمر. أقدر المساعدة

إعجابَين (2)

أحتاج إلى القليل من المساعدة في فهم هذه الإضافة. من ناحية، تقول إنه يمكنك

تعيين فئة لتكون مدونتك، وسيكون للمنشور الأول لكل موضوع في تلك الفئة صفحة مدونة خاصة به، وسيظهر في صفحة قائمة منشورات المدونة.

ومن ناحية أخرى

  1. قم بإعداد صفحات هبوط المدونة كمستودع لصفحات الهبوط الخاصة بك.

أنا مرتبك. هل يمكنني تشغيل مدونة من منشورات Discourse الخاصة بي بدون مستودع git وأي ملفات *html.erb؟

إعجاب واحد (1)

يتم سحب محتوى المدونة من منشورات discourse. يتم التعامل مع تخطيط المدونة بواسطة ملفات html، والتي يمكن أن تكون في مستودع صفحات هبوط المدونة.

هذا المكون الإضافي ليس مثل Hugo حيث تقوم بإنشاء منشورات مدونة بعلامات. على الرغم من أن دمج هذا مع Hugo سيكون رائعًا، يمكننا محاولة القيام بذلك في وقت ما (إشارة إلى @jumagura)

3 إعجابات

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

هذا هو الجزء الأخير من نتائج تشغيل إعادة البناء:

Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake db:migrate' failed with return #<Process::Status: pid 364 exit 1>
Location of failure: /usr/local/lib/ruby/gems/2.7.0/gems/pups-1.1.1/lib/pups/exec_command.rb:117:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"db_migrate", "cmd"=>["su discourse -c 'bundle exec rake db:migrate'"]}
bootstrap failed with exit code 1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.
fb680c9c3b46dcd068abe877ed4187c730351c10139cc3eda2a8b7202822bf07
saul@discourseonubuntu2004-s-1vcpu-2gb-intel-lon1-01:/var/discourse$ 
saul@discourseonubuntu2004-s-1vcpu-2gb-intel-lon1-01:/var/discourse$ 

شكرًا على أي مساعدة.

إعجاب واحد (1)

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

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

لقد اتبعت الخطوات المقدمة بالضبط في المنشور الأولي.

  1. تثبيت إضافة صفحات الهبوط (كيفية تثبيت إضافة في Discourse) .
  2. تثبيت سمة صفحات الهبوط للمدونة ، (كيفية تثبيت سمة في Discourse) .
  3. إعداد صفحات الهبوط للمدونة كمستودع صفحات الهبوط الخاص بك .
  4. في واجهة إدارة صفحات الهبوط، قم بتغيير فئة صفحة “المدونة” إلى أي فئة تريد استخدامها لتشغيل مدونتك.
إعجاب واحد (1)

سأقوم بتحديث هذا المكون الإضافي ليكون متوافقًا مع أحدث إصدار من Discourse خلال الأسبوع القادم

4 إعجابات