/discourse-tc-topic-list-previews-wjx

Enriches the content and layout of topic lists

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

just to test modified some code:

  1. remove transform when hover over topic in topic list modified: common/common.scss
  2. change thumbnail position to under topic title modified: javascripts/discourse/templates/list/topic-list-item.hbr javascripts/discourse/templates/mobile/list/topic-list-item.hbr
  3. enable clickable TBD

discourse-tc-topic-list-previews

Theme Component which allows you to customise the layout for many of the Topic Lists across Discourse, fundamentally adding thumbnail previews and excerpts from Topics, a featured topics images banner and a user portfolio (aka user wall).

Add to the functionality by also installing the sidecar at: https://github.com/paviliondev/discourse-topic-previews-sidecar

See more at:

Known Issue:

  • Because of the way I've opted to render a masonry style tiles display (it's very efficient), on Chromium based browsers there will be a limit to how far you can scroll until the layout messes up. It is fixed in Chrome Beta (Version 96) so should soon not be an issue for most users.