In order to help me keep track of discussions more effectively. I created categories like "Opened", "Closed" (both for obvious reasons), "To Ticket" (for actions to be taken).
While this works well for me, I began to find it a chore to scan through all threads without category. Although it is indicated in the thread list, but visually it doesn't seem that effective. In the meantime I might try to hack the code to add in some CSS class. But I strongly welcome the idea of being able to view threads without category.
In the meantime I might try to hack the code to add in some CSS class.
This is what I eventually did:
I edited the tpl at /activecollab/application/modules/discussions/views/discussions/index.tpl
For those interested, look up for {category_link object=$discussion} and wrap it with a span or something, then add some CSS styles. See mine for example.
While this works well for me, I began to find it a chore to scan through all threads without category. Although it is indicated in the thread list, but visually it doesn't seem that effective. In the meantime I might try to hack the code to add in some CSS class. But I strongly welcome the idea of being able to view threads without category.