Title: hosteo's Replies | WordPress.org

---

# hosteo

  [  ](https://wordpress.org/support/users/hosteo/)

 *   [Profile](https://wordpress.org/support/users/hosteo/)
 *   [Topics Started](https://wordpress.org/support/users/hosteo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hosteo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hosteo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hosteo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hosteo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hosteo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SwfObj Plugin: for embedding Flash objects] [Plugin: SwfObj Plugin: for embedding Flash objects] flash xml problem??](https://wordpress.org/support/topic/plugin-swfobj-plugin-for-embedding-flash-objects-flash-xml-problem/)
 *  Thread Starter [hosteo](https://wordpress.org/support/users/hosteo/)
 * (@hosteo)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-swfobj-plugin-for-embedding-flash-objects-flash-xml-problem/#post-1861059)
 * Thanks, Splotch!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Cimy User Extra Fields] fields not showing up on author profile page](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-fields-not-showing-up-on-author-profile-page/)
 *  [hosteo](https://wordpress.org/support/users/hosteo/)
 * (@hosteo)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-cimy-user-extra-fields-fields-not-showing-up-on-author-profile-page/page/2/#post-1386632)
 * 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

Viewing 2 replies - 1 through 2 (of 2 total)