Title: mael's Replies | WordPress.org

---

# mael

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Version 3.0 Features](https://wordpress.org/support/topic/version-30-features/)
 *  [mael](https://wordpress.org/support/users/mael/)
 * (@mael)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/version-30-features/page/2/#post-1321150)
 * Page reordering by drag and drop in the page editor, with a clearer vizualisation
   of sub pages. I think minor improvement are missing to usability.
    I often miss
   ability to make my own page ui, as douglsmith says. The wysiwyg editor should
   not be always at first, and we should be able to make custom editors for pages
   or some articles that have all the same redaction rules.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Custom Field Template] output of checkboxes](https://wordpress.org/support/topic/plugin-custom-field-template-output-of-checkboxes/)
 *  Thread Starter [mael](https://wordpress.org/support/users/mael/)
 * (@mael)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-output-of-checkboxes/#post-1158240)
 * Found !
    The array can be returned with “[get_post_custom_values](http://codex.wordpress.org/Function_Reference/get_post_custom_values)“.
   I used this within the loop :
 *     ```
       <?php  $mykey_values = get_post_custom_values('Your-Key-Here');
       foreach ( $mykey_values as $key => $value ) {
       echo "<li class=\"A -Class-Name\"> $value</li>";
       } ?>
       ```
   
 * I hope it can help Everyone 🙂 !
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [[Plugin: Custom Field Template] Suggested Data Type: Image Upload](https://wordpress.org/support/topic/plugin-custom-field-template-suggested-data-type-image-upload/)
 *  [mael](https://wordpress.org/support/users/mael/)
 * (@mael)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-custom-field-template-suggested-data-type-image-upload/#post-1082850)
 * This plugin does it [NKMImageField](http://wordpress.org/extend/plugins/nkmimagefield/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [GD Press Tools causes dashboard Warning](https://wordpress.org/support/topic/gd-press-tools-causes-dashboard-warning/)
 *  Thread Starter [mael](https://wordpress.org/support/users/mael/)
 * (@mael)
 * [17 years ago](https://wordpress.org/support/topic/gd-press-tools-causes-dashboard-warning/#post-1068507)
 * I’m glad if I can help 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [GD Press Tools causes dashboard Warning](https://wordpress.org/support/topic/gd-press-tools-causes-dashboard-warning/)
 *  Thread Starter [mael](https://wordpress.org/support/users/mael/)
 * (@mael)
 * [17 years ago](https://wordpress.org/support/topic/gd-press-tools-causes-dashboard-warning/#post-1068496)
 * I tried with another installation, the problem appears when I active folder protection.
   
   I work on a local windows server (Wamp server) on windows XP. Disabling the plugin
   and deleting the new index.php files keep the warning : `Warning: Cannot modify
   header information - headers already sent by (output started at C:\wamp\www\test\
   wp-admin\admin-header.php:108) in C:\wamp\www\test\wp-content\plugins\index.php
   on line 1`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WYSIWYG Text Widget] doesn’t work in 2.71](https://wordpress.org/support/topic/plugin-wysiwyg-text-widget-doesnt-work-in-271/)
 *  [mael](https://wordpress.org/support/users/mael/)
 * (@mael)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/plugin-wysiwyg-text-widget-doesnt-work-in-271/#post-985176)
 * It worked for me.
    Nice tip ! Did you send this to the plugin author ?

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