These are the template changes since 3.6.1 ONLY
If you are not running 3.6.1 yet, there are significantly more changed templates than are listed here. Use "Find Updated Templates" to find the templates that have changed and incorporate those changes. You may even wish to start with a default style!
Note:
You need to only look through this post for templates you have customized. You do not need to take any action to ensure that your uncustomized templates are the latest versions.
If you find a template you have customized in this list, you will likely want to include the changes made here. However, this is not
always required. Under each change listed here, you will see "requires revert?" This refers to whether the changes are
mandatory (yes). If the changes are mandatory, things
will break if you do not incorporate the changes made. It is
strongly recommended that you revert and recustomize any templates that say they require a revert.
Additionally, you may wish to use the "Find Updated Template" feature in the control panel to find templates that have been changed since your last edit to them.
--------------------------------------
imagereg
Remove extra
Код HTML:
<input id="imagehash" type="hidden" name="imagehash" value="$imagehash" />
Change refresh button back to text.
Requires Revert?
Yes
newreply
Added id to multiquoteempty input.
Requires revert?
Yes, if you use multiquote
userinfraction
The
userinfraction template has an extra closing
</if>, which makes the input field for custom infractions show when it isn't supposed to...
Код:
<td colspan="<if condition="$show['count']">5<else />4</if>"><strong>$vbphrase[custom_infraction]</strong></if>
Should be:
Код:
<td colspan="<if condition="$show['count']">5<else />4</if>"><strong>$vbphrase[custom_infraction]</strong>
Requires Revert?
Yes
--------------------------------------
editpoll
editpost
newpoll
newreply
newthread
threadadmin_copyposts
threadadmin_editthread
threadadmin_mergeposts
threadadmin_mergethread
threadadmin_moveposts
threadadmin_movethread
Replace
"85" with
"$vboptions[titlemaxchars]". This is a new option to set how long thread and posts titles may be.
Requires Revert? Only if you want to change it from the default of 85
MEMBERINFO
Fixed invalid XHTML in the infractions section.
Requires revert? No
modifyavatar
modifyprofilepic
modifysignature
Added conditional to hide the custom URL upload option when php is lacking support for it.
Requires Revert? No but if you don't, the altered phrases will look odd.
SHOWTHREAD
Added class to "already rated this thread" cell.
Requires revert? No
threadbit_announcement
Added a tooltip for lastpost.gif that says "View Announcement"
Requires Revert? No