עיצוב ה-js.signup_cta.value_prop

שלום - הייתי רוצה להפוך את השדה js.signup_cta.value_prop ליותר אטרקטיבי ו-html ומארקדאון בסיסי לא נראה שהם עובדים טוב. יש לך המלצות?

Any thoughts on this?

Hi, welcome!

I would make it a Feature request. It seems reasonable to allow HTML in this area.

It’s also possible to create a theme component. We can use a plugin outlet in this location. I quickly made one: GitHub - Arkshine/discourse-signup-cta-html. However, the preferred way would be to change the core as the components duplicate the code. (If you are new to theme component, you can follow Installing a theme or theme component)

Wow! Thank you so much - I appreciate it.

After updating Discourse, you can now add some HTML to the text for this feature, in both the title and body text. The relevant translations are:

  • admin/customize/site_texts?q=signup_cta.value
  • admin/customize/site_texts?q=signup_cta.intro

Thanks for posting about it!