Drupal tips |
Maintaining a Drupal site, or a collection of sites is much easier if everything is kept completely separate--Drupal core, contributed modules, and the site itself. |
|||
These notes are my personal online notebook of useful commands and "how-to's". You are welcome to make use of them if you find them helpful. They obviously don't come with any warranty! Click on one of the category tags above for the notes in any category. |
|||
There are two changes that need to be made. |
|||
Modules
|
|||
Drupal node display can be overridden using a template file of the form:
The simplest way of displaying fields is to use the render() function The render array is documented here: drupal.org/node/930760
|
|||
Here are some useful links for upgrading from Drupal 6 to 7 |
|||
Some notes on configuring the module
Please do not reply to this message but update the ticket with any responses. !update_username has created the ticket '!ticket_subject': !ticket_url Ticket text: ------------------------------ !ticket_body------------------------------ |
|||
DELETE FROM comments;
DELETE FROM comments WHERE uid=0; |
|||
This is my quick reference of useful links |
|||
There seem to be several ways of getting CCK fields into your node-typename-node.tpl.php file:
|
|||

