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
default.PNG
xenbase.PNG
edge.PNG

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/
 
For now I've basically applied a default XenBase template thread_list_item onto your child style of Edge. I think a "proper fix" would be to create a simple add-on with a new find/replace that would work on Edge. Technically by doing my method you lose the alternate poster avatar area which you didn't have enabled anyways.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back