Thank you for your support and helping me to improve this add-ons even better than before. This version includes fixing several bugs add-on in the XF2 Add-on!
Full Changelog:
Customized `search_result_thread` template to support Snog Music integration:
Injected music metadata below the post snippet using `<xf:macro template="snog_music_music_list_macros" name="info_row" />`.
Conditional logic checks if `$thread.Music` is set before rendering music content.
Moved music information into `<div class="contentRow-snippet">` for a more compact and unified search result layout.
Ensured album cover and music poster are included in `<span class="contentRow-figure">` only when applicable.
Added accessibility enhancements via `aria-label` and lazy loading for album covers.
Preserved original XenForo fallback output for non-music threads.
Thank you for your support and helping me to improve the add-ons even better than before. This version includes new features and bug fixes in some areas of the XF2 Add-on!
Full Changelog:
Fixed ErrorException: Template error: [E_USER_WARNING] Macro public:snog_music_thread_list_music_macros:info_row is unknown src/XF/Template/Templater.php:749
Fixed music info not displaying in search results and tag results
Thank you for your support and helping me to improve the add-ons even better than before. This version includes new features and bug fixes in some areas of the XF2 Add-on!