Mini, what I'm talking about is completely different from 3stripes idea for images and should probably have a topic of it's own. But say you have well over 40 bookmarks (for whatever reason), you can't exactly see them all, can you? clicking on the bookmarks header would just display all the threads you've bookmarked since the begining of time for that forum and display them much like discussions. Certainly you understand that, right?
Er, this reminds me...how come when I click "Show All" at the bottom of the history section in the sidebar, I see: "Some problems were encountered The requested discussion could not be found."
I can't see anything stopping you from doing a sticky graphic right this very second. All sticky threads have class="Sticky" so you'd just need to specify a background image or whatever you want in your stylesheet. And you can disable the big text easily in the admin settings panel.
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.
Yup, exactly like that. So, we can add HTML into the things, and use CSS to style it. I'll play with some CSS this evening maybe, otherwise tomorrow evening, and show you all how it turns out.
edit: If anyone has any particular graphics they think would be nifty to use, then link me up baby, link me up. Otherwise I'll make some shoddy things for testing purposes.
The problem is that you dont have very much space in those boxes - though obviously thats a variable thing. But you will have to hack the code a little.
Ok, I've made it use the necessary code with some jiggery pokery. The other thing to do is check whether or not there is any need to limit the labels to 30 characters. If not, you could just lift that limit (with the FF webdev toolbar for starters).
As for styling, that will require images and time. Both in short supply right now...
I'm going to have a proper mess about with all of the above on my install tomorrow...
dom... will do some peeling-sticker-style graphics and post them up as well if I have time
When you bookmark a thread, you get a cure little bar in the top right of the thread listing, indicating it is bookmarked. Of course, you'd only get that on the Vanilla default style, unless others have included it in theirs. If you still can't see it, I'll take a screenie for you
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.