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
.Sticky .DataItem { background: url(sticky.png) no-repeat 0.0% 91%; text-indent: 45px; }
For those that want this functionality, just put a sticky.png in your stylesheet folder.
Hmmm...hope i'm not stating the obvious, but...
so, while this is not a stylesheet solution, you know you can just edit the text in the admin section so that instead of saying "Sticky" you display some HTML? So, something like this works like a charm as the value to display for stickies:
The part that sucks is the admin form puts a character restriction on that field, so you have to keep your text short or change the configuration of that field.
This should let you assign mutiple buttons to a single post, like Sticky and Private (but haven't tested that)
Yes, this method as a solution came up earlier in this thread somewhere. The disadvantages it has are that:
- It doesn't degrade properly for users not browsing with images
- It doesn't allow the current theme to take charge of what it looks like
The base for an image-replacement method provided by using<span class="sticky">[Sticky]</span>
allows for full flexibility in terms of looks, placement, and accessibility.
Saw your Flickr screenshot Stuart, sneaky! Looks nice though. We use Basecamp at Digital Web, nice little app.
For those of you out there that don't want to bother with custom images, you can use CSS styled buttons for "Sticky," etc. Here's what I did:
Account Settings:
global.css:
1# http://www.sharejunkie.com/lussumo/Archive.zip
#2 http://rapidshare.com/files/58479458/Archive.zip.html
Please provide mirror download links if you can.