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

edited February 2008 in Vanilla 1.0 Help
Is there a way to delete Icons on discussion paga?

Comments

  • Do you use CategoryIcons?
    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).
  • just do it with css... something like:

    .CategoryIcon /* or whatever the css selector for the icons is */ { display: none; } body#CategoryPage .CategoryIcon { display: block; }
This discussion has been closed.