mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 05:02:02 +02:00
Removed Outdated User Extended Fields
Removed AIM, MSN, and Yahoo Messanger User Extended Fields
This commit is contained in:
parent
e88f22ee2a
commit
ceaa1f9a0c
@ -21,13 +21,6 @@
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="aim">
|
||||
<type>text</type>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="icq">
|
||||
<type>text</type>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
@ -35,20 +28,6 @@
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="yahoo">
|
||||
<type>text</type>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="msn">
|
||||
<type>text</type>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
<applicable>253</applicable>
|
||||
<read>253</read>
|
||||
<write>253</write>
|
||||
</item>
|
||||
<item name="skype">
|
||||
<type>text</type>
|
||||
<include_text>class='form-control tbox' size='40' maxlength='254'</include_text>
|
||||
|
@ -32,14 +32,8 @@ define("UE_LAN_HIDE", "Hide from users");
|
||||
|
||||
define("UE_LAN_LOCATION", "Location");
|
||||
define("UE_LAN_LOCATION_DESC", "User location");
|
||||
define("UE_LAN_AIM", "AIM Address");
|
||||
define("UE_LAN_AIM_DESC", "AIM Address");
|
||||
define("UE_LAN_ICQ", "ICQ Number");
|
||||
define("UE_LAN_ICQ_DESC", "ICQ Number");
|
||||
define("UE_LAN_YAHOO", "Yahoo! Address");
|
||||
define("UE_LAN_YAHOO_DESC", "Yahoo! Address");
|
||||
define("UE_LAN_MSN", "MSN");
|
||||
define("UE_LAN_MSN_DESC", "MSN Address");
|
||||
define("UE_LAN_HOMEPAGE", "Homepage");
|
||||
define("UE_LAN_HOMEPAGE_DESC", "User homepage (url)");
|
||||
define("UE_LAN_BIRTHDAY", "Birthday");
|
||||
|
Loading…
x
Reference in New Issue
Block a user