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.
From what I can see, it doesn't look like it is possible to have multiple books share the same pages. The reason I've been gravitating towards using books instead of taxonomy is because books are more simpler for users to understand.
The concept is:
Book 1:
--Page 1
--Page 2
Book 2
--Page 1
--Page 2
Custom Book
--Page one (from Book 1)
--Page two (from Book 2)
I'm trying to alter the profile.module to spit out appropriate fields based on a profile category. In this case, i will be using the new audio.module to include a mp3 player into profiles of the category "band". I need to establish the category during registration, and I am stuck on one portion of the user.module code that I don't quite understand.
How can i put the title of a node in the meta description?
I know that i can wrote the title in the teaser part but this isnt a good solution because there is already a headline. The title should displayed in the meta description. Any ideas where i can do this? In the theme or in the module (which line?!) ?
I am using drupal 4.62 and the latest nodwordsmodule.
I am making a module using hook_nodeapi.
When I try to echo debug info for operations "update" or "insert", nothing outputs for any node type. So I wonder whether this hook is being properly called upon update & insert of a node. I can echo debug info properly for other operations ("settings", "validate" printing OK). Code:
HI, I am fairly new to Drupal but have installed several dozen sites, and just recently have come up with the need to bulk import entries to a flexinode. I remember reading that there are some problems with directly entering posts to the MySQL database. Is this possible to do.
I tried using the Node_Import module but have not be able to get it to work. I point it to the CSV file and click Import, the page refreshes but no data is imported. Perhaps I have missed some setting for it.