CCK nodes in book outline

In Drupal 4.7 I can add CCK nodes to the outline structure of a book and on screen everthing looks fine (see http://www.opensourcetheology.net/node/1152). But the output from the 'printer-friendly version' link only lists the titles of the nodes, not the content. Similarly, I tried exporting the book using the dot-export module but again only the titles were exported. Is there a way to fix this? I will need at some point to generate a consolidated book that contains all the CCK nodes.

what is a secondary link.

Hello, i understand that in the right and left side of the web we have blocks, and in the header we have primary links, but what are the secondary links?

thanks

oskar calvo.

Modify the GMap.module!!

Dear All:

I must to modify the gmap module to do some applications. When i read codes of this module, i can't understand all the codes. I hope that anybody can give me suggestions!!

thanks!!

can't get a view filter to work... what's wrong with my code?

can't figure out what is wrong with this

When I enable this filter in any input format, the text vanishes. I've even tried switching the "process" switch to "return $text" and nothing happens there either.

Why would this filter cause the text to vanish?

can I disable drupal_set_message?

I'm building a module that automatically creates multiple nodes based on user input. It is possible that it could create up to 20 nodes at once, so I'd really like to disable the "your node was created" message at the top of the screen for each node.

Is there a way to the displaying of the drupal_set_message temporarily?

Drupal, flexinode and drop-down menu question

I realize this might be a long shot, but I was hopping someone out there has expertise to be able to assist me.

I am using the module "flexinode" to be able to submit a special type of "node". I am also using a custom "Themed" php template (node-flexinode-7.tpl.php) to modify the layout of the flexinode-7.

Now, all of this works fine and dandy, until I use a drop-down menu type field within the flexinode. (The purpose of the drop-down menu is to select Country) Now when I try and display the Country information by using:


print "Country" ;
print $node->flexinode_42;

I simply get a numerical value printed, which appears to be outputting the country location (within the long list. Ie, 13 equals Australia), but I cannot get it to display the “text value itself”.

Now the above works fine when I had the country field as a simple text field and not a drop down box.

Within this flexinode, I have managed to output weblinks, email address, images all fine, but for the life of me, I cannot get it to work for this drop down box.

* I have search all over the drupal site and it shows how to custom output all flexinode types, except dropdown menus. I have also read topics on country drop-down menu's, but I cannot see anything useful.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x