creaky
Customer
I'm using an addon that replaces the last poster avatar on the thread listing page with a different image for a movie, this is the addon https://snogssite.com/resources/tmdb-movie-thread-starter-for-xenforo.4/
This works fine with the default style & Xenbase but not with Edge, examples below
The addon uses a template modification to replace the image, this is the find
I'm assuming this needs to be altered to account for the extra settings in Edge, I've already switched off the Replace Thread List Avatars option
You can see a live example here - http://moviesgamestv.co.uk/forums/the-movies.12/
This works fine with the default style & Xenbase but not with Edge, examples below



The addon uses a template modification to replace the image, this is the find
Code:
<div class="listBlock posterAvatar">
<span class="avatarContainer">
<xen:avatar user="$thread" size="s" img="true" />
<xen:if is="{$thread.user_post_count}"><xen:avatar user="$visitor" size="s" img="true" class="miniMe" title="{xen:phrase you_have_posted_x_messages_in_this_thread, 'count={xen:number $thread.user_post_count}'}" /></xen:if>
</span>
</div>
I'm assuming this needs to be altered to account for the extra settings in Edge, I've already switched off the Replace Thread List Avatars option
You can see a live example here - http://moviesgamestv.co.uk/forums/the-movies.12/