WP User Manager
Plugins November 5th, 2007Latest release is 0.4
We are glad to release our new Plugin WP User Manager. Technically this plugin will match the features of “cimy-user-extra-fields” wordpress plugin. However this plugin manages the user meta details using the usermeta table itself, but cimy plugin uses a seperate table.
Also our plugin allows to control the existing meta data to be part of User Registration, if we are correct cimy extra fields plugin doesn’t support this feature. Update : cimy extra fields plugins supports hidden fields as well from version 1.0.0
Basically this Plugin aims at improving the Wordpress User Management so that Wordpress can be used beyond blog and something like a CMS too. It allows to add more meta data (extra Fields) to users. Also these extra meta fields or already existing meta data such as last name, first name , yahoo, aim, jabber and description user meta data to be part of the user registration form.
Also this plugin will allow admins and users to manage the extra fields from the admin panel.
Downloads :
Downloaded 1891 times.
Change Log Version 0.4 :
This release has got the bug fixes for Length check and Corruption of First user field when other fields are edited.
Change Log Version 0.3 :
Provision to delete the User Field, when Field is deleted all the data associated with the User Fields will be deleted. Only Admin can perform this action.
Change Log Version 0.2 :
Both Admin and User can edit the Extra Fields from their user edit and Profile Pages
How it works
Once you activate this plugin, it adds a Tab to Menu “UserFields”. This has got sub menu such as “Add Field” & “Edit Field”.
You can see that already fields “last name, first name , yahoo, aim, jabber and description ” are available to manage.
Also here last name and first name are chosen to be part of user registration to your website. If you don’t want them to be part of user registration you can disable them by editing fields first name and last name using “Edit Option” under “UserFields->Edit Field”
Please Reports Bugs and Suggestions here.
Older Versions:
Downloaded 502 times.
Downloaded 1126 times.
Downloaded 339 times.
November 9th, 2007 at 12:11 am
Hi,
Your plugin is exactly what i want, thanks.
i have a question concerning the dropdown field.
how do you pass multiple value, my field is a date of birth.
________
| 2007 V
| 2006 |
| 2005 |
| 20.. |
thx
November 9th, 2007 at 7:37 am
For dropdown menu, values should be specified through values field as comma seperated.
November 15th, 2007 at 3:01 pm
Thanks for your Plugin, it looks great! But one think: In my userprofile i cannot edit the new fields. Is it a bug or? I use wodpress 2.3.1. I get the newe fields in the registration-form, but not in the profile.
Thanks for help!
Markus
November 15th, 2007 at 10:39 pm
Markus, glad that you have noticed this.
It was not in place in version 0.1, it should be in version 0.2.
hopefully we will make this 0.2 release today.
November 16th, 2007 at 7:52 am
[...] More information see WP User Manager Plugin [...]
November 17th, 2007 at 12:17 pm
[...] Visit [...]
November 17th, 2007 at 4:54 pm
Hei!
Yes, now i can edit this extra fields in the profile-page. Great! I look´s so easy.
But 2 thinks: How can i show this extra-fields on a about-author page? I tried some code, but without success.
And i don´t understand the field “file”. Mayby it will be great if user can upload a avatar with this function. I´m a cyclist an we have a website (with wordpress) and about 200 users. Now i use 3 plugins - but it looks in the future i will use just one
Thanks for your work and greetings!
Markus
November 18th, 2007 at 7:48 am
1. To get the extra fields, you need to use the function get_usermeta.
Basically for the default fields (such as last_name, first_name etc), these field names should be passed as meta_key so that you can get the required data.
For example to get the last name you should do,
$meta_key = “last_name”;
$meta_data = get_usermeta(9,$meta_key);
For the new fields create using this plugin, you should add the suffic, “wpum_”, for example if you are managing birth_year field using this plugin, then it should be as below.
$meta_key = “wpum_”.”birth_year”;
$meta_data = get_usermeta(9,$meta_key);
2. file type is not yet supported, but it will help user to manage avatar.
we need to add documentation to this plugin to make it more usable, so we will do that soon.
November 20th, 2007 at 10:05 am
[...] WP User Manager aims at improving the Wordpress User Management so that Wordpress can be used beyond a blog and something like a CMS. [...]
November 20th, 2007 at 10:24 am
[...] WP User Manager aims at improving the Wordpress User Management so that Wordpress can be used beyond a blog and something like a CMS. [...]
November 20th, 2007 at 3:42 pm
> Also our plugin allows to control the existing meta data to be part of User Registration, if we are correct cimy extra fields plugin doesn’t support this feature.
False!
Cimy User Extra Fields 1.0.0 permits to add WordPress hidden fields as well, check it and please remove this false statement and try to collaborate and not challenge.
November 20th, 2007 at 6:34 pm
[...] ] WP User Manager aims to make the user management system of Wordpress better by giving you more control over the [...]
November 20th, 2007 at 9:21 pm
Hi, great work ! Have you tested this plugin on a mu application (no add. table) ? And do you think, we could add a feature so that only the main “mu site admin” can edit the fields (this is smthg I would like to work on for my own projects) ?
November 20th, 2007 at 9:41 pm
the fields could not be deleted.
am I wrong ?
November 20th, 2007 at 9:45 pm
Ineation ,its not tested with mu and we will test with mu. we will look into your requirement of only mu site admin can edit the fields.
Giovanni ,next version 0.3 we are working on will support deletion of the fields.
November 20th, 2007 at 9:52 pm
Marco Cimmino,
sorry about that. we apologies for the incorrect statement. we also knew that cimy plugin support more features than what WP User Manager plugin currently supports and we acknowledge the same.
November 21st, 2007 at 5:51 am
[...] Dealsway Solutions » News Archive » WP User Manager [...]
November 21st, 2007 at 7:39 am
is there a screenshot of what this looks like on a blog?
November 21st, 2007 at 11:48 am
[...] WP User Manager (tags: wordpress plugin) [...]
November 21st, 2007 at 1:37 pm
[...] Dealsway Solutions » News Archive » WP User Manager [...]
November 21st, 2007 at 8:07 pm
Hi, great work…
i must put certain fields before the username and password. i modify the wp-login.php with an action like this in register form (just before username): do_action(’register_preform’);
i modify wp-user-manager.php consequently with a registrationPreForm() function.
all is ok, but but how could i determine what fields go where ?
>> so, the solution could be a sort of prefixe or could i use fieds value to determine this.
—
i don’t understand the value :
display row,register order,
Minimum Length, Maximum Length, Equal To
(probably this is related to the size of fields ?)
thanks in advance
and sorry for any bad english.
November 21st, 2007 at 10:37 pm
>> i must put certain fields before the username and password
Basically wordpress hook doesn’t allow us to add anything to form so this plugin adds only after default fields such as username and email (you mentioned as password, i guess this is just a typo).
Otherwise to bring it before the username, yes you should modify wp-login.php file as you mentioned.
>> but how could i determine what fields go where ?
Register order is used to determine the order in which the fields should be shown after email field.
You should specify 1, 2, 3 to different fields so that you can control the order. if you don’t specify anything that will result in the register order zero and these fields will come btw email and with the field with register order zero. Hope its clear now.
Display Row is not used now, but the idea is to add a Sub Menu to Users similar to current “Authors & Users”, where this field will be used to decide in which row we should display this field. basically due to extra fields we need to display each user info in multiple rows and hence this can be used to effectively format the display.
>> Minimum , Maximum Length, Equal To
Minimun Length and Maximum Length are used to provide the min and max allowed length, these are used if checking type is chosen as length check.
Equal To value will be used to check the input value when Equal check is selected.
We are sorry for the incomplete documentation for this plugin and we are working on the same and we will release it soon.
November 21st, 2007 at 10:38 pm
Missy , we will add the screenshot soon.
November 22nd, 2007 at 3:26 am
Thank you for the plugin. What I think is missing is the ability to have the user choose their own password and to stop username to be case sensitive.
Is this something that you consider adding?
November 22nd, 2007 at 3:38 am
[...] or poker. (English download.) WP Tags to Technorati turns your WordPress tags into Technorati tags. WP User Manager aims at improving the Wordpress User Management so that Wordpress can be used beyond a blog and [...]
November 22nd, 2007 at 7:33 am
>> What I think is missing is the ability to have the user choose their own password and to stop username to be case sensitive.
We will look into these features.
November 22nd, 2007 at 11:03 pm
Missy, screenshots are available at
http://www.dealsway.net/2007/11/22/wp-user-manager-screen-shots/
December 5th, 2007 at 3:41 am
The delete action do not appear with Localhost at Windows XP Easy php 1.8.
December 15th, 2007 at 3:06 am
Thank you for such a wonderful plugin. However I’m having a small problem that I hope you can help me with. My blog uses UTF-8 encoding since it’s in arabic, and the new fields the plugin creates use different encoding and hence the text is unrecegnizable. How can fix this.
December 15th, 2007 at 10:22 am
Next release of version 0.3 is ready for release so we will fix it 0.4 and release the same as soon as possible.
May be 0.3 release in day or two.
0.4 release by Mid of next week, around Dec 19th.
December 19th, 2007 at 11:57 pm
Hi all !!!
I’m coming to ask if there is more news about a MU adapation or compatibility test ? Does someone already tried it ?
December 23rd, 2007 at 6:00 am
[...] WPrdPress Plugins » News Archive » WordPress User Manager - this Plugin aims at improving the Wordpress User Management so that Wordpress can be used beyond blog and something like a CMS too. It allows to add more meta data (extra Fields) to users. Also these extra meta fields or already existing meta data such as [...]
December 24th, 2007 at 7:42 am
Hi, I’ve installed version 0.2 of this plugin and it’s great - just what I was looking for, to add the first and last name fields to the registration form! But I’d also like to be able to add the Password field to the registration form too, so that people can choose their own password when they register. Is this possible with your plugin, and if so, how would I do it? Or perhaps this will be added to a future version?
I’d also love to have some documentation on what the different fields do and mean….
Thanks for the great plugin!
Cheers,
Jeremy
December 24th, 2007 at 7:45 am
….Oh, and I also use your wonderful WP User Moderation plugin too. So if there was the ability to add the Password field using the User Manager plugin, it would need to also work with the User Moderation plugin.
I say that because previously I tried a plugin from someone else which added the password field to the registration form - their plugin worked, but it also stopped your User Moderation plugin from working. So I’d prefer to stick to your two plugins instead!
Cheers,
Jeremy
December 24th, 2007 at 7:47 am
One other question: inside the User Manager 0.2 ZIP file, there are four GIF files like “login-bkg-tile_xxx.gif”.
What exactly are those files for, and how should I use them?
Cheers,
Jeremy
January 3rd, 2008 at 5:45 am
Seems like a great plugin. How can I put Default Roles in the registration form using this ADD/Edit field? Since this field is already in the wp table, I think I don’t need to create it, right? I am looking for giving options of selecting Editor/Contributor/User roles for Users while they register. Any pointers? Thanks in advance!
January 8th, 2008 at 1:03 am
Hi,
I’m testing this on a MU installation but it seems that extra fields that you setup using the admin are not placed into other users their profile, also not after enabeling the plugin in their profile.
The same goes for the user registration, I don’t see the fields there either.
Will there become a solution for the MU version ?
Thanks.
January 10th, 2008 at 3:32 am
Hi.
I am using both the WP User Manager and Moderation plugin.
One question though: when a new user registers and admin takes a look at the pending registration page, it does not include all the fields that I have included for registration. In essence, I want only people who fill out an additional field in the right way to be approved as new users. I can eventually go the person’s user profile to check to see if they filled out those fields properly. But I can only do this *after* I have approved the new user. I really would like to do it beforehand. Moreover, this is not something I can automate in the registration form itself, since it is a matter of judgment.
Also, it would be nice to have a one click link to the new user’s profile as soon as they have been approved. As is, I approve them, then click on Users then click on the right page among the Users, then scroll down, then click on the new user’s Edit profile after I have found them.
January 11th, 2008 at 6:34 pm
OK, now I see I can actually see them beforehand under Users, but is there any way to get the extra fields to show up under Pending Registrations? That would make life a lot easier.
January 12th, 2008 at 5:39 pm
[...] More information see WP User Manager Plugin [...]
January 14th, 2008 at 4:43 am
Interesting. Is there any to call in the information in these extra fields into a post or page? On my site each user has there own ‘about me’ page, and it would be good to call in this extra information onto their ‘about me’ page.
January 14th, 2008 at 12:11 pm
Hi
Thanks for your plugin! I tried it out and it was easy to install. The problem I have is to show the info on my author.php page. I only get a zero in response. I look in the db and the info I add is saved correctly. This is what I use to out my info.
$key=”wpum_”.”my-bottles”;
$mybottlesvalue = get_usermeta($post->ID, $key);
echo $mybottlesvalue;
January 14th, 2008 at 1:55 pm
Jens, not sure what is the $post-ID here, but the following code should work fine.
Here, we have added a new field “current_city”
global $wp_query;
$curauth = $wp_query->get_queried_object();
$key=”wpum_”.”current_city”;
$current_city = get_usermeta($curauth->ID, $key);
echo $current_city;
and this above piece of code could get us the value as expected.
so please checkout your $post->ID and this should be the current user id for whom we wants to get the my-bottles value…
Hope it helps….
January 14th, 2008 at 2:03 pm
snoogly , we believe that the previous comment #43 should help you to get the required info in your author.php file.
January 14th, 2008 at 4:34 pm
simon, to answer you for the question asked in #39, currently there is no way to do this. we should add this as feature to wp user moderation plugin. We will work on this and make it in next release of wp user moderation plugin.
January 14th, 2008 at 4:36 pm
Matt, we have not tested this plugin under MU, we will soon test it out and see how we can make it work with MU.
January 14th, 2008 at 4:39 pm
Ann, would you like to allow users to select their role? interesting requirement , we will again analyze and let you know how easy to support this. if its easier we will make it in next release otherwise we should wait for somemore time.
January 15th, 2008 at 2:34 am
Thanks, that did the trick
January 15th, 2008 at 6:27 pm
Hi,
It would be nice to see this working in MU indeed.
I hope some tests are going to do just fine !
Thanks.
January 16th, 2008 at 2:42 pm
Hi,
I’m also waiting eagerly for this to work with MU. Thanks for all the work
January 17th, 2008 at 2:43 pm
Hi!
thanks for the plugin! I wonder if there is a way to add these new userfields on the mail that is sent to the admin when someone registers. How do I include the new info on that mail?
thanks!
January 21st, 2008 at 8:15 pm
thx for this great plugin - very good!
One Idea: Upload of user-pics.
do you plan to make this in a next version?
January 27th, 2008 at 3:03 am
[...] per post. 26. Mobile Phone optimized WordPress. 27. Wp Forum. 28. Configuring WP Permalinks. 29. WP User Manager. 30. WP Tags to Technorati [...]
February 1st, 2008 at 5:33 am
when adding check boxes to show on registration, there is no label or text next to them… yet the label (or something) is displayed in the profile page.
How do I get the text next to a checkbox in the registration page?
also… how can I put some descriptive text above a group of checkboxes? Or (using textfield) how can I place an id on that input element to style it (to remove the textfield outline, etc)?
without complete documentation, it’s hard to understand what to do when or what is required for the different types of inputs, selects, etc.
tia!
February 1st, 2008 at 5:39 am
I’m also seeing that the label info is used as the text for the input element (I think) but is duplicated with the same information inside ()… how can I stop that? This occurs in the registration page and in the profile page.
I’m using WP2.3.2 and viewing from firefox (xp)
February 1st, 2008 at 5:47 am
I’d like to suggest that you not add line breaks in the form after the text and fields… that is easily managed with css if the form is written properly. Ideally, the label includes the form element (. If you put a class on the label element (for example: class=wplabel), then you can use something like label.wplabel input {properties} to force the input or textarea or whatever to display:block, thus eliminating the need for the linebreak. Given WP’s xhtml strict doctype, that would make for cleaner, more valid markup and would allow the developer to decide whether they want stacked or side-by-side display.
Controlling the registration box background is really not the issue, as the line breaks actually make that more of a problem because there are so many more lines.
I know I can go in an modify the insert code in the php file, but wanted to suggest that there is a way to avoid the problem.
tia
February 1st, 2008 at 5:57 am
um, I think I figured out the labels next to checkboxes… white on white doesn’t display well
February 16th, 2008 at 7:36 am
Is there any way to run a search on these new user fields? As in, i (a visitor) would search for “graphic designer” and anyone that put the words “graphic designer” in their profile/author pages would show up in a search?
February 22nd, 2008 at 12:59 am
Editing existing fields overwrites the first configured field in “manage fields”.
I added the closing tag in edit_field.php and add_field.php just before the closing tag.
February 27th, 2008 at 8:20 pm
Great work, I am using it right now to make a “contacts directory”.
There is something wrong when editing a user, with a dropdown field : the selected value is some value, not the value stored in the DB.
Also, like mickael says, editing existing field overwrites another field.
February 28th, 2008 at 11:33 pm
[...] issue, when its fixed I’ll reinstate the link. Thanks Miriam). 28. Configuring WP Permalinks. 29. WP User Manager. 30. WP Tags to Technorati [...]
February 29th, 2008 at 10:30 pm
Hello,
I have your plug-in called in, because that is what I had long sought. But I have two problems:
1st How can I use the information from the database query? Because if I
namedesfeldes;?>
use, the input is not displayed.
Cher is funny way, in the last three fields always displayed a zero, if I use the above code.
2nd If I at the ‘minimum length’ and ‘Maximum Length:’ example 15 and 20 enter, and ‘Checking Type:’ length check picking, we can but the field still register as many characters as you want. What am I doing wrong?
March 1st, 2008 at 10:37 pm
[...] use the WP User Manager plugin from Dealsway to add new fields to the user profiles. The install and setup is pretty straight forward - just [...]
March 2nd, 2008 at 12:03 am
[...] use the WP User Manager plugin from Dealsway to add new fields to the user profiles. The install and setup is pretty straight forward - just [...]
March 2nd, 2008 at 2:25 am
[...] More information see WP User Manager Plugin [...]
March 3rd, 2008 at 10:46 am
Great plugin. How does the “file” field choice work?
It doesn’t seem to show up for me after i create the field. I’m hoping to use it to add a photo for each user.
March 4th, 2008 at 11:27 pm
I’m trying to implement this so that I can have a profile page for all of my resellers. I want to have a big checkbox section where I can let them check which states they cover. Do I have to make 50 separate fields for this, or is there a better way to do it?
March 5th, 2008 at 12:20 am
Is there any way to create an image field? I’d like to include logos for each company.
March 6th, 2008 at 9:54 am
Derek,
as of now, yes you need to have different fields added, there is no option to select multiple value for a single field.
it might be a good feture, we will consider this to our todo list.
Also, as of now file type is not working, the support of file type should help you to collect the logo from your users.
due to some reasons, we were not able to wor on this plugin for last few months and we will start work on and address all your requirements one by one.
March 12th, 2008 at 6:53 am
Is there a way to manage the output of dropdown menus?
March 21st, 2008 at 6:44 pm
this is what i want, thanks for your work.
March 25th, 2008 at 12:58 am
I would like to add a field to the user profiles that is only editable to the Administrator and not the User.
To be used for paid subscription info etc..
Is something like that possible now?
March 25th, 2008 at 11:44 pm
How do I access the information the user has inputted?
May sound like a dumb question, but it’s an important one.
March 26th, 2008 at 5:11 pm
For a project I want a user to be able to edit only his own bio (aka profile fields). I wonder if your plugin solves my last detail: user knows no html, so I need a visual editor.
I tested 2 possible ways to achieve this, unfortunately both have 1 remaining problem…
1.I used cimy-extra-fields plugin, added as much fields as I want to user Profile. Since a user can only edit his own profile: perfect, problem solved, except for one missing detail: I need a wysiwyg editor for the user to use on the Profile page (in 1 specific *big* textbox)…
2.I added extra custom fields to het normal Write Page. Since a wysiwyg editor is included on the Write Page: perfect, problem solved, except for one missing detail: there is no user ‘role’ with the restriction ‘edit own Page’ (I’m not talking about POSTS) (which would be a cross between editor [= manage *all* user pages] and author…)
Can your plugin have a visual editor attached to 1 (or more) fields (*big* textbox) or do you have another idea how to achieve this?
March 28th, 2008 at 5:53 am
[...] to store more information about each author than I could with the stock registration form. I found WP User Manager, so instead of writing my own I plugged that [...]
March 30th, 2008 at 5:13 pm
Has anyone seen any problems with Wordpress 2.5 and this plugin yet??
March 31st, 2008 at 6:48 pm
Yeah, in wordpress 2.5 it makes problems when forcing activation with first name and second name. If you don’t type them in you get a site error 500.
Is this a settings problem or a plugin problem??
April 7th, 2008 at 3:02 am
Fangio,
I think the add-tinymce-to-author-description-in-wordpress plugin might be what you need!
April 9th, 2008 at 5:03 pm
For a new website I’m developing at the moment I wanted to combine the WP user manager and the new Wordpress 2.5. Everything seemed to work fine at start, but today I noticed something goes wrong with the additional fields used at the registration form.
On the online version the registration form skips the validation on the fields (users can only register via a activation code. On my local testversion it’s impossible to complete the registration, I always get this error message:
Fatal error: Cannot use object of type WP_Error as array in C:\Projects\EasyPHP 2.0\www\wordpress-25\wp-content\plugins\wp-user-manager\wp-user-manager.php on line 369
First I thought of conflict with another plugin, but I did a clean wordpress 2.5 install and the same problem occurs.
So, how can we solve this?
April 14th, 2008 at 7:04 am
[...] WP User Manager 帮你改进 WordPress 的用户管理系统,让 WordPress 用起来更像一个 CMS(内容管理系统)。 [...]
April 17th, 2008 at 12:41 am
Is there any way to ask for this new information (extra fields) in a “step 2″ process on a post (with phpexec maybe?) or page, after the new user has created the username and submitted his/her email addy? I’m just really trying to find out if there’s a way to style the register and login page and/or provide support for James Kelly’s themed login/register plugin (http://www.jameskelly.org/wordpress-plugins/custom-login-and-registration-forms-plugin/) — with Kelly’s plugin enabled, it currently doesn’t show the new fields. Also, when i completed a test registration with wp user manager plugin enabled and an added optional checkbox, which I had checked off during registration process, it never showed on the backend in the admin mode (it was also unchecked when i logged into the test account i had created). Do i need to enter in any values for the checkboxes to work? Please let me know. Thanks so much for this plugin!!
April 21st, 2008 at 12:19 am
Hi,
I installed the plugin on WPMU and it seems that it create a new table each time ( wp_blogid_wpum_fields )
I tried to install it in both Mu-Plugins and Plugins, it works well but It create each time a new table for each blog. I plan to have thousands of blogs so it is kind of…bothering.
Do you have an idea why it create a new table ?
By the way, i would like to set up directly new fields in the registration form without any admin manipulation. I guess I have to insert the new fields in the “insert to” on wp-user-manager.php…it doesn’t seems to works.
Thanks a lot
Thanks a lot
April 24th, 2008 at 9:37 pm
[...] use the WP User Manager plugin from Dealsway to add new fields to the user profiles. The install and setup is pretty straight forward - just [...]
April 27th, 2008 at 12:54 am
Ok, my lack of PHP mastery is killing me here. I want to output the new field “address” on each post. If I do this:
$meta_key = ‘wpum_’.'address’;
$meta_data = get_usermeta(4,$meta_key);
echo $meta_data;
It works…but you’ll notice I hard-coded the author ID. I’ve tried everything I can think of to use the_author_ID() instead of the hard coded ID, but no matter what I try, all that’s output is the actual ID (in this case “4″), instead of the address.
I’ve tried:
$meta_data = get_usermeta(the_author_ID(),$meta_key); (with quotes around the_author_ID(), without quotes, with and without semi-colons, etc.)
I’ve also tried assigning the_author_ID() to a variable first. I’ve tried using intval. For the life of me I can’t figure out how to get the get_usermeta function to work with the_author_ID() instead of a hard-coded number.
Any idea? Thanks…
April 27th, 2008 at 3:44 pm
hey,
great plugin, exactly what i need. but when i add couple of fields and move to the register page i have a problem.
The usual register document is damaged and the users cant see couple of fields. I use wp2.2
can you help me ?
May 1st, 2008 at 9:43 pm
Love the plugin, but when I edit an existing field (AIM or Yahoo) in favour of another title, it will not show up in the admin panel. I’m using WP 2.5.1 so perhaps its an issue with the latest release or a plugin conflict perhaps?
May 14th, 2008 at 8:50 am
Yes, I’m having some troubles on 2.5 as well. First up when I delete a field (such as AIM) it does not disappear from the profile screen. Do you have plans of getting this running on 2.5?
May 19th, 2008 at 8:22 pm
i’m getting a similar error to ‘cubus’ when all of the fields are not filled out. it would be great to have the screen return asking for the additional fields to be completed. instead, the user gets:
“Fatal error: Cannot use object of type WP_Error as array in …/wp-content/plugins/wp-user-manager/wp-user-manager.php on line 369″
i am running WP 2.5
any help would be much appreciated
May 22nd, 2008 at 12:33 am
Hmm it is a great plugin i have to admit, altough the “file” option in the new fields seems not to work correct.
It does not add a “browse” type neither the abillity to upload pics. It has a “pointer” cursor, but does nothing
May 27th, 2008 at 7:46 am
[...] WP User Manager - The heart of the site [...]
May 28th, 2008 at 10:07 am
Can I send an email based on the custom fields, I look after a society web site where we want to email posts based on members interest eg golf to all the members that have “Golf” as one of their interests
thanks
David
June 1st, 2008 at 6:53 pm
[...] use the WP User Manager plugin from Dealsway to add new fields to the user profiles. The install and setup is pretty straight forward - just [...]
June 22nd, 2008 at 12:54 am
Thanks for this plugin. Very useful for a multi author blog.
Question: I would like to allow html on some fields but it keeps escaping the quotes and double quotes. It it possible to avoid that?
June 22nd, 2008 at 4:28 am
[...] used the curauthor variable to grab information for some of the default fields. Unfortunately the Wp User Manager plugin does not give you the names for all the default wordpress fields but fortunately the documentation [...]
June 28th, 2008 at 2:11 am
I can unfortunately confirm that I have the same “fatal error” (on line 370 in my case) if some fields are left empty (even if that is allowed). For now I have made all custom fields no visible during registration but it would be nice to have that option work.
June 29th, 2008 at 9:52 pm
Hello,
This plugin is so nice i think but how can i add the password field with this?
July 19th, 2008 at 6:09 pm
Hi there! Love this and I have used it on the site i added above this. BR Krezz
July 22nd, 2008 at 4:16 pm
Hi There,
noticed your nice little plugin, thanx for that! I wrote a small function for it to make life a little easier, so feel free to try it:
———————————————-
Place this in your functions.php in your theme:
function get_extrafield_info($the_author_id, $name) {
global $wpdb;
//define the meta key here.
$meta_key = “wpum_”;
$meta_key .= $name;
//add a default statement for extra fields
$extrafield_info = $wpdb->get_results(”SELECT usermeta.meta_value FROM $wpdb->usermeta AS usermeta WHERE meta_key=’$meta_key’ AND user_id=’$the_author_id’”);
if(is_array($extrafield_info) && sizeof($extrafield_info) > 0) {
foreach($extrafield_info as $the_info){
echo $the_info->meta_value;
}
}
}
———————————————-
In your theme, define the_author_id (or just fill in the author id, but better to make it more dynamic):
ID;
?>
———————————————-
Now place this anywhere where you want the info to pop up:
where you replace ‘fieldname’ with the name of your field, ofcourse. Hope this helps
Cheers,
Marten
July 22nd, 2008 at 4:19 pm
oops, just noticed my comment is not coming through entirely. At least you can use the function above as:
get_extrafield_info($the_author_id,’fieldname’);
and replace the fieldname with the original fieldname.
July 29th, 2008 at 6:54 am
[...] WP User Manager Helps WordPress shine even brighter as a robust CMS (as if it needed any help, eh…). With this, you can build some very substantial user profile data by adding any new fields that you may require, depending on your application. Building user profile pages is a blast with this, as well. [...]
August 6th, 2008 at 2:33 pm
[...] 首先,使用插件WP User Manager plugin from Dealsway向用户个人资料增加新的字段。安装和设置相当直接——只需要激活插件然后通过它本身的管理选项增加任何你想要的新字段。在这些字段中填入的信息会成为建立用户主页的信息。 [...]
August 14th, 2008 at 10:59 pm
User-manager works with Register Plus?