Hey
So, I need help with custom profile fields on the posts. The issue is that all custom fields are spawned as a single DD element, like the Rank / Username, like this:
I want to have access to the custom profile fields separatedly so that I can reposition them using CSS.
So, I need help with custom profile fields on the posts. The issue is that all custom fields are spawned as a single DD element, like the Rank / Username, like this:
- Code:
<dd>
  <!-- BEGIN profile_field -->
  {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
  <!-- END profile_field -->
</dd>
I want to have access to the custom profile fields separatedly so that I can reposition them using CSS.