-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreadme.txt
More file actions
49 lines (35 loc) · 1.78 KB
/
Copy pathreadme.txt
File metadata and controls
49 lines (35 loc) · 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
=== BP XProfile Field Read Only ===
Contributors: Offereins
Tags: buddypress, xprofile, field, read, admin, only, readonly, disable, disabled, hide
Requires at least: 4.0, BP 2.2
Tested up to: 4.9, BP 3.0
Stable tag: 1.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Make BuddyPress XProfile fields uneditable or hidden for non-admins.
== Description ==
Use this plugin when you want to make certain profile fields uneditable for your members: the fields are removed from the edit context. Or hide the profile field fully for non-administrator members. Only users who have administrator rights can edit these profile fields.
== Installation ==
If you download BP XProfile Field Read Only manually, make sure it is uploaded to "/wp-content/plugins/bp-xprofile-field-read-only/".
Activate BP XProfile Field Read Only in the "Plugins" admin panel using the "Activate" link. If you're using WordPress Multisite, you can choose to activate BP XProfile Field Read Only network wide for full integration with all of your sites.
== Changelog ==
= 1.2.1 =
* Added plugin meta caps
* Updated translation files
= 1.2.0 =
* Added option to make a field fully admin-only by removing it from both the field's editing and viewing context
= 1.1.1 =
* Fixed loading of translation files
= 1.1.0 =
* Removed the input attribute approach: disabled inputs are not processed by forms, so their values are set to empty!
* Changed option to do read-only by removing the field completely from edit contexts
* Changed plugin admin setting interface to a field metabox
* Added read-only-ability for the primary field
= 1.0.2 =
* Minor fixes
= 1.0.1 =
* Fixed read-only field inputs on registration page
* Improved styling of the admin metabox setting
* Added Dutch translation
= 1.0.0 =
* Initial release