I have a problem to display the fields and I think maybe you can help me.
Each author fills in their respective fields (as the name TEST), but the end result in “author.php” always the same that “user 1”, how the result should be different because each author has put a corresponding value on the field TEST in your profile page.
Here attached the code:
<?php
$values = get_cimyFieldValue($author_id, false);
foreach ($values as $value) {
$values_by_name[$value['TEST']] = cimy_uef_sanitize_content($value['VALUE']);
}
echo cimy_uef_sanitize_content($value);
?>
Excuse for my english…
Best regards,
David