How can I modify the DBsearch results page?
-
Hi,
I'm going to change something on dbsearch results page:
-
How can I add topic's thumb in there?
-
How can I remove this shortcode?
[embed-iframe] [{"name": "Video 1", "link": "https://www.youtube.com/embed/1cr_uPGOCeE?si=dc0ygHELF9Opgf9X"}]
-
-
S support@community.nodebb.org shared this topic
-
Anyone have idea for this case?
-
You need to add the thumbs into the results using a hook from
src/search.js
'filter:search.contentGetResult'
should work, you can also replace the embed shortcode in the same hooks.To display the thumbs in the page you need to modify the template at https://github.com/NodeBB/nodebb-theme-harmony/blob/main/templates/partials/search-results.tpl and replace html with your own and use the thumbnails.