Title: cladmi's Replies | WordPress.org

---

# cladmi

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

 *   [Profile](https://wordpress.org/support/users/cladmi/)
 *   [Topics Started](https://wordpress.org/support/users/cladmi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/cladmi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/cladmi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/cladmi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/cladmi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/cladmi/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: [[User meta shortcodes] [Plugin: User meta shortcodes] Invalid header](https://wordpress.org/support/topic/plugin-user-meta-shortcodes-invalid-header/)
 *  [cladmi](https://wordpress.org/support/users/cladmi/)
 * (@cladmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-user-meta-shortcodes-invalid-header/page/2/#post-2394120)
 * It is just the end of line character format which differs in dos,unix,mac.
 * From what the vim website tells me about it and what I remember, the “CR” character
   is present in the “dos” and “mac” file formats.
    [http://vim.wikia.com/wiki/File_format](http://vim.wikia.com/wiki/File_format)
 * You can specify the end of line characters used in notepad++ with “Edit -> EOL
   Conversion” and I think that using “UNIX format” can solve this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User meta shortcodes] [Plugin: User meta shortcodes] Invalid header](https://wordpress.org/support/topic/plugin-user-meta-shortcodes-invalid-header/)
 *  [cladmi](https://wordpress.org/support/users/cladmi/)
 * (@cladmi)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-user-meta-shortcodes-invalid-header/#post-2394117)
 * I still got “Invalid Header” issues with the last version of the plugin.
    I solved
   it by replacing all the carriage return “Ctrl+M” by the regular “\r” character.
 * In vim ‘`:%s/^M/\r/g`‘ where ‘`^M`‘ is obtained by doing Ctrl+v then Enter.
 * For information, I am working on a linux, the wordpress is hosted on a linux 
   too and that may explain why it does not like the “Ctrl+M”.
    And for what I have
   seen, the other plugins I have downloaded use the regular carriage return character
   and not the “Ctrl+M”
 * You can find here (for one month) the modified version that worked for me. [https://transfert.inria.fr/fichiers/53aaff2a28284957c6c9167c234e97e2/user-meta-shortcodes.0.2.3.zip](https://transfert.inria.fr/fichiers/53aaff2a28284957c6c9167c234e97e2/user-meta-shortcodes.0.2.3.zip)

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