serverph, on Jun 14 2007, 05:10 AM, said:
you can copy and paste the URIs of the topics to your personal notepad, even if you have a multitude of topics you want to save a draft on.

and it is more convenient in many ways, since you'll have to re-open the threads anyway if you want to make your drafts published.

that's a good point. but then again, i guess it comes down to personal preference.
serverph, on Jun 14 2007, 05:10 AM, said:
your method is in practice more inconvenient, since you have no way of knowing where your drafts would be! it will definitely not show in your directory of posts via your profile, since drafts are meant to be NOT visible (unless you admin/mod the forum).

why wouldn't it be visible? it's my draft and i think i have EVERY right to see it. and don't you think as a change in the forum, it would be added to your profile, similar to the personal messenger? once you write a reply on a topic, you have the option to save it for later, then at the my controls page, the list of drafts could be placed there, including a link to the original thread. so when you click the link, the draft is loaded to the editor, and it would appear as if you're just writing it the first time.
serverph, on Jun 14 2007, 05:10 AM, said:
one thing more, a draft post will occupy a post number on the topic thread, and it will just be consuming precious mysql space.
not really. since if you try to write a topic, it will only reflect to the database once you've clicked the publish button, so the post number actually just increments once you've posted it already. a new table could be added to the database, with the forum number, thread number, title, and the body of the posts (and other relevant attributes). so instead of inserting a new row in the post table, it would insert to a new table, let's say, named "drafts". in this way, the post number wouldn't be affected by the sudden "change of heart".
serverph, on Jun 14 2007, 05:10 AM, said:
and what if you regret having the draft in the first place, or forget about it after all? who takes care of it? more work for admins and mods? heheü

you're still looking at it in the view of a regular post/thread, that is always moderated by mods and admins. the drafts that you make are yours to tweak and the mods and admins have no way in interfering with it, nor they have the chance to modify it. like i said, it's a draft, it's placed in your personal area, and not somewhere in the forum any mod can access it UNTIL it is published.
sylenzednuke, on Jun 14 2007, 09:03 AM, said:
Now this is one feature that was ignored second most, after the Preview feature by me!

i wonder how many members "actually" use that notepad.
sylenzednuke, on Jun 14 2007, 09:03 AM, said:
And as you said you have no place to see drafts, like we have posts and topics section on our profile, we could as well have one for draft. And once it is finally posted as a post, the draft gets deleted from the database. Which would save up space too.
exactly what i was saying.

you read my mind, sylenzed.