Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I still want to display the title of page content; but not as a link. Story content i would like to keep the title as a link to the story node.
I believe the answer is (please laugh as much as you want at my VERY pseudo code) "if content type = page then no not display it as a link" in node.tpl.php file.
Is it possible to create a fresh install of drupal 4.7.x and then to upload a website that was designed in drupal 4.6.x? The reason I ask is that I've got the backups of a 4.6 site but need to scrub the drupal install on the server. I would then like to install drupal again, so it would seem the ideal time to install 4.7 but how can I upload a 4.6 site into a 4.7 setup?
I recently upgraded to 4.7.3 to 4.6.9. The old site used Flexinodes extensively. We now want to use CCK and Contemplate, as those two are far more powerful.
1. Do I still need to have node-type.tpl.php template files?
2. New content seems to be okay, but the old content seems to ignore the template I made with contemplate and tries to reference all the flexinode stuff ( thus my first question )
Any ideas, tips, pointers on going from flexinode to cck/contemplate?
When I try to assign a node to a category (I get the drop-down menu and everything), nothing is assigned. I'm not getting any errors, and I don't know where to look for a solution. Not sure how to debug this. Any help?
Below the title of each node, I would like to customize the list of taxonomy term links that display. Instead of just displaying the term, I would like it to display:
Title of Vocabulary A: [term 1] [term 2]
Title of Vocaburarly B: [term 1]
Can anyone point me in the right direction of either a module or what I need to do? Thank you.