pollresults_table
Changes a misplaced </strong> to </span> i.e. "$pollstatus</strong>" becomes
"$pollstatus</span>"
Requires revert?
Yes for XHTML compliance
help_bbcodes
Expanded the examples for [ left], [ center], and [ right] a bit.
Requires revert? No.
footer
Added a conditional to display the privacy url.
Requires revert: Only if you have a privacy statement.
editpost
Removed this from the template as it is no longer needed due to a bug fix that I decided to change some queries about for.
You must first be a
registered member to view any code.
</font></font>
Requires revert: No
calendar_showevents
Moved calendarjump from the left side to the right.
Requires revert? No
modifyprofile
Moved the birthday html to its own template (modifyprofile_birthday) in order to dynamically display it either in the required or optional sections depending on the birthday registration setting.
Requires revert?
Yes if you require birthdays and wish for the fields to appear in the required section.
memberlist
Removed several redundant </td> tags (look for </td></td>) and added missing closing slashes to several input tags.
Requires revert? Yes for compliance.
postbit_legacy
Altered conditional so that announcement dates span two columns rather than wrapping in the first column. Also deprecated the
$show['start_until_end'] conditional in favor of
$show['announcement']. Either can be used though.
USERCP_SHELL
Change the first instance of
$vbphrase[edit_private_message_folders] to
$vbphrase[folders], change the second instance of
$vbphrase[edit_private_message_folders] to
$vbphrase[edit_folders] pm_editfolders
Change
$vbphrase[edit_private_message_folders] to
$vbphrase[edit_folders] SUBSCRIBE
subscribe_showfolders
USERCP_SHELL
Change
$vbphrase[edit_subscription_folders] to
$vbphrase[edit_folders]
Requires Revert?
Yes pm_popup_script
Added a check to see if the popup window was blocked and an alert is shown if this happens.
Requires Revert? No
SHOWTHREAD
Added $highlightwords to the Switch Mode links so search highlighting is carried over when switching modes.
Requires Revert? No
STANDARD_REDIRECT
find:
You must first be a
registered member to view any code.
change to:
You must first be a
registered member to view any code.
Requires revert?
Yes modifyusergroups_memberbit
Changed
$isleader to
$show['isleader']
Requires revert?
Yes
memberlist_resultsbit
Added a conditional to hide the checkbox of a usergroup leader.
Requires Revert?
Yes threadadmin_editthread
Added moderator log to bottom of template in lieu of using the "Notes" field to track this information.
Requires Revert:
Yes newpost_preview
Add html to display the post icon and message title to the previewed message.
Require Revert? Only if you want the above functionality.
threadbit
SUBSCRIBE
Checkbox for subscription type changing moved into a new column (
details)
Requires revert: No,
but if you revert one, you must revert the other too.