I'm finding that running several virtual sites from a single directory that contains the Drupal files is causing complications. For instance, the banner module doesn't seem to work.
So I'm going to keep a master copy of drupal which I will make my modifications to and then write some kind of script to copy my modifications over to each of the virtual site directories.
Just wondering if someone has done this and might have the script already written or if there might be any complications doing this.
Has/could anyone come up with a hack to show the comments along with the text of the book pages when you click the "printer-friendly version" link? I'd really like to be able to generate a printable page with all the dynamic content on it, not just my original book text. I'm pretty sure there must be a way to call up the comments too in the "function book_print" section of book.module, but I don't know enough code (yet) to sort out how to do it.