Changeset 366

Show
Ignore:
Timestamp:
03/31/08 21:13:10 (5 years ago)
Author:
MDMAN
Message:

in profile.lastvisitors in Profil TabMenu? added

Location:
profile.lastvisitors
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • profile.lastvisitors/options.xml

    r358 r366  
    1414                                                      <optiontype>boolean</optiontype> 
    1515                                                      <defaultvalue>1</defaultvalue> 
    16                                                       <enableoptions>show_lastvisitor_amount,show_lastvisitor_small,show_lastvisitor_time,show_lastvisitor_allusers,show_lastvisitor_morevisitors,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> 
    1717                                                      <showorder>1</showorder> 
    1818                                        </option> 
     
    5353                                                      <showorder>5</showorder> 
    5454                                        </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"> 
    5663                                                      <categoryname>index.profile.lastvisitor</categoryname> 
    5764                                                      <optiontype>boolean</optiontype> 
    5865                                                      <defaultvalue>0</defaultvalue> 
    5966                                                      <enableoptions>show_lastvisitor_morevisitors_amount</enableoptions> 
    60                                                       <showorder>6</showorder> 
     67                                                      <showorder>7</showorder> 
    6168                                        </option> 
    6269                                        <option name="show_lastvisitor_morevisitors_amount"> 
    6370                                                      <categoryname>index.profile.lastvisitor</categoryname> 
    6471                                                      <optiontype>select</optiontype> 
    65                                                       <showorder>7</showorder> 
     72                                                      <showorder>8</showorder> 
    6673                                                      <defaultvalue>15</defaultvalue> 
    6774                                                      <selectoptions><![CDATA[ 
     
    8592                                                        100:index.profile.lastvisitor.100 
    8693                                                        ]]></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> 
    87100                                        </option>                 
    88101                                  </options> 
  • profile.lastvisitors/package.xml

    r360 r366  
    88                <packagedescription>Shows the last profile visitors in the user profile.</packagedescription> 
    99                <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> 
    1111                <date>2008-03-30</date> 
    1212                <plugin>com.woltlab.wcf</plugin> 
     
    3434                <sql>install.sql</sql> 
    3535                <eventlistener>eventlistener.xml</eventlistener> 
     36                <userprofilemenu>userprofilemenu.xml</userprofilemenu> 
    3637        </instructions> 
    3738         
     
    3940                <files>files.tar</files> 
    4041                <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> 
    4147        </instructions> 
    4248</package>