It looks like you're new here. If you want to get involved, click one of these buttons!
Dreamwriter
Posts: 768Member
Lately I've come up upon a couple issues that make these forums annoying to use, so I figured I'd make a thread on improvements that could be made to the forums.
Worst of all to me are the super-annoying auto-saved drafts. Many times I'll have a thought and start typing a response to a thread, then realize it's a stupid thought, or non-productive, or was already answered or something. But the draft has been saved without my pressing the Save Draft button, so every time I go back to that thread, my response is sitting there. And if I quoted someone in that draft, there seems to be no way at all to ever remove the quote-space. From what I can tell there is no way to ever delete a draft without posting to a thread.
Speaking of which, those quote spaces don't seem to work very well, they seem too automatic, often I'll quote someone or do a double quote, and then go in and edit the quotes so only the pertinent things I'm replying to are mentioned, but one quote will start leaking into another, or leave the quote-box. And if I want to quote someone from outside these forums, there doesn't seem to be that ability (there is no "quote" button in the button list).
And something I think is rather important to a dev-support forums, source code - there is no built-in method for posting formatted code! I'm still trying to find a good way to use the direct HTML to do it, but really we shouldn't ever have to touch HTML on a message board these days.
I'm not saying there should be an entire software swap, but if there ever is one, I really like forums using vBulletin (like NeoGAF).
Comments
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); } }Testing <pre lang="java"> tags
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); } }Let's see how that works.Looks like <pre lang="java"> tags work fine, and <code> tags are a little wonky, but not unusable.
Edit Source might be easy enough for experienced HTML coders. I have no idea how to use that kind of quote in HTML. And I tried < code > after doing a Google search for how to paste formatted code in HTML, I ended up with a bunch of underlines spacing my words out. bbCode is a better alternative because it is simpler and much more predictable, and works the same on all browsers.
I've also run into the issue here where I can't tell if I'm working with HTML or not - sometimes I'll try to put a line between two paragraphs when typing, post the comment, and the line's gone. I'll then go edit it, show source, and add some < br >'s. And then those won't be interpreted as HTML, but a bunch of weird characters. But sometimes it all just works.
As for Drafts, I never tried clicking that Drafts link in the corner, I'd just go to a thread and my draft would be pre-filled into the comment box, with no apparent way to delete quote blocks from it. I definitely don't think draft saving should be automatic, not when there's a button to save the draft already.
HTML is a much more universal standard, the tricky point is which tags will be allowed.
I agree that I wish it was more obvious if we were in richText mode or html mode, but here's how I remember it : If the button bar is greyed out, then you're in html mode.
It's probably all kind of a moot point anyway. Whatever software package these forums are built on would probably not be easy to change.
Founder of ReachingPerfection.com