The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
|||
|
|||
they wil i reported it already
|
#13
|
||||
|
||||
Gasper, it is obvious this is a copy of Andreas' modification, with a few minor changes. Do you have his permission to re-release his modification?
Dismounted PS. You cannot argue that is is not a copy, here is the difference report. Code:
================================================================================ Lines modified at 3 ================================================================================ - <product productid="prevnextpm" title="Previous/Next PM" description="This Hack provides Previous/Next PM links so you can browse through your Messages just like you can browse Threads in Forums." version="1.0.1" active="1"> + <product productid="prev_next_pm" active="1"> ================================================================================ Lines added at 4 ================================================================================ + <title>Previous-Next PM</title> + <description>This Hack provides Previous/Next PM links so you can browse through your Messages just like you can browse Threads in Forums.</description> + <version>1.0</version> + <url /> + <versioncheckurl /> + <dependencies> + </dependencies> ================================================================================ Lines added at 7 ================================================================================ + <template name="Previous-Next PM" templatetype="template" date="1209682112" username="Gasper" version="1.0"><![CDATA[<if condition="$vboptions['prev_next_pm_active']"> + <br /> + + <div class="smallfont" align="center"> + <strong>«</strong> + <a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]&goto=nextoldest">$vbphrase[previous_pm]</a> + | + <a href="private.php?$session[sessionurl]do=showpm&pmid=$pm[pmid]&goto=nextnewest">$vbphrase[next_pm]</a> + <strong>»</strong> + </div> + </if>]]></template> ================================================================================ Lines modified at 9 ================================================================================ - <plugin active="1"> + <plugin active="1" executionorder="5"> - <title>Previous/Next PM</title> + <title>Previous-Next PM</title> ================================================================================ Lines added at 11 ================================================================================ + <hookname>private_complete</hookname> + <phpcode><![CDATA[eval('$prevnext = "' . fetch_template('Previous-Next PM') . '";');]]></phpcode> + </plugin> + <plugin active="1" executionorder="5"> + <title>Previous-Next PM</title> ================================================================================ Lines added at 60 ================================================================================ + <phrasetype name="vBulletin Settings" fieldname="vbsettings"> + <phrase name="setting_prev_next_pm_active_desc" date="1221880667" username="Adrian" version="1.0"><![CDATA[Show ? Previous PM | Next PM ?]]></phrase> + <phrase name="setting_prev_next_pm_active_title" date="1221880667" username="Adrian" version="1.0"><![CDATA[Show Previous-Next PM Link?]]></phrase> + </phrasetype> ================================================================================ Lines modified at 61 ================================================================================ - <phrase name="next_pm"><![CDATA[Next PM]]></phrase> + <phrase name="next_pm" date="1221880375" username="Adrian" version="1.0"><![CDATA[Next PM]]></phrase> - <phrase name="previous_pm"><![CDATA[Previous PM]]></phrase> + <phrase name="nonextnewestpm" date="1221880425" username="Adrian" version="1.0"><![CDATA[There are no Private Messages newer than the previous one.]]></phrase> - </phrasetype> + <phrase name="nonextoldestpm" date="1221880443" username="Adrian" version="1.0"><![CDATA[There are no Private Messages older than the previous one.]]></phrase> - <phrasetype name="Error Messages" fieldname="error"> + <phrase name="previous_pm" date="1221880394" username="Adrian" version="1.0"><![CDATA[Previous PM]]></phrase> ================================================================================ Lines deleted at 65 ================================================================================ - <phrase name="nonextnewestpm"><![CDATA[There are no Private Messages newer than the previous one. Click the back button in your browser to return to it.]]></phrase> - <phrase name="nonextoldestpm"><![CDATA[There are no Private Messages older than the previous one. Click the back button in your browser to return to it.]]></phrase> ================================================================================ Lines added at 70 ================================================================================ + <settinggroup name="pm" displayorder="440"> + <setting varname="prev_next_pm_active" displayorder="150"> + <datatype>free</datatype> + <optioncode>yesno</optioncode> + <defaultvalue>1</defaultvalue> + </setting> + </settinggroup> ================================================================================ Lines added at 71 ================================================================================ + <helptopics> + </helptopics> + <cronentries> + </cronentries> + <faqentries> + </faqentries> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|