Use fetchSingleRow|Column()
[GitHub/WoltLab/com.woltlab.wcf.conversation.git] / userOption.xml
CommitLineData
9544b6b4
MW
1<?xml version="1.0" encoding="utf-8"?>
2<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/userOption.xsd">
3 <import>
4 <options>
5 <option name="canSendConversation">
6 <categoryname>settings.privacy.messaging</categoryname>
7 <optiontype>select</optiontype>
55c5f818 8 <editable>3</editable>
9544b6b4
MW
9 <selectoptions><![CDATA[0:wcf.user.access.registered
101:wcf.user.access.following
112:wcf.user.access.nobody]]></selectoptions>
c3c82477 12 <defaultvalue>0</defaultvalue>
ed534484 13 <options>module_conversation</options>
9544b6b4
MW
14 </option>
15
16 <option name="conversationsPerPage">
4eb790c2 17 <categoryname>settings.general.appearance</categoryname>
9544b6b4 18 <optiontype>select</optiontype>
55c5f818 19 <editable>3</editable>
9544b6b4
MW
20 <defaultvalue>0</defaultvalue>
21 <selectoptions><![CDATA[0:wcf.global.defaultValue
225
2310
2420
2530
2640]]></selectoptions>
27 <options>module_conversation</options>
28 </option>
29 <option name="conversationMessagesPerPage">
4eb790c2 30 <categoryname>settings.general.appearance</categoryname>
9544b6b4 31 <optiontype>select</optiontype>
55c5f818 32 <editable>3</editable>
9544b6b4
MW
33 <defaultvalue>0</defaultvalue>
34 <selectoptions><![CDATA[0:wcf.global.defaultValue
355
3610
3720
3830
3940]]></selectoptions>
40 <options>module_conversation</options>
41 </option>
42 </options>
43 </import>
44</data>