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.
Stuff Displayer 2.0
This discussion has been closed.
Comments
Until I find a solution I think I'll put a link to the old version. There's no administrator stuff and you need to edit everything manually, but there's no problem with the settings file.
if (in_array($Context->SelfUrl, array('index.php', 'account.php', 'categories.php', 'comments.php', 'post.php', 'search.php', 'settings.php', 'extension.php'))) {
You just need to remove the pages you don't want. In your case, change this line for this:
if (in_array($Context->SelfUrl, array('index.php'))) {
I'm planning to add something to manage this easily in the settings for a next version.