I have created a both taxonomy and the book.module. Everything works great, however, when I click on the print friendly page link it only shows the title of the recipe. I have looked in the book.module and it seems that printing for books is set up only to print the title and the title of the subpages. Is there any way to change this?
I'm working on the module that retrieves stock data from yahoo, currently that data is stored in rows in a table. due to the large amount of data that will be retrieved (if i ever get it working the way i'd like), it would be very helpful for each stock symbol to have it's own db table.
Is hook_install() the only way to create a table from within drupal?
If i have a variable $stock (the stock's ticker symbol), is there any way for the module to create a table using the $stock variable?
Used CCK to establish new content-type, increased Text-TextField
Has published an article, display in teaser and node-body all is the complete content
How to revises the same to page node/story node,display portion contents,then display "reading are more"?