== Wordpress Plugin: Our Todo List == Description =========== A simple todo list plugin to share ideas/todos with blog members. All members work together to manage the todo list under "Manage" section in Wordpress administration interface. A variant derived from AbstractDimension's Todo List Plugin. Installing ========== Note: If you are using Abstract Dimension's Todo List plugin, please read the "Frequest Asked Questions" below before installing. 1. Copy (upload) the ourtodolist.php file to your wp-content/plugins folder. 2. Activate your plugin. Wordpress 1.5: 3. Go to 'Manage' and then 'OurTodo' tab. Scroll to the bottom of the page to 'Install' and click on setup script. 4. Thats all folks. Note: If you have Wordpress 2 installed, this will be done automatically at step 2. If it fails for some reason, you can do step 3. Translating =========== Since version 1.5, Our Todo List is released together with its POT file (otd.pot). Feel free to send me a link of your translation. I will add your link to the support page and keep you informed of related changes. Frequest Asked Questions ======================== 1. How does it different from Abstract Dimension's Todo List plugin? Our Todo List plugin is built for information sharing within a team of people who trust each other. When a new todo is created, it is visible to all members who login into Wordpress Administration interface. Members are allowed to edit/delete any todo item. For each todo item, it only records who made the last change, not who first created the item. 2. I'm using Abstract Dimension's Todo List, how to migrate to this plugin? By default, both plugins shares the same database table name. The intend is to make migration easy: 1) Install Our Todo List, activate it 2) Deactivate Abstract Dimension's Todo List 3. I want Abstract Dimension's Todo List for individual use, and to install Our Todo List plugin for sharing purpose. Possible? Yes, but you MUST change the database table name used by Our Todo List plugin, so that each plugin uses a different table to store data: 1) Open ourtodolist.php with your favourite editor 2) Search for the phrase: $otd_tablename = $table_prefix . 'todolist'; 3) Change the 'todolist' to another name (e.g. 'ourtodolist') 4) Save the changes Questions/Bugs/Feedbacks ======================== Please submit your feedbacks through the plugin support page at: