Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthornatchezjohn
    • CommentTimeFeb 2nd 2008 edited
     # 1
    Is there a way to delete Icons on discussion paga?
    • CommentAuthorGrahack
    • CommentTimeFeb 4th 2008
     # 2
    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).
    •  
      CommentAuthorbobthecow
    • CommentTimeFeb 11th 2008
     # 3
    just do it with css... something like:

    .CategoryIcon /* or whatever the css selector for the icons is */
    {
    display: none;
    }
    body#CategoryPage .CategoryIcon
    {
    display: block;
    }
Add your comments
    Username Password
  • Format comments as