Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
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.
I have a limited number of child terms in a vocabulary, and I need to have a separate block for each term in the vocabulary, the term itself being the title, and a teaser of x words/characters of its latest node being the block content, with a more link that leads to that node.
I looked at modules that build menus from vocabularies and put them in blocks, but none of them can do what I need.