1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-23 18:56:20 +02:00
Files
php-e107/e107_files/cache/user_extended.xml
2006-12-02 04:36:16 +00:00

67 lines
1.8 KiB
XML

<?xml version="1.0" ?>
<e107_extended_user_fields version="1.0">
<item name="language">
<type>language</type>
<include_text></include_text>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="country">
<type>db field</type>
<values>user_extended_country,country_iso,country_name,country_name</values>
<include_text></include_text>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="location">
<type>text</type>
<include_text>class='tbox' size='40' maxlength='254'</include_text>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="aim">
<type>text</type>
<include_text>class='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='tbox' size='40' maxlength='254'</include_text>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="yahoo">
<type>text</type>
<include_text>class='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='tbox' size='40' maxlength='254'</include_text>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="homepage">
<type>text</type>
<include_text>class='tbox' size='40' maxlength='254'</include_text>
<regex>#^[a-z0-9]+://#si</regex>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
<item name="birthday">
<type>date</type>
<applicable>253</applicable>
<read>253</read>
<write>253</write>
</item>
</e107_extended_user_fields>