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.
For some reasons I need the functionality of book module a second time. So I duplicated the book module using the term "instruction" instead of "book" in book.module (by replacing "book" with "instruction"). Also I created a instruction table in mysql. So now I have a "instruction module" with the same functionality like the book module.
Everything works fine except the navigation links at the bottom of the instruction-pages (previous up next) are not located as they should. (But they work)
Connected with the book page they are correct
previous up next
Connected with the instruction page (duplicated form) they are not correct, like this
previous
next
up
Is there any suggestion how to put the navigation links into the correct place. Thanks
I was attempting to get path.module working, (thread here), when I was informed that it does not function, and that its functionality has been integrated into CVS. This works; mostly.
I've installed feature.module. I can add features under admin > miscellaneous > feature list. But how do you display the list of features? On this site the link is simply http://drupal.org/features, but that doesn't work for me. Thanks.