Jump to content

Custom Profile Fields no longer show on mobile devices


David..

Recommended Posts

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.  

Link to comment
Share on other sites

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. :(

Link to comment
Share on other sites

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

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...