This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Single page in multiple books

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)

module ideas...unfortunately I can't make it

Though I'd love to learn (and maybe this is the beginning :) ), I don't have the know-how to develop it.

Passing $category to profile.module

Hello,

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.

nodewords - title in meta description

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.

Thank you very much

is hook_nodeapi properly called upon update?

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:

Direct Posting to MySQL database

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.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions