I installed PHP 5+Apache 2+MySQL 5.0 on the server, and run installation of Drupal by install.php file. I can see database has been created correctly and Drupal gave me the page telling me installation is done and it is ready to create users and other stuff. But after clicking on any link on the welcome page, I can only see the contents of the Drupal folder, not regular pages. Do any one can help me with this issue ?
I am very new to Drupal programming so excuse me for this probably lame question.
I am working on a module (bibliography) which allow the import of a bibtex (a format for scientific bibliography for LaTeX).
From the import a number of nodes are created. Eache node is of type 'biblio' (a type created by the module).
(jeez, the subject line should pretty much nail it)
i've been able to use contemplate to generate the code i need to make my tpl.php file and theme my cck-generated node. yay. the entire node themes perfectly, but i cannot get h2.content-title to theme. it's controlled, as far as i can tell, by page.tpl.php -- and i only want to theme my cck pages, not all pages.
i need to be able to theme h2.content-title on just some pages, not all. how?