Changeset 366
- Timestamp:
- 03/31/08 21:13:10 (5 years ago)
- Location:
- profile.lastvisitors
- Files:
-
- 1 added
- 2 modified
-
options.xml (modified) (3 diffs)
-
package.xml (modified) (3 diffs)
-
userprofilemenu.xml (added)
Legend:
- Unmodified
- Added
- Removed
-
profile.lastvisitors/options.xml
r358 r366 14 14 <optiontype>boolean</optiontype> 15 15 <defaultvalue>1</defaultvalue> 16 <enableoptions>show_lastvisitor_amount,show_lastvisitor_small,show_lastvisitor_time,show_lastvisitor_allusers,show_lastvisitor_morevisitor s,show_lastvisitor_morevisitors_amount</enableoptions>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 17 <showorder>1</showorder> 18 18 </option> … … 53 53 <showorder>5</showorder> 54 54 </option> 55 <option name="show_lastvisitor_morevisitors"> 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"> 56 63 <categoryname>index.profile.lastvisitor</categoryname> 57 64 <optiontype>boolean</optiontype> 58 65 <defaultvalue>0</defaultvalue> 59 66 <enableoptions>show_lastvisitor_morevisitors_amount</enableoptions> 60 <showorder> 6</showorder>67 <showorder>7</showorder> 61 68 </option> 62 69 <option name="show_lastvisitor_morevisitors_amount"> 63 70 <categoryname>index.profile.lastvisitor</categoryname> 64 71 <optiontype>select</optiontype> 65 <showorder> 7</showorder>72 <showorder>8</showorder> 66 73 <defaultvalue>15</defaultvalue> 67 74 <selectoptions><![CDATA[ … … 85 92 100:index.profile.lastvisitor.100 86 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> 87 100 </option> 88 101 </options> -
profile.lastvisitors/package.xml
r360 r366 8 8 <packagedescription>Shows the last profile visitors in the user profile.</packagedescription> 9 9 <packagedescription language="de"><![CDATA[Mit diesem PlugIn werden die letzten Besucher im Profil angezeigt.]]></packagedescription> 10 <version>1.1. 1</version>10 <version>1.1.2</version> 11 11 <date>2008-03-30</date> 12 12 <plugin>com.woltlab.wcf</plugin> … … 34 34 <sql>install.sql</sql> 35 35 <eventlistener>eventlistener.xml</eventlistener> 36 <userprofilemenu>userprofilemenu.xml</userprofilemenu> 36 37 </instructions> 37 38 … … 39 40 <files>files.tar</files> 40 41 <templates>templates.tar</templates> 42 <userprofilemenu>userprofilemenu.xml</userprofilemenu> 43 </instructions> 44 45 <instructions type="update" fromversion="1.1.1"> 46 <userprofilemenu>userprofilemenu.xml</userprofilemenu> 41 47 </instructions> 42 48 </package>
