creaky
Customer
I use Edge on a site with Snog's Movie, TV & Game posting addons and have an issue with the node display.
This is the node using the default style

This is the node using Edge

Notice all the extra info is missing such as the platform & genre for example.
This is happening with all the addons I have installed from Snog, example link below
https://moviesgamestv.co.uk/forums/video-game-database.10/
Edit:
Think I've found the issue, it appears to be a template modification not being applied to thread_list_macros
This is the find
This is the replace
According to this it's not being applied.

This is the node using the default style

This is the node using Edge

Notice all the extra info is missing such as the platform & genre for example.
This is happening with all the addons I have installed from Snog, example link below
https://moviesgamestv.co.uk/forums/video-game-database.10/
Edit:
Think I've found the issue, it appears to be a template modification not being applied to thread_list_macros
This is the find
Code:
<ul class="structItem-parts">
<li><xf:username user="$thread.User" defaultname="{$thread.username}" /></li>
<li class="structItem-startDate"><a href="{{ link('threads', $thread) }}" rel="nofollow"><xf:date time="{$thread.post_date}" /></a></li>
<xf:if is="!$forum">
<li><a href="{{ link('forums', $thread.Forum) }}">{$thread.Forum.title}</a></li>
</xf:if>
</ul>
Code:
<xf:if is="$forum && in_array({$forum.node_id}, $xf.options.tgdb_option_forum) && $thread.Game is not empty">
<xf:include template="snog_tgdb_forum_thread_list" />
<xf:else />
$0
</xf:if>
According to this it's not being applied.

Attachments
Last edited: