root/profile.lastvisitors/options.xml @ 281

Revision 281, 4.6 kB (checked in by MDMAN, 5 years ago)

new version with extra side for all visitors

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                                        <option name="show_lastvisitor_morevisitors">
56                                                      <categoryname>index.profile.lastvisitor</categoryname>
57                                                      <optiontype>boolean</optiontype>
58                                                      <defaultvalue>0</defaultvalue>
59                                                      <enableoptions>show_lastvisitor_morevisitors_amount</enableoptions>
60                                                      <showorder>6</showorder>
61                                        </option>
62                                        <option name="show_lastvisitor_morevisitors_amount">
63                                                      <categoryname>index.profile.lastvisitor</categoryname>
64                                                      <optiontype>select</optiontype>
65                                                      <showorder>7</showorder>
66                                                      <defaultvalue>15</defaultvalue>
67                                                      <selectoptions><![CDATA[
68                                                        15:index.profile.lastvisitor.15
69                                                        20:index.profile.lastvisitor.20
70                                                        25:index.profile.lastvisitor.25
71                                                        30:index.profile.lastvisitor.30
72                                                        35:index.profile.lastvisitor.35
73                                                        40:index.profile.lastvisitor.40
74                                                        45:index.profile.lastvisitor.45
75                                                        50:index.profile.lastvisitor.50
76                                                        55:index.profile.lastvisitor.55
77                                                        60:index.profile.lastvisitor.60
78                                                        65:index.profile.lastvisitor.65
79                                                        70:index.profile.lastvisitor.70
80                                                        75:index.profile.lastvisitor.75
81                                                        80:index.profile.lastvisitor.80
82                                                        85:index.profile.lastvisitor.85
83                                                        90:index.profile.lastvisitor.90
84                                                        95:index.profile.lastvisitor.95
85                                                        100:index.profile.lastvisitor.100
86                                                        ]]></selectoptions>
87                                        </option>               
88                                  </options>
89           </import>
90</data>
Note: See TracBrowser for help on using the browser.