root/profile.lastvisitors/options.xml @ 278

Revision 278, 2.7 kB (checked in by MDMAN, 5 years ago)

New Packages added

Line 
1<?xml version="1.0"?>
2<!DOCTYPE data SYSTEM "http://www.woltlab.com/DTD/options.dtd">
3
4<data>
5           <import>
6                          <categories>
7                                           <category name="index.profile.lastvisitor">
8                                         <parent>user</parent>
9                                         <showorder>10</showorder>
10                               </category>
11                          </categories>
12                          <options>
13                                        <option name="show_lastvisitor">
14                                                      <categoryname>index.profile.lastvisitor</categoryname>
15                                                      <optiontype>boolean</optiontype>
16                                                      <defaultvalue>1</defaultvalue>
17                                                      <showorder>1</showorder>
18                                        </option>
19                                    <option name="show_lastvisitor_amount">
20                                                      <categoryname>index.profile.lastvisitor</categoryname>
21                                                      <optiontype>select</optiontype>
22                                                      <showorder>2</showorder>
23                                                      <defaultvalue>10</defaultvalue>
24                                                      <selectoptions><![CDATA[
25                                                        1:index.profile.lastvisitor.1
26                                                        2:index.profile.lastvisitor.2
27                                                        3:index.profile.lastvisitor.3
28                                                        4:index.profile.lastvisitor.4
29                                                        5:index.profile.lastvisitor.5
30                                                        6:index.profile.lastvisitor.6
31                                                        7:index.profile.lastvisitor.7
32                                                        8:index.profile.lastvisitor.8
33                                                        9:index.profile.lastvisitor.9
34                                                        10:index.profile.lastvisitor.10
35                                                        ]]></selectoptions>
36                                        </option>
37                                        <option name="show_lastvisitor_small">
38                                                      <categoryname>index.profile.lastvisitor</categoryname>
39                                                      <optiontype>boolean</optiontype>
40                                                      <defaultvalue>0</defaultvalue>
41                                                      <showorder>3</showorder>
42                                        </option>
43                                        <option name="show_lastvisitor_time">
44                                                      <categoryname>index.profile.lastvisitor</categoryname>
45                                                      <optiontype>boolean</optiontype>
46                                                      <defaultvalue>1</defaultvalue>
47                                                      <showorder>4</showorder>
48                                        </option>
49                                        <option name="show_lastvisitor_allusers">
50                                                      <categoryname>index.profile.lastvisitor</categoryname>
51                                                      <optiontype>boolean</optiontype>
52                                                      <defaultvalue>1</defaultvalue>
53                                                      <showorder>5</showorder>
54                                        </option>
55                          </options>
56           </import>
57</data>
Note: See TracBrowser for help on using the browser.