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

hook_nodeapi

from this doc page:
http://drupaldocs.org/api/head/function/hook_nodeapi
I am trying to find out when the node actually gets written into the db. ( i need the value of 'nid' ) Is it saved during the 'fields' operation, or during the 'insert' operation? when can i find out the value of the freshly inserted node id, to use as a key in my auxillary node data table?

being sure I've got HEAD version

Hi, I've just got Eclipse going. I've downloaded what I think is the HEAD, but it's not entirely clear.

The top of the changelog file says:
drupal x.x.x, xxxx-xx-xx (development version)

Does that mean this is the HEAD version?

How make SimpleNews settings invsibile to users?

How do I make the menu for SimpleNews settings invsibile to users?

Add a field to a page node

Sorry about my poor english...

I am trying to add a custom field to a page node. I know that it is possible to define custom nodes using flexinode, but I do not want to use this module. I only need one more field in the default node.

I think that I would create or extend de database in order to store this field, and I would need to extend the page module.

It is possible?

Thanks in advance

Is there a not-too-difficult way to split up data amongst user groups

Say that I want to create user groups where each class is its own user group. And I each want them to view their own data but not somebody elses. How would I accomplish that? I want each class to read its own announcements, its own forum data, etc etc. Is there something I can do with taxonomy to make that happen? I don't really want to have to build custom modules for everything or hack a bunch of modules to get this accomplished.

Thanks!

Jay

How do I weight nodes?

I have a page on my site where I show nodes of a certain category and right now they're in order of date. Is there a way to make them in order of their weight and add a weight (like with blocks) to each node? Does that make sense?

Pages

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