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.
Is there a way to make Category Icon appear on Cat page Only
Is there a way to delete Icons on discussion paga?
0
This discussion has been closed.
Comments
I don't know this extension but my guess is to add something like (not tested)
if ( ! $Context->SelfUrl == 'index.php' ) { // ... // the code of your extension // ...
If it does not work as you wish, you should post in the discussion of this addon (or the one you use).
.CategoryIcon /* or whatever the css selector for the icons is */ { display: none; } body#CategoryPage .CategoryIcon { display: block; }