Title: New plugin &#8211; Usermeta
Last modified: August 18, 2016

---

# New plugin – Usermeta

 *  [squish](https://wordpress.org/support/users/squish/)
 * (@squish)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/)
 * Hia.
 * I’d like to announce my [Usermeta](http://dev.wp-plugins.org/wiki/Usermeta) plug-
   in, which provides an API for other plug-ins and themes to store meta information
   against users. It is beta.
 * This plug-in is based on the postmeta facilities of WP 1.5 and uses a similar
   table format and set of API routines. According to the Wiki change notes a user
   meta feature will be part of WP 1.6, however I have not seen this so I don’t 
   know if my plug-in is entirely compatible. (Any help on this would be great –
   I’d rather not call this plug-in stable until I know I’ve got that right.)
 * Basically, the purpose of this plug-in is to associate name/value pairs against
   user ids and be able to retrieve them later.
 * Hope someone finds this useful.
 * James

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/new-plugin-usermeta/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/new-plugin-usermeta/page/2/?output_format=md)

 *  [manstraw](https://wordpress.org/support/users/manstraw/)
 * (@manstraw)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-263733)
 * I don’t know how far away 1.6 is … ahhh..
 * I’m going to look at this tomorrow.
 *  [roraz](https://wordpress.org/support/users/roraz/)
 * (@roraz)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-263847)
 * could you explain or give examples of the particular applications of this plugin?
 *  Thread Starter [squish](https://wordpress.org/support/users/squish/)
 * (@squish)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-263900)
 * (sortof repeat from the other thread about Userextra)
 * How about:
 * `<p>This post written by <?php the_author(); ?> who lives at <?php $usermeta 
   = new Usermeta(); echo $usermeta->get(get_the_author_ID(), "address", true); ?
   ></p>`
 *  [sikatzonline](https://wordpress.org/support/users/sikatzonline/)
 * (@sikatzonline)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264044)
 * I hope this works in 2.0 because I need the features of USERMETA and USEREXTRA…
 *  [shunshifu](https://wordpress.org/support/users/shunshifu/)
 * (@shunshifu)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264048)
 * I just tried to install this in 2.0. When I activated it I got this error.
 * Fatal error: Cannot redeclare get_usermeta() (previously declared in /home/content/
   s/h/u/shunshifu/html/vsblog/wp-includes/functions.php:2161) in /home/content/
   s/h/u/shunshifu/html/vsblog/wp-content/plugins/usermeta.php on line 119
 * Bummed, I can’t get into anything the whole site has crashed.
 * I deleted the plugin and reuploaded the site. Now it says
 *  It doesn’t look like you’ve installed WP yet. Try running install.php.
 * Any help here. What can I do to get my site back up and running.
 * Thanks
 * Shunshifu
 *  [dommega8](https://wordpress.org/support/users/dommega8/)
 * (@dommega8)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264049)
 * On his website, he says he has not updated the plugin yet for 2.0 🙂
 *  [shunshifu](https://wordpress.org/support/users/shunshifu/)
 * (@shunshifu)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264050)
 * Oops, I looked around but somehow missed that. Thanks. I am certainly looking
   forward to it being updated.
 * Any other way of allowing for multiple users on a blog and give them each a category.
 * Thanks
 * Shun shifu
 *  [dommega8](https://wordpress.org/support/users/dommega8/)
 * (@dommega8)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264051)
 * [http://rephrase.net/box/word/multiply/](http://rephrase.net/box/word/multiply/)
 *  [moshmonkey](https://wordpress.org/support/users/moshmonkey/)
 * (@moshmonkey)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264060)
 * Can someone please explain how I would actualy go about displaying my extra fields
   in an authors.php template file, I just can’t for the life of me figure it out,
   and yes I’ve checked the documentation that came with it and had a look at the
   info here [http://dev.wp-plugins.org/wiki/Usermeta](http://dev.wp-plugins.org/wiki/Usermeta),
   it might just be me, but it doesn’t seem to be explained very well.
    Can anyone
   help me?
 *  [jaycos](https://wordpress.org/support/users/jaycos/)
 * (@jaycos)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264061)
 * Hey moshmonkey, additionally use the plugin Userextra to achieve that! Works 
   great!
 *  [moshmonkey](https://wordpress.org/support/users/moshmonkey/)
 * (@moshmonkey)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264062)
 * I have Userextra installed, what I’m saying is that I don’t know what code I 
   have to put into the author.php template to get my extra field values to show
 *  [jaycos](https://wordpress.org/support/users/jaycos/)
 * (@jaycos)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264063)
 * They are displayed under “Your Extended Profile”, a new tab besides “Your Profile”.
   Or do you want to move fields from there to the profile main page? That would
   be interesting for me, too.
 *  [moshmonkey](https://wordpress.org/support/users/moshmonkey/)
 * (@moshmonkey)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264064)
 * You still don’t seem to be getting what I’m asking, I know about the extended
   profile tab, but thats the ADMIN section.
    I need to know how to show the extra
   information in my author.php template, the frontend of my site. I have it on 
   my site so that when you click on the linked author name of a post, it goes to
   a page that has their information on it, the author page, using the author.php
   template. I know that putting for instance
 * <?php echo $curauth->user_url; ?> shows the users website, I have this working.
 * But what do I need to show fields from userextra\meta???
 *  [jaycos](https://wordpress.org/support/users/jaycos/)
 * (@jaycos)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264065)
 * Sorry, it was a long day… 🙂
 * From the usermeta page:
    `This post written by <?php the_author(); ?> who lives
   at <?php $usermeta = new Usermeta(); echo $usermeta->get(get_the_author_ID(),"
   address", true); ?>
 * …in case your field is called “address”.
 *  [moshmonkey](https://wordpress.org/support/users/moshmonkey/)
 * (@moshmonkey)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/#post-264066)
 * That doesn’t seem to work for me.
    I’ve just noticed something else thouh as 
   I tried to log into admin on another comp. I get this error when I load wp-login.
   php
 * Warning: Cannot modify header information – headers already sent by (output started
   at /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-content/plugins/userextra2.
   php:2) in /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-login.php on line 9
 * then when i enter login details admin area doesn’t load and i get this
 * Warning: Cannot modify header information – headers already sent by (output started
   at /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-content/plugins/userextra2.
   php:2) in /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-login.php on line 9
 * Warning: Cannot modify header information – headers already sent by (output started
   at /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-content/plugins/userextra2.
   php:2) in /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-includes/pluggable-functions.
   php on line 221
 * Warning: Cannot modify header information – headers already sent by (output started
   at /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-content/plugins/userextra2.
   php:2) in /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-includes/pluggable-functions.
   php on line 222
 * Warning: Cannot modify header information – headers already sent by (output started
   at /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-content/plugins/userextra2.
   php:2) in /mounted-storage/home3/xxxxxx/xxxxxxx/xxxxx/wp-includes/pluggable-functions.
   php on line 194
 * what is causing this? could it be clashing with another plugin? does anyone know
   of any plugins that do clash?
 * this sucks ‘cos I could really do with this,
    anyway
 * thanks for the help so far

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/new-plugin-usermeta/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/new-plugin-usermeta/page/2/?output_format=md)

The topic ‘New plugin – Usermeta’ is closed to new replies.

## Tags

 * [user](https://wordpress.org/support/topic-tag/user/)
 * [usermeta](https://wordpress.org/support/topic-tag/usermeta/)

 * 18 replies
 * 10 participants
 * Last reply from: [papercuts3](https://wordpress.org/support/users/papercuts3/)
 * Last activity: [19 years, 6 months ago](https://wordpress.org/support/topic/new-plugin-usermeta/page/2/#post-264108)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
