You are here

README.txt in Image Picker 6.2

To enable the use of thickbox iframe copy thickbox_addhook.patch
to the thickbox module's folder and run

patch -p0 < thickbox_addhook.patch

Alternately add the following line to function _thickbox_doheader()

  module_invoke_all('thickbox_js');

immediately above

  drupal_add_js($path .'/thickbox.js');


convert_name2uid.php is an example script for converting large numbers of nodes, comments etc
Use at your own risk.

File

contribs/README.txt
View source
  1. To enable the use of thickbox iframe copy thickbox_addhook.patch
  2. to the thickbox module's folder and run
  3. patch -p0 < thickbox_addhook.patch
  4. Alternately add the following line to function _thickbox_doheader()
  5. module_invoke_all('thickbox_js');
  6. immediately above
  7. drupal_add_js($path .'/thickbox.js');
  8. convert_name2uid.php is an example script for converting large numbers of nodes, comments etc
  9. Use at your own risk.