What piece of code (if any) would allow me to display the complete teasers of child pages instead of their titles only, when viewing a parent book-page?
I'd like to have this behavior in some book-pages, not all of them. So I suppose I'll need to make a copy the book.module and do the hacking in the new module.
I'd like to pipe specific categories of Events into a block.
For instance, I have an events module already listing the upcoming 5 events, into a block called "Upcoming events". But I'd like a seperate, additional block to list the events that are related to my organization.
Ok - current setup... Development server...
PHP 5
Mysql 5
Athlon64 3.4
512Mb DDR
Fedora Core 5
I'm trying to migrate a whole bunch of articles from one site into Drupal. This site in particular has about 24,000 articles in total. I need to use CCK to reproduce these articles in Drupal. I also need to use Categories to organise everything.
Under certain search criteria I was always able to bring up our business website in the top 3 on google or yahoo but now my search terms have dropped so bad it isn't coming up anymore since we switched to drupal some months ago. I have included the same meta tags we had before in my template and installed the google plugin that is supposed to tell the search engine every time we update. Does drupal have a handbook or documentation for imrpoved search rankings using this system?
The problem seems to be only on the index page
and not on the node itself. Refreshing and deleting the
cache has not helped. Can amyone suggest how to
solve this problem ?
I would like to be able to view all nodes (stories, pages, book pages, etc.) within a certain taxonomy term, but I would like to exclude those book pages that have a parent (i.e., don't have toplevel as their parent). View module doesn't seem to allow this (since it would require an OR between filters). Is there a way to do this? (or maybe am I missing something with the View module?)