Xanin
Member
After updating from v1 to 1.0.2 (I skipped the important security update release), my news feed items for Media Inserts don't show the album they were added to.
Upon further inspection, I noted that the template news_feed_item_xengallery_media_insert had the following (first) line removed from the earlier version of XFMG
Restoring that line to the start of the template restored my news feed items to their correct display.
I don't see the problem replicated here at XenForo itself, so I'm not sure if this is an issue that I've somehow inflicted upon myself, or if it was already corrected here, or if the latest version isn't running here.
Upon further inspection, I noted that the template news_feed_item_xengallery_media_insert had the following (first) line removed from the earlier version of XFMG
Code:
<xen:set var="$containerType">{xen:if '{$content.album_id} > 0', album, category}</xen:set>
Restoring that line to the start of the template restored my news feed items to their correct display.
I don't see the problem replicated here at XenForo itself, so I'm not sure if this is an issue that I've somehow inflicted upon myself, or if it was already corrected here, or if the latest version isn't running here.