Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
To-do List 1.3
This discussion has been closed.
Comments
I have the same problem with on other add-on Mark should be working on it.
Version 1.2 - 20.06.2006, Jazzman
- Add category sorting
- Now utilizes the extesion.php file
- Changed PNG icons to GIF because IE can't handle transparency
- Fixed calendar bug for IE: changed button to image and changed calendar div name
- Moved ajax scripts into seperate directory
- Changed clock icon to a bell icon which is more suitable for alerts
Also, I'm happy to announce that I'm working on a Project extension, which smoothly integrates with Vanilla's discussions, categories and ofcourse the to-do list
$NoticeCollector->AddNotice("To Do Task : <b>$ToDoItem->Task</b><div style='float: right;'><a href='index.php?PostBackAction=CompleteTask&ToDoID=$ToDoItem->ID'>Completed/Cancel</a></div> <br />Due Date: Today ");
it looks so much nicer :P no offence
Add the following line:
$Configuration['REWRITE_extension.php'] = 'extension/';
RewriteRule ^extension/$ extension.php [QSA,L]