I'm a complete newbie with this, so please forgive my ignorance. I'm learning as I go. I've got Drupal installed and my site had been up and running for a while (even though I have very little clue what I'm doing), and I've decided to add a private message module. This is the first mod I've tried to install. I've looked everywhere on this site that I can think to look, but I can't find any instructions for how to install the module. If some kind soul could please help me get it installed I would be eternally greatfull.
when I go to stories that are inside categories with another items I see the list of items as usuall but!
I can surf only with the bottom items (I see the bottom line) , the above ones don't get the line and I can't surf/use them.
When I started a new site development I noticed that all the pages were cached by the web browser (I use IE 6.0 and 7.0). I.e. I could read the content in the offline mode.
I customized the site by adding non-core modules and modifying Bluemarine theme files. And now, after all, the pages are not cached more, which is not good for my site.
What can be the reason of such behavior, and how can I fix that? I tried to use header("Cache-Control: private"); header("Pragma: private") or their metatag equivalents, but with no success.