Snog
Well-known member
- Affected version
- 2.0.0
For some reason the thread title is being added to portions of the meta descriptions in the header:
First post in thread contains:
Meta data contains:
For some reason it's grabbing the "title" portion of the post and it is being added to the track list. That is not in the template when it is compiled and shouldn't be there.
template code:
First post in thread contains:
Meta data contains:
For some reason it's grabbing the "title" portion of the post and it is being added to the track list. That is not in the template when it is compiled and shouldn't be there.
template code:
Code:
<xf:foreach loop="$thread.Music.music_tracks" value="$track">
{$track.number} - {$track.title} - {$track.duration}{{ $track.video ? ' <a href="https://www.youtube.com/watch?v=' . $track.video . '" class="popup-youtube"><img src="' . {$vidImage} . '" width="16" height="16" /> </a>' : ''}}<br />
</xf:foreach>