P PhineasD Active member May 1, 2025 #1 How can I change the default display of a user avatar to the main thread image in the "tag_view"template? Thx
How can I change the default display of a user avatar to the main thread image in the "tag_view"template? Thx
Solution P P PhineasD May 1, 2025 Found it, but it needs some css customization: Code: <span class="contentRow-figure"> <img src="{$thread.cover_image}" alt="{$thread.title}" loading="lazy" class="your-custom-css"/> </span>
Found it, but it needs some css customization: Code: <span class="contentRow-figure"> <img src="{$thread.cover_image}" alt="{$thread.title}" loading="lazy" class="your-custom-css"/> </span>
P PhineasD Active member May 1, 2025 #2 I think I need to replace this code in search_result_thread template, but I don't know which one. Code: <span class="contentRow-figure"> <xf:avatar user="{$thread.User}" size="s" defaultname="{$thread.username}" /> </span> Upvote 0 Downvote
I think I need to replace this code in search_result_thread template, but I don't know which one. Code: <span class="contentRow-figure"> <xf:avatar user="{$thread.User}" size="s" defaultname="{$thread.username}" /> </span>
P PhineasD Active member May 1, 2025 #3 Found it, but it needs some css customization: Code: <span class="contentRow-figure"> <img src="{$thread.cover_image}" alt="{$thread.title}" loading="lazy" class="your-custom-css"/> </span> Upvote 0 Downvote Solution
Found it, but it needs some css customization: Code: <span class="contentRow-figure"> <img src="{$thread.cover_image}" alt="{$thread.title}" loading="lazy" class="your-custom-css"/> </span>