I'm after something like this for myself.
Many users of my forums make a list like this
Task one
[ ] Do this task
[X] Do this task
[ ] Definetly need this task
etc etc...
I'd like more of a database driven one, ,maybe one integrated with bbcodes if that were possible. Maybe useable like this:
[checklistbbcode]
title=Task One
Do this task
www.maybe-a-link-also.com
Do this task
Definetly need this task
[/checklistbbcode]
Each entry would be by default unticked/unmarked and once it has been created a user would maybe be able to use some kind of ajax code to doubleclick on it to mark it as completed.
is this possible using BBcodes? would need to parse each line between the tags and store the data, but the storing the data is the easy bit for me.. the bbcode stuff is all out of my league....