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.
-----------------------------------------------------
modifyoptions
Find this:
HTML Code:
$vbphrase[enable_private_messaging]</label><input type="hidden" name="set_options[showemail]" value="1" />
Replace with this:
HTML Code:
$vbphrase[enable_private_messaging]</label><input type="hidden" name="set_options[receivepm]" value="1" />
Requires revert? Yes
headinclude
Commas added to meta keywords:
Changed
HTML Code:
<meta name="keywords" content="$foruminfo[title_clean] $vboptions[keywords]" />
to
HTML Code:
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
and
HTML Code:
<meta name="keywords" content="$threadinfo[title] $vboptions[keywords]" />
to
HTML Code:
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
Requires revert? No, just adheres to some standards.
search_forums
If you have enabled fulltext searching and Boolean Mode and you're using MySQL < 4.0, a notice about boolean search will be displayed to administrators. This notice was added to remind you that boolean search doesn't work with MySQL 3.23 in case you didn't notice the warning when you enabled Fulltext mode. The boolean option will no longer be displayed but that doesn't require a template modification.
Requires Revert? No.
MEMBERINFO
Added a conditional to display instant messaging information as text when Im Icons are disabled in General Settings.
Requires Revert? No.
showthread_quickreply
Added alt text to the increase/decrease size icons.
Requires revert? No.
Bookmarks