Not a bug Data being added to meta descriptions for threads

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:
post.webp

Meta data contains:
metadata.webp

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>
 
Unfortunately, not yet.

It's on my development server working with upgraded data and I don't have any more public IPs to use to make it available.

I think I may have found the problem. I'll let you know.
 
You can mark this as not a bug.

It turns out that thread was the first converted and it had bad data in it. I knew one of the threads had the bad data, but forgot which one it was. :(
 
Top Bottom