Nice one!
But you forgot one instruction:
Step 1a: FIND in admincp/subscriptions.php
PHP Code:
print_cells_row(array($vbphrase['title'], $vbphrase['username'], $vbphrase['start_date'], $vbphrase['status'], $vbphrase['controls']), 1);
- Replace with
PHP Code:
print_cells_row(array($vbphrase['title'], $vbphrase['username'], $vbphrase['start_date'], $vbphrase['expiry_date'], $vbphrase['status'], $vbphrase['controls']), 1);
[high]* Andreas clicks install[/high]