avatar deanloh Pro Apr 13. 2010. 10:56 pm
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.
avatar deanloh Pro Apr 14. 2010. 12:41 am
deanloh:
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.