This hack delete our french copyright, a suggestion:
- In "Hide Version" pluginn find:
PHP Code:
$vbphrase['powered_by_vbulletin'] = 'Powered by <a href="http://www.vbulletin.com" id="vbulletinlink">vBulletin™</a><br />Copyright © vBulletin Solutions, Inc. All rights reserved.';
PHP Code:
$vbphrase['powered_by_vbulletin'] = preg_replace("/Version [\d\.]+/","", $vbphrase['powered_by_vbulletin']);