vbAlien.com team is glad to announce that all our skins have been updated to vBulletin 3.7.2 and you can simply upgrade your skin by downloading the separate 3.7.2 XML file which is attached in the skin thread.
This upgrade has been done to both our commercial and free skins.
Here are the changes made to the skins templates:
- album_pictureview
Add frompicture to indicate if the redirect should be back to the picture or the default album.
- album_picture_edit
Add frompicture to indicate if the redirect should be back to the picture or the default album.
- footer
Add new template hook.
- FORUMDISPLAY
#25768 Fix for when Forum Tools drop down shows options for which a user has no permission
- forumdisplay_sortarrow
#25647: Makes sure some sort links don't have ?&
- FORUMHOME
Added template hooks to the What's Going On box.
- humanverify_recaptcha
Three tags changed to gain XHTML compliance #25727
- MEMBERINFO
Added missing "return false" to the goto_post_pm() JavaScript function.
- memberlist
#25647: Makes sure some sort links don't have ?&
- memberlist_search
Find both instances of $vbphrase[advanced_search] and replace with $vbphrase[search]
- moderation_pictures
#25787: Fix phrase to be "Pictures" instead of "posts"
- modifyignorelist
#25781 - Fix some XHTML Validation errors.
- modifyoptions
#25781 - Fix some XHTML Validation errors.
- modifyprofile
#25781 - Fix some XHTML Validation errors.
- navbar
Changed HTML Code:
Code:
<if condition="$show['notifications']">
to HTML Code:
Code:
<if condition="$show['notifications'] AND $show['popups']">
#25656 note that this change will be non-mandatory for most boards, but those boards that run with popup menus disabled should implement this change.
- pm_newpm
When necessary, hid text that didn't apply to users who could only send a PM to one person at a time.
- search_forums
#25781 - Fix some XHTML Validation errors.
- socialgroups_editor
25742: Fix Typo in collapse state
- socialgroups_picture
Add frompicture to indicate if the redirect should be back to the picture or the default album.
- threadadmin_authenticate
Passwords are sent unhashed during inline mod authentication, this can cause problems with passwords that contain non ASCII characters.
- threadadmin_copyposts
Find $vbphrase[move_posts_note] and replace with $vbphrase[copy_posts_note]
- threadadmin_easyspam
Fix XHTML Compliancy issues.
- threadadmin_mergeposts
Fix XHTML Compliancy issues.
- USERCP_SHELL
#25678: Fix for when a user doesn't have permission to moderate threads/posts, but has permission to moderate other items.
- visitormessage_editor
#25784 Fix XHTML Compliancy issues.
- WHOSONLINE
#25647: Makes sure some sort links don't have ?&