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.
Star-marked discussions
I'm trying to implement a simple feature that I think would be useful to many. However, I'm not sure whether it needs a stylesheet, theme or extension. What I want is a star-marked feature similar to that in GMail, to be used on a per-discussion basis. I do not want a vote-type-rating-system, I want admins & moderators to direct attention to certain discussions so as to avoid parallel chats and unnecessary duplicate discussions.
A simple solution would be some theming + styling with a few hacks "If discussionname is ... then use style _star-css"
A pro solution would be an extension with an Ajax-ified star, editable by those roles with permission to do so.
What do you guys think? I reckon I could manage to hack the theme and css files, but I've never really written an extension!
0
This discussion has been closed.
Comments
Edit: Thinking about it some more, you would want the user interface to be where the sink discussion and other discussion options are. Then you would need a user input number for how many stars. Probably would need a new table to store the information.
But, I'm constantly wishing I either had a star function or a mark unread function for discussions.