Are you using 1.041? You should find on each individual project page (i.e. tracksurl.com/project/my_project) that right at the bottom of the page (under the button to mark the project complete), there’s a link called ‘Add note’. Just click that, and you get a form to fill in the contents of the note.
I downloaded & installed the latest version (1.50-trunk) yesterday and had the same problem. Interestingly, searching the page for “add a note” works, but there’s nothing there. It’s in the page source:
<div class="container"> <div id="notes"> <div class="add_note_link"><a href="#" onclick="Element.toggle('new-note'); Form.focusFirstElement('form-new-note');; return false;">Add a note</a></div> <h2>Notes</h2> <div id="empty-n" style="display:block;"> <div class="message"> <p>Currently there are no notes attached to this project</p> </div>
I’m using Firefox 2.0.0.11
Can you help me? Did I do something wrong on the installation?