PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 2.0.6
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v2.0.6
4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 All 340 releases
profile-builder / readme.txt

readme.txt in User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor 2.0.6, at readme.txt

369 lines 13.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Profile Builder - front-end user registration, login and edit profile ===
2
3 Contributors: reflectionmedia, barinagabriel, sareiodata, cozmoslabs, adispiac, madalin.ungureanu
4 Donate link: http://www.cozmoslabs.com/wordpress-profile-builder/
5 Tags: registration, user profile, user registration, custom field registration, customize profile, user fields, extra user fields, builder, profile builder, custom user profile, user profile page, edit profile, custom registration, custom registration form, custom registration page, registration page, user custom fields, user listing, front-end user listing, user login, user registration form, front-end login, login redirect, login widget, front-end register, front-end registration, front-end edit profile, front-end user registration, custom redirects, user email, avatar upload, email confirmation, user approval, customize registration email, minimum password length, minimum password strength, password strength meter, multiple registration forms
6
7 Requires at least: 3.1
8 Tested up to: 4.0
9 Stable tag: 2.0.6
10
11 Simple to use profile plugin allowing front-end login, user registration and edit profile by using shortcodes.
12
13 == Description ==
14
15 **Profile Builder is WordPress user registration done right.**
16
17 It lets you customize your website by adding a front-end menu for all your users,
18 giving them a more flexible way to modify their user profile or register new users (front-end user registration).
19 Users with administrator rights can customize basic user fields or add custom user fields to the front-end forms.
20
21 To achieve this, simply create a new page and give it an intuitive name(i.e. Edit Profile).
22 Now all you need to do is add the following shortcode: [wppb-edit-profile].
23 Publish the page and you are done!
24
25 = Front-end User Registration, Login, Edit Profile and Password Recovery Shortcodes =
26 You can use the following shortcode list:
27
28 * **[wppb-edit-profile]** - to grant users front-end access to their profile (requires user to be logged in).
29 * **[wppb-login]** - to add a front-end login form.
30 * **[wppb-register]** - to add a front-end user registration form.
31 * **[wppb-recover-password]** - to add a password recovery form.
32
33 Users with administrator rights have access to the following features:
34
35 * drag & drop to reorder user profile fields
36 * enable **Email Confirmation** (on registration users will receive a notification to confirm their email address).
37 * allow users to **Log-in with their Username or Email**
38 * enforce a **minimum password length** and **minimum password strength** (using the default WordPress password strength meter)
39 * assign users a specific role at registration (using **[wppb-register role="desired_role"]** shortcode argument)
40 * redirect users after login (using **[wppb-login redirect="www.example.com"]** shortcode argument)
41 * add register and lost password links below the login form (using **[wppb-login register_url="www.example.com" lostpassword_url="www.example.com"]** shortcode arguments)
42 * customizable login widget
43 * add a custom stylesheet/inherit values from the current theme or use the default one built into this plugin.
44 * chose which user roles view the admin bar in the front-end of the website (Admin Bar Settings page).
45 * select which profile fields users can see/modify.
46
47 **PROFILE BUILDER PRO**
48
49 The [Pro version](http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wp.org&utm_medium=plugin-description-page&utm_campaign=PBFree) has the following extra features:
50
51 * Create Extra User Fields (Heading, Input, Hidden-Input, Checkbox, Agree to Terms Checkbox, Radio Buttons, DatePicker, Textareas, reCAPTCHA, Upload fields, Selects, Country Selects, Timezone selects, Avatar Upload)
52 * Add Avatar Upload for users
53 * Front-end User Listing (fully customizable, sorting included)
54 * Create Multiple User Listings
55 * Custom Redirects
56 * Multiple Registration Forms (set up multiple registration forms with different profile fields for certain user roles)
57 * Multiple Edit Profile Forms
58 * Admin Approval
59 * Email Customizer (Personalize all emails sent to your users or admins; customize default WordPress registration email)
60 * reCAPTCHA on user registration form
61 * Advanced Modules (e.g. custom redirects, user listing, multiple registration forms etc.)
62 * Access to support forums and documentation
63 * 1 Year of Updates / Priority Support
64
65 [Find out more about Profile Builder PRO](http://www.cozmoslabs.com/wordpress-profile-builder/?utm_source=wp.org&utm_medium=plugin-description-page&utm_campaign=PBFree)
66
67 NOTE:
68
69 This plugin adds/removes user fields in the front-end. Both default and extra profile fields will be visible in the back-end as well.
70
71
72
73 == Installation ==
74
75 1. Upload the profile-builder folder to the '/wp-content/plugins/' directory
76 1. Activate the plugin through the 'Plugins' menu in WordPress
77 1. Create a new page and use one of the shortcodes available. Publish the page and you're done!
78
79 == Frequently Asked Questions ==
80
81 = I navigated away from Profile Builder and now I can�t find it anymore; where is it? =
82
83 Profile Builder can be found in the default menu of your WordPress installation below the �Users� menu item.
84
85 = Why do the default WordPress user fields still show up in the back-end? =
86
87 Profile Builder can only remove the default user fields in the front-end of your site/blog, it doesn't remove them from the back-end.
88
89 = I can’t find a question similar to my issue; Where can I find support? =
90
91 For more information please visit http://www.cozmoslabs.com and check out the documentation section from Profile Builder - front-end user registration plugin.
92
93
94 == Screenshots ==
95 1. Basic Information - Profile Builder, front-end user registration plugin
96 2. General Settings - Profile Builder, front-end user registration plugin
97 3. Show/Hide Admin Bar
98 4. Profile Builder - Manage Default User Fields (Add, Edit or Delete)
99 5. Profile Builder - Drag & Drop to Reorder User Profile Fields
100 6. Front-end User Registration Page
101 7. User Login Page
102 8. Edit User Profile Page
103 9. Recover Password Page
104 10. Profile Builder Login Widget
105
106 == Changelog ==
107 = 2.0.6 =
108 * Fixed a bug with checkbox field that didn't pass the required if the value of the checkbox contained spaces
109 * When email confirmation is enabled we no longer can send the selected password via email because we now store the hased password inside wp-signups table and not a encoded version of it. This was done to improve security
110 * Fixed problem that was causing "Insert into post" image button not to work
111 * Fixed Fatal error when having both Free and Premium versions activated.
112 * Removing the meta name for extra fields is no longer possible
113 * Added translation files
114
115
116 = 2.0.5 =
117 * Added notification to enable user registration via Profile Builder (Anyone can register checkbox).
118 * Add register_url and lostpassword_url parameters to login shortcode.
119 * Added filter to allow changing Lost Password link in login shortcode.
120
121 = 2.0.4 =
122 * Added $account_name as a parameter in the wppb_register_success_message filter
123 * Fixed typo in password strength meeter.
124
125 = 2.0.3 =
126 * Fixed bug that made radio buttons field types not to throw error when they are required
127 * Fixed XSS security vulnerability in fallback-page.php
128 * Reintroduced the filters:'wppb_generated_random_username', 'wppb_userlisting_extra_meta_email' and 'wppb_userlisting_extra_meta_user_name'
129 * Fixed the bug when changing the password in a edit profile form we were logged out
130
131 = 2.0.2 =
132 * Brand new user interface.
133 * Drag & drop to reorder User Profile Fields.
134 * More flexibility for Managing Default User Fields.
135 * Better Security by Enforcing Minimum Password Length and Minimum Password Strength on all forms (front-end and back-end).
136 * NOTE: upgrading from Profile Builder 1.1.x to 2.0.2 might make some of your plugin customization (if you have any ) not work because in the restructuring we had to drop some of the filters from 1.1.x.
137
138 = 1.1.67 =
139 * Added stripslashes to register shortcode.
140
141 = 1.1.66 =
142 * Sanitized forms against XSS exploits.
143
144 = 1.1.65 =
145 * Minor changes in the readme and index files.
146
147 = 1.1.64 =
148 * Minor changes in the readme and index files.
149
150 = 1.1.63 =
151 * Changes weren't saving on the Edit Profile page when profile was not fully updated.
152
153 = 1.1.62 =
154 * Minor changes to the readme file.
155
156 = 1.1.61 =
157 * Fixed a few notices in the plugin.
158
159 = 1.1.60 =
160 * Emergency security update regarding the password recovery feature.
161
162 = 1.1.59 =
163 Improved some of the queries meant to select users at certain points, hidden input value on front-end (Pro version) and the remember me checkbox on the login page.
164
165 = 1.1.58 =
166 Small changes to the index.php file
167
168 = 1.1.57 =
169 Fixed some bugs which only appeared in WPMU sites.
170
171 = 1.1.57 =
172 Minor changes to the readme.txt file.
173
174 = 1.1.56 =
175 Added activation_url and activation_link to the "Email Customizer" feature (pro). Also, once the "Email Confirmation" feature is activated, an option will appear to select the registration page for the "Resend confirmation email" feature, which was also added to the back-end userlisting.
176
177 = 1.1.55 =
178 Minor changes in the plugin's readme file and updated the screenshots.
179
180 = 1.1.54 =
181 Minor changes in the plugin's readme file.
182
183 = 1.1.53 =
184 Minor changes in the plugin's readme file.
185
186 = 1.1.52 =
187 Minor changes in the plugin's readme file.
188
189 = 1.1.51 =
190 Minor changes in the plugin's readme file.
191
192 = 1.1.50 =
193 Improved the userlisting feature in the Pro version.
194
195 = 1.1.49 =
196 Fixed "Edit Profile" bug and impred the "Admin Approval" default listing (in the paid versions).
197
198 = 1.1.48 =
199 Improved a few existing features (like WPML compatibility), and added a new feature: login with email address.
200
201 = 1.1.47 =
202 Improved the "Email Confirmation" feature and a few other functions.
203 Added new options for the "Userlisting" feature (available in the Pro version of Profile Buildeer).
204 Added translations: persian (thanks to Ali Mirzaei, info@alimir.ir)
205
206 = 1.1.46 =
207 Improved a few existing functions.
208
209 = 1.1.45 =
210 Fixed a few warnings on the register page.
211
212 = 1.1.44 =
213 Minor changes to the readme file.
214
215 = 1.1.43 =
216 Activation bug fixed.
217
218 = 1.1.42 =
219 Added a few improvements and fixed a few bugs.
220
221 = 1.1.41 =
222 Email Confirmation bug on WPMU fixed.
223
224 = 1.1.40 =
225 Minor changes to the readme file.
226
227 = 1.1.39 =
228 Security issue fixed regarding the "Email Confirmation" feature
229
230 = 1.1.38 =
231 Added a fix (suggested by http://wordpress.org/support/profile/maximinime) regarding the admin bar not displaying properly in some instances.
232
233 = 1.1.37 =
234 Minor changes to the readme file.
235
236 = 1.1.36 =
237 Minor changes to the readme file.
238
239 = 1.1.35 =
240 Added support for WP 3.5
241
242 = 1.1.34 =
243 Separated some of the plugin's functions into separate files. Also fixed a few bugs.
244
245 = 1.1.33 =
246 Fixed function where it wouldn't create the _signups table in the free version.
247
248 = 1.1.32 =
249 Error fixed.
250
251 = 1.1.31 =
252 Minor updates to the plugin files.
253
254 = 1.1.30 =
255 Minor changes to the plugin.
256
257 = 1.1.29 =
258 Minor changes to the readme file.
259
260 = 1.1.28 =
261 Changes to the readme file.
262
263 = 1.1.27 =
264 Fixed few warnings.
265
266 = 1.1.26 =
267 Minor changes
268
269 = 1.1.25 =
270 Different security issues fixed with other updates.
271
272 = 1.1.24 =
273 Wordpress 3.3 support
274
275 = 1.1.23 =
276 Consecutive bugfixes.
277
278 = 1.1.14 =
279 Compatibility fix for WP version 3.3
280
281 = 1.1.13 =
282 Minor changes to different parts of the plugin. Also updated the english translation.
283
284 = 1.1.12 =
285 Minor changes to readme file.
286
287 = 1.1.11 =
288 Minor changes to readme file.
289
290 = 1.1.10 =
291 Minor changes to readme file.
292
293 = 1.1.9 =
294 Minor changes to readme file.
295
296 = 1.1.8 =
297 Added the possibility to set the default fields as required (only works in the front end for now), and added a lot of new filters for a better and easier way to personalize the plugin. Also added a recover password feature (shortcode) to be in tune with the rest of the theme.
298 Added translations:
299 *italian (thanks to Gabriele, globalwebadvices@gmail.com)
300 *updated the english translation
301
302 = 1.1.7 =
303 Minor modification in the readme file.
304
305 = 1.1.6 =
306 Minor upload bug on WP repository.
307
308 = 1.1.5 =
309 Added translations:
310 *czech (thanks to Martin Jurica, martin@jurica.info)
311 *updated the english translation
312
313 = 1.1.4 =
314 Added the possibility to set up the default user-role on registration; by adding the role="role_name" argument (e.g. [wppb-register role="editor"]) the role is automaticly set to all new users.
315 Added translations:
316 *norvegian (thanks to Havard Ulvin, haavard@ulvin.no)
317 *dutch (thanks to Pascal Frencken, pascal.frencken@dedeelgaard.nl)
318 *german (thanks to Simon Stich, simon@1000ff.de)
319 *spanish (thanks to redywebs, www.redywebs.com)
320
321
322 = 1.1.3 =
323 Minor bugfix.
324
325 = 1.1.2 =
326 Added translations to:
327 *hungarian(thanks to Peter VIOLA, info@violapeter.hu)
328 *french(thanks to Sebastien CEZARD, sebastiencezard@orange.fr)
329
330 Bugfixes/enhancements:
331 *login page now automaticly refreshes itself after 1 second, a little less annoying than clicking the refresh button manually
332 *fixed bug where translation didn't load like it should
333 *added new user notification: the admin will now know about every new subscriber
334 *fixed issue where adding one or more spaces in the checkbox options list, the user can't save values.
335
336
337 = 1.1 =
338 Added a new user-interface (borrowed from the awesome plugin OptionTree created by Derek Herman), and bugfixes.
339
340 = 1.0.10 =
341 Bugfix - The wp_update_user attempts to clear and reset cookies if it's updating the password.
342 Because of that we get "headers already sent". Fixed by hooking into the init.
343
344 = 1.0.9 =
345 Bugfix - On the edit profile page the website field added a new http:// everytime you updated your profile.
346 Bugfix/ExtraFeature - Add support for shortcodes to be run in a text widget area.
347
348 = 1.0.6 =
349 Apparently the WordPress.org svn converts my EOL from Windows to Mac and because of that you get "The plugin does not have a valid header."
350
351 = 1.0.5 =
352 You can now actualy install the plugin. All because of a silly line break.
353
354 = 1.0.4 =
355 Still no Change.
356
357 = 1.0.3 =
358 No Change.
359
360 = 1.0.2 =
361 Small changes.
362
363 = 1.0.1 =
364 Changes to the ReadMe File
365
366 = 1.0 =
367 Added the posibility of displaying/hiding default WordPress information-fields, and to modify basic layout.
368
369