Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005
     # 1
    I dig the bookmark icon that sits just under the top border of a bookmarked post... would it be possible to do something similiar for sticky topics, instead of the [Sticky] prefix?

    You would have to disable insertion of the [Sticky] text in the code somewhere?
    •  
      CommentAuthorlech
    • CommentTimeJul 25th 2005
     # 2
    I've been thinking about this myself. You could technically link an image to this location. However if mark could give an admin option to change the seperator "," to something else or remove it as necessary that would be needed for total control :D
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005 edited
     # 3
    Aye, I think that bookmarks and stickies should be in the same style, if you're talking consistency, which I often do.

    I can picture some sweet graphics for this, probably midget-sized stickers that are slightly peeling off the top right corner of the post, mmm tasty. (Also a good excuse to get some drop-shadow's on the go :-)
    •  
      CommentAuthorBen
    • CommentTimeJul 25th 2005
     # 4
    a great idea guys, i also thought the large [Sticky] text was slightly garish.
    •  
      CommentAuthorlech
    • CommentTimeJul 25th 2005
     # 5
    Well, I'll probably say that before it's a core function it will likely be an extension :D
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005 edited
     # 6
    Where have all the damn programmers gone when you need them :-?
    •  
      CommentAuthorlech
    • CommentTimeJul 25th 2005
     # 7
    To sleep!
    • CommentAuthoromfg
    • CommentTimeJul 25th 2005
     # 8
    Looking for internet babes in WoW.
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005
     # 9
    What's WoW?
    •  
      CommentAuthorBen
    • CommentTimeJul 25th 2005
     # 10
    World of Warcraft
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005
     # 11
    Ok nuff said.
    • CommentAuthorquas
    • CommentTimeJul 25th 2005
     # 12
    What happens if it's sticky and bookmarked?
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005 edited
     # 13
    It becomes 'Superglued' ??!!

    Good point, not sure how to fix that, they would have to stack up on each other, or side by side, doesn't sound very elegant though.

    Hang on, what kind of muppet would bookmark a sticky... anyhow...
  1.  # 14
    What happens if you make a private discussion sticky?
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005
     # 15
    Ok so if there was a Private or Sticky graphic, it would have to sit in the top left corner then maybe.
    •  
      CommentAuthorlech
    • CommentTimeJul 25th 2005
     # 16
    Mark, how about a feature like on our other boards where if you click "bookmarks" it displays only those threads you've bookmarked?
  2.  # 17
    Um. Isnt that what 'discussion filters -> bookmarked discussions' does?
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005
     # 18
    Lol, or is he kidding
    •  
      CommentAuthorlech
    • CommentTimeJul 25th 2005
     # 19
    I mean instead of just stuffing the last X ammount in the sidebar, clicking on "display all" bookmarked discussions displays much in the same way as "your discussions" would.
  3.  # 20
    I still dont get it. Whats the difference between how the 2 functions act?
    •  
      CommentAuthorstuart
    • CommentTimeJul 25th 2005
     # 21
    something like these would be excellent: http://kgsims.backpackit.com/pub/115623
    •  
      CommentAuthorlech
    • CommentTimeJul 25th 2005
     # 22
    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?
    • CommentAuthorquas
    • CommentTimeJul 25th 2005
     # 23
    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."

    Or should I be asking that somewhere else?
    •  
      CommentAuthorunipus
    • CommentTimeJul 25th 2005
     # 24
    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.
    •  
      CommentAuthor3stripe
    • CommentTimeJul 25th 2005
     # 25
    hey thanks unipus, totally forgot about the admin panel!
    •  
      CommentAuthorunipus
    • CommentTimeJul 26th 2005
     # 26
    yarrr.
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005 edited
     # 27
    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.
  4.  # 28
    Is this what you mean, dom?
    http://gez.int0rw3b.com/forum/
    see how i have unipus' icon on the discussion.
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 29
    Well, it may be what I mean, but given that you require registration I couldn't say. Still, I applied for an account, so lemme in to see the goods!
  5.  # 30
    oh, i opened it up and approved you now.
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005 edited
     # 31
    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.
  6.  # 32
    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.
  7.  # 33
    p.s. anyone who signs up now has admin incase they wanna try mucking about with any settings
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 34
    Much space in which boxes?
  8.  # 35
    go onto the application settings page and look at the box where i put the img tag. then try writing something longer.
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 36
    I would, except... I'm not an admin ._.
  9.  # 37
    you should be. you are now
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 38
    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...
    •  
      CommentAuthor3stripe
    • CommentTimeJul 26th 2005
     # 39
    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
    •  
      CommentAuthorPRSop2000
    • CommentTimeJul 26th 2005
     # 40
    What Bookmark Graphic do you speak of? On my default installation I get nothing beside / under / over the topic title...

    What do I have to enable?
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 41
    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
    •  
      CommentAuthorPRSop2000
    • CommentTimeJul 26th 2005
     # 42
    I'm using the default style, with colors changed.... I get no cute little bar... using the latest build of Vanilla

    http://www.dci.jamesmeister.com/forum/
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 43
    Do you get cute bars on this installation?
    •  
      CommentAuthorPRSop2000
    • CommentTimeJul 26th 2005
     # 44
    nuthing changes unless I specify a word to display, then that gets put in front of the link to the discussion.
    •  
      CommentAuthorPRSop2000
    • CommentTimeJul 26th 2005
     # 45
    ok, nok, nevermind, for some reason it was quoted out of the CSS... it's there now.
    •  
      CommentAuthorPRSop2000
    • CommentTimeJul 26th 2005
     # 46
    how would one make the same thing for other forms of "denotation"?
    •  
      CommentAuthordom
    • CommentTimeJul 26th 2005
     # 47
    That's what the rest of this discussion is about. As soon as we have, collectively, enough time to make graphics and write the css, you will see it in action!
    •  
      CommentAuthorPRSop2000
    • CommentTimeJul 26th 2005
     # 48
    I'm watching :D... I'm working on my own graphics :D
    •  
      CommentAuthorstuart
    • CommentTimeJul 27th 2005
     # 49
    Woo Hoo. all seems to be working fine. I'll post up this mod along with my completed 'Basecamp' style interface at some point tonight.

    sticky
    •  
      CommentAuthorichigo
    • CommentTimeJul 27th 2005
     # 50
    great stuart! i love the bages