Info:
Drupal: 4.7
Cronjob ist working
Search: 100% done
Everything seems to be right, but not really. The content of my page is mostly stored in books. The search feature is something relly nice and helpful, but it is not working properly.
The problem is the index. Every normal page is indexed, but not the book pages. I looked into the mysql tables and there are just the normal pages indexed.
I don't know why drupal is doing that. Normaly every node should be indexed, but in this case it is not.
I have installed the Event and CCK modules. I have created a new content type with CCK: funding entry for my funding database. I want the due date for the funding to show up on the calendar.
How do I access my current path in order to create hyperlinks that are relative to the current drupal site?
For example, my drupal site is in a directory called "bluemts"
To link to node 1 I put the following html in my page: href="?q=/bluemts/node/1"
Beautiful.
But what happnes when I upload my site to a test server?
What happens when I want to switch visitors to a readonly version of my site when I'm offline and doing maintenance (or heaven forbid my live site blows up)?