I installed the Topic List Previews (TLP) plugin and want to display topic thumbnail previews on the search results page, but it’s not working, it just only display topic 's tiles and excerpts. But thumbnails work on other pages like /new and /latest. I tried modifying the TLP configuration, but none of my changes succeeded. I noticed that this page mentions another plugin (discourse-topic-previews-sidecar), so I suspected the issue was due to not installing it. However, after installing that plugin, the search results page still does not show thumbnails.
I have a few questions:
-
Is installing TLP alone sufficient to enable thumbnail previews on search results, or do I need both TLP and discourse-topic-previews-sidecar?
-
Are there any special TLP configurations required for search results? Why aren’t my settings taking effect?
-
I want to have thumbnail previews on the search results page like this website does. How should I configure it? Could you please describe the key configuration steps in detail?
Attached are screenshots of my current configuration.
TLP config
[
{
"setting": "topic_list_tiles_topic_lists",
"value": "latest|new|unread|top|tag|activity-topics|activity-portfolio|latest-mobile|new-mobile|unread-mobile|top-mobile|tag-mobile|activity-topics-mobile|activity-portfolio-mobile"
},
{
"setting": "topic_list_tiles_categories",
"value": ""
},
{
"setting": "topic_list_tiles_tags",
"value": ""
},
{
"setting": "topic_list_thumbnails_topic_lists",
"value": "latest|new|unread|top|tag|suggested|agenda|activity-topics|activity-portfolio|latest-mobile|new-mobile|unread-mobile|top-mobile|tag-mobile|suggested-mobile|agenda-mobile|activity-topics-mobile|activity-portfolio-mobile"
},
{
"setting": "topic_list_thumbnails_categories",
"value": "42"
},
{
"setting": "topic_list_thumbnails_tags",
"value": ""
},
{
"setting": "topic_list_excerpts_topic_lists",
"value": "latest|new|unread|top|tag|suggested|agenda|activity-topics|activity-portfolio|latest-mobile|new-mobile|unread-mobile|top-mobile|tag-mobile|agenda-mobile|activity-topics-mobile|activity-portfolio-mobile"
},
{
"setting": "topic_list_excerpts_categories",
"value": ""
},
{
"setting": "topic_list_excerpts_tags",
"value": ""
},
{
"setting": "topic_list_actions_topic_lists",
"value": "latest|new|unread|top|tag|suggested|agenda|activity-topics|activity-portfolio|latest-mobile|new-mobile|unread-mobile|top-mobile|tag-mobile|agenda-mobile|activity-topics-mobile|activity-portfolio-mobile"
},
{
"setting": "topic_list_actions_categories",
"value": ""
},
{
"setting": "topic_list_actions_tags",
"value": ""
},
{
"setting": "topic_list_set_category_defaults",
"value": false
},
{
"setting": "topic_list_dominant_color_background",
"value": "tiles only"
},
{
"setting": "topic_list_show_like_on_current_users_posts",
"value": true
},
{
"setting": "topic_list_tiles_larger_featured_tiles",
"value": true
},
{
"setting": "topic_list_tiles_wide_format",
"value": false
},
{
"setting": "topic_list_portfolio",
"value": true
},
{
"setting": "topic_list_portfolio_filter_type",
"value": "tag"
},
{
"setting": "topic_list_portfolio_filter_parameter",
"value": ""
},
{
"setting": "topic_list_default_thumbnail",
"value": ""
},
{
"setting": "topic_list_default_thumbnail_fallback",
"value": false
},
{
"setting": "topic_list_thumbnail_resolution_level",
"value": 3
},
{
"setting": "topic_list_thumbnail_width",
"value": 150
},
{
"setting": "topic_list_thumbnail_height",
"value": 100
},
{
"setting": "topic_list_thumbnail_width_mobile",
"value": 50
},
{
"setting": "topic_list_thumbnail_height_mobile",
"value": 60
},
{
"setting": "topic_list_thumbnail_first_x_rows",
"value": 0
},
{
"setting": "topic_list_featured_images",
"value": false
},
{
"setting": "topic_list_featured_images_resolution_level",
"value": 2
},
{
"setting": "topic_list_featured_images_category",
"value": false
},
{
"setting": "topic_list_featured_images_from_current_category_only",
"value": true
},
{
"setting": "topic_list_featured_images_tag",
"value": ""
},
{
"setting": "topic_list_featured_images_tag_show",
"value": true
},
{
"setting": "topic_list_featured_images_count",
"value": 0
},
{
"setting": "topic_list_featured_images_order",
"value": "latest"
},
{
"setting": "topic_list_featured_width",
"value": 0
},
{
"setting": "topic_list_featured_height",
"value": 250
},
{
"setting": "topic_list_featured_height_mobile",
"value": 150
},
{
"setting": "topic_list_featured_title",
"value": ""
},
{
"setting": "topic_list_featured_excerpt",
"value": 100
},
{
"setting": "topic_list_featured_details_always_show",
"value": "only on hover"
},
{
"setting": "topic_list_test_image_url_timeout",
"value": 5000
},
{
"setting": "topic_list_fps_search_grid",
"value": true
},
{
"setting": "topic_list_fps_search_blurb",
"value": true
},
{
"setting": "topic_list_fps_search_author",
"value": true
}
]