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.
How could I create a custom sticky graphic?
This discussion has been closed.
Comments
"Some problems were encountered
The requested discussion could not be found."
Or should I be asking that somewhere else?
The only thing you can't do (I'm guessing, but haven't investigated the underlying HTML) is have multiple images, for when something is more than one of bookmarked/private/sticky, etc.
The only way to solve that is to add extra markup, which isn't great.
edit:
Ok, maybe there is a way. I haven't tried it, and don't have access to a working install from work, so can't try it until I get home, but...
If you were to change the admin options to indicate a sticky discussion with...
<span class="sticky">[Sticky]</span>
...then it hopefully won't strip the HTML or anything crazy, and you'd be able to use image-replacement techniques on that span.
Repeat the process for all the other discussion flags, and you could do whatever the hell you like!
Anyone wanting to test this out, go fiddle with the admin options and check out the source code generated, or give us an url to go look at. Failing that, I'll give it a shot when I get home.