The are the template changes since 3.5.0 RC3 ONLY
If you are not running 3.5.0 RC 3 yet, there are significantly more changed tempates 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.
-----------------------------------------------------
MEMBERINFO
Conditionals controlling the Additional Information panel have been changed. An age display has also been added if the user has chosen to display their age.
Requires Revert? Yes
threadadmin_mergethreads
The merge threads options of inline moderation no longer creates a new thread. The moderator is given a select box from which to choose the destination thread. An option to leave redirects for the other merged threads is also now available.
Requires Revert? Yes
modifyprofile_birthday
Added bit of text detailing what the date of birth option does.
Requires Revert? No
SHOWTHREAD
Don't print out threaded mode menu if we're not going to use it.
Requires Revert? No
showthread_quickreply
Replaced both instances of 600px with $stylevar[messagewidth].
Requires revert? No
STANDARD_ERROR
STANDARD_ERROR_LITE
STANDARD_REDIRECT
Added missing trailing slashes to <meta> tags.
Requires Revert? No. If you're not bothered about XHTML validation you can ignore this.
search_results
Removed:
HTML Code:
maxlength="$vboptions[maxuserlength]"
Requires Revert? You want to do this if you have usernames that are longer than your current max username length setting.
headinclude
Change
HTML Code:
<if condition="$foruminfo">
to
HTML Code:
<if condition="$show['foruminfo']">
and
HTML Code:
<if condition="$threadinfo">
to
HTML Code:
<if condition="$show['threadinfo']">
Requires Revert? No but private forum and thread titles can be exposed without this change.
calendar_edit
Split main <form> into two distinct forms to deal with bug 1401.
Requires revert? No
modifyavatar
Don't display avatar category select when there is only one avatar category.
Requires revert? No
navbar
Edit Avatar link has been removed from Quick Links. It left, it will continue to be present even when the user doesn't have permission to use predefined avatars.
Requires Revert? No
Bookmarks