root/profile.lastvisitors/options.xml @ 366

Revision 366, 5.7 kB (checked in by MDMAN, 5 years ago)

in profile.lastvisitors in Profil TabMenu? added

Line 
1<?xml version="1.0"?>
2<!DOCTYPE data SYSTEM "http://www.woltlab.com/DTD/options.dtd">
3<data>
4           <import>
5                          <categories>
6                                           <category name="index.profile.lastvisitor">
7                                         <parent>user</parent>
8                                         <showorder>10</showorder>
9                               </category>
10                          </categories>
11                          <options>
12                                        <option name="show_lastvisitor">
13                                                      <categoryname>index.profile.lastvisitor</categoryname>
14                                                      <optiontype>boolean</optiontype>
15                                                      <defaultvalue>1</defaultvalue>
16                                                      <enableoptions>show_lastvisitor_amount,show_lastvisitor_small,show_lastvisitor_time,show_lastvisitor_allusers,show_lastvisitor_morevisitor,show_lastvisitor_morevisitors,show_lastvisitor_morevisitors_amount,show_lastvisitor_morevisitors_ontab</enableoptions>
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_morevisitor">
56                                                      <categoryname>index.profile.lastvisitor</categoryname>
57                                                      <optiontype>boolean</optiontype>
58                                                      <defaultvalue>0</defaultvalue>
59                                                      <enableoptions>show_lastvisitor_morevisitors,show_lastvisitor_morevisitors_amount,show_lastvisitor_morevisitors_ontab</enableoptions>
60                                                      <showorder>6</showorder>
61                                        </option>
62                                                        <option name="show_lastvisitor_morevisitors">
63                                                      <categoryname>index.profile.lastvisitor</categoryname>
64                                                      <optiontype>boolean</optiontype>
65                                                      <defaultvalue>0</defaultvalue>
66                                                      <enableoptions>show_lastvisitor_morevisitors_amount</enableoptions>
67                                                      <showorder>7</showorder>
68                                        </option>
69                                        <option name="show_lastvisitor_morevisitors_amount">
70                                                      <categoryname>index.profile.lastvisitor</categoryname>
71                                                      <optiontype>select</optiontype>
72                                                      <showorder>8</showorder>
73                                                      <defaultvalue>15</defaultvalue>
74                                                      <selectoptions><![CDATA[
75                                                        15:index.profile.lastvisitor.15
76                                                        20:index.profile.lastvisitor.20
77                                                        25:index.profile.lastvisitor.25
78                                                        30:index.profile.lastvisitor.30
79                                                        35:index.profile.lastvisitor.35
80                                                        40:index.profile.lastvisitor.40
81                                                        45:index.profile.lastvisitor.45
82                                                        50:index.profile.lastvisitor.50
83                                                        55:index.profile.lastvisitor.55
84                                                        60:index.profile.lastvisitor.60
85                                                        65:index.profile.lastvisitor.65
86                                                        70:index.profile.lastvisitor.70
87                                                        75:index.profile.lastvisitor.75
88                                                        80:index.profile.lastvisitor.80
89                                                        85:index.profile.lastvisitor.85
90                                                        90:index.profile.lastvisitor.90
91                                                        95:index.profile.lastvisitor.95
92                                                        100:index.profile.lastvisitor.100
93                                                        ]]></selectoptions>
94                                        </option>
95                                        <option name="show_lastvisitor_morevisitors_ontab">
96                                                      <categoryname>index.profile.lastvisitor</categoryname>
97                                                      <optiontype>boolean</optiontype>
98                                                      <defaultvalue>0</defaultvalue>
99                                                      <showorder>9</showorder>
100                                        </option>               
101                                  </options>
102           </import>
103</data>
Note: See TracBrowser for help on using the browser.