Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
David.. Posted July 22, 2017 Posted July 22, 2017 Since upgrading to 4.2, if I set anything to show on the postbit on 4.2, it won't show no matter what. Not even Awards or anything. Has the code changed? Has IPS disabled anything from showing there?
Joel R Posted July 22, 2017 Posted July 22, 2017 2 hours ago, David.. said: Since upgrading to 4.2, if I set anything to show on the postbit on 4.2, it won't show no matter what. Not even Awards or anything. Has the code changed? Has IPS disabled anything from showing there? If yo'ure showing custom items on the postbit, you'll need to contact the plugin or app developer for a version that is 4.2 compatible with the new templates.
David.. Posted July 23, 2017 Author Posted July 23, 2017 12 hours ago, Joel R said: If yo'ure showing custom items on the postbit, you'll need to contact the plugin or app developer for a version that is 4.2 compatible with the new templates. That's true, but I added some custom fields that used to work on 4.1 and now they don't display on 4.2.
newbie LAC Posted July 23, 2017 Posted July 23, 2017 There is no difference Template customFieldsDisplay 4.1.19.4 {{foreach $author->contentProfileFields() as $group => $fields}} {{foreach $fields as $field => $value}} <li class='ipsResponsive_hidePhone ipsType_break'> {$value|raw} </li> {{endforeach}} {{endforeach}} 4.2.0 {{foreach $author->contentProfileFields() as $group => $fields}} {{foreach $fields as $field => $value}} <li class='ipsResponsive_hidePhone ipsType_break'> {$value|raw} </li> {{endforeach}} {{endforeach}} ipsResponsive_hidePhone
Recommended Posts
Archived
This topic is now archived and is closed to further replies.