Visit this link for the Official vBulletin Announcement
New social icons plugin:
We now have a social plugin for our skins so we can add social icons without making any manual template edits. This also means if you have more than 1 skin with us you don't need to edit each skin separately.
Read this thread for more information and installation instructions
vB 4.1.7 completed updates:
- BP-Black, BP-White, BP-Light, BP-Grey, BP-Brown
- bTech
- Eloquent
- Seamus & SeamusLight
- BlueSteel
- Hazard
- Future
- Breeze
- Darkness
- Business
- USFTECH
** Updated 18th October 2011
The stylevar called 'imgdir_icons' has been removed from 4.1.7 which means the icons for username and password are not loading because of the wrong image path. This also effects the path of the social icons. I just updated all the skin packages to the new image directory for these images which is now 'imgdir_misc'
For customers who would like to this fix this problem themselves search the 'header' and 'navbar' templates for 'imgdir_icons' and replace it with 'imgdir_misc'
For example change this:
<img src="{vb:stylevar imgdir_icons}/username.png" alt="Username" />
to:
<img src="{vb:stylevar imgdir_misc}/username.png" alt="Username" />

















