Drupal tips |
|
|||
I need to send out emails to my users which contain a link such that when they click on it they are taken to a particular page, already logged in. The purpose of this is for tracking response to email newsletters, and for enabling users to quickly and easily verify or update their personal information.
|
|||
|
|||
To install Ubercart for Drupal 6 with dget: http://drup.org/drupal-install-symlink dget backup [name of database]
|
|||
First it is necessary to create a backup user on the database which has (only) read access to everything. This is because its password will be embedded in the backup script which reduces security. This can be done with: |
|||
Drupal Modules
|
|||
To roll a patch using diff Instructions on: http://drupal.org/node/320
|
|||
For an introduction to dget, please look here: http://drup.org/dget The dget scriptHere is a script to install Drupal using symbolic links to separate directory trees that contain the Drupal core, the contrib modules and the contrib themes. |
|||
The following script will check out a contrib module or core from Drupal CVS and archive it in case you need to revert in future |
|||
Here is a bash script for updating a Drupal module to a given version and archiving it (in case reversion is needed) |
|||
