<div align="center">Hack has been upgraded to v4.0.1</div>
* Product installable only on vBulletin 3.7.0 or greater
* Fixed typos in phrases
* Removed unused phrases
* Added additional placement options for Awards Showcase in postbit
* Awards link to 'My Awards' tab in users profile
* Updated template cache
---- FILE EDITS -----
'member.php'
FIND:
'contactinfo' => array(
'class' => 'ContactInfo',
'title' => $vbphrase['contact_info'],
),
ADD UNDER:
'myawards' => array(
'class' => 'MyAwards',
'title' => $vbphrase['my_awards'],
),
|