Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Removing all About+Sponsored links....?
What are the rules?
Is it okay if I remove the Vanilla and the sponsored links?
My customer cannot live with them on the site...
0
This discussion has been closed.
Comments
$Context->Dictionary['PanelFooter'] = '';
If you downloaded vanilla 1.1.2c, you can remove it by going to the application settings form and unchecking the last checkbox on the form.
If you downloaded vanilla 1.1.2b, add this to conf/settings.php:
$Configuration['SPONSORED_LINKS'] = '';
$Context->Dictionary['PanelFooter'] = '';
also, that line should replace any other line in that file that has the same definition, or else it should go at the very end of the file.