| 1 |
// $Id: UPGRADE.txt,v 1.1 2008/06/25 20:29:50 wimleers Exp $ |
// $Id: UPGRADE.txt,v 1.2 2008/07/29 23:22:55 wimleers Exp $ |
| 2 |
|
|
| 3 |
Upgrading (from Hierarchical Select 2 to 3) |
Upgrading (from Drupal 5 to 6) |
| 4 |
------------------------------------------- |
------------------------------ |
| 5 |
1) Upgrade this module just like any other: overwrite existing files and run |
1) Upgrade this module just like any other: overwrite existing files and run |
| 6 |
update.php. |
update.php. |
| 7 |
|
|
| 8 |
2) Upgrade to jQuery Update 2. |
2) That's it. :) |
|
|
|
|
3) Disable and uninstall the jQuery Interface module. It's no longer necessary |
|
|
and in fact it's even *incompatible*. |
|
|
|
|
|
4) If you're using Views, update to the Views 5.x-1.x-dev tarball of May 11 or |
|
|
later, or apply this patch: |
|
|
http://drupal.org/files/issues/hs_compatibility.patch |
|
|
|
|
|
5) All modules that Hierarchical Select integrates with are split out into |
|
|
their own module now! Go to admin/build/modules (Site building -> Modules) |
|
|
and enable all the modules you'd like to use. E.g.: |
|
|
- Taxonomy: enable the Hierarchical Select Taxonomy module |
|
|
- Taxonomy exposed filters in Views: enable the Hierchical Select Taxonomy |
|
|
Views module |
|
|
|
|
|
6) One very special case: if you had been using Hierarchical Select for your |
|
|
content_taxonomy CCK fields, you had been told to use the "select" widget, |
|
|
Hierarchical Select would automatically override it. Well, that's no longer |
|
|
the case. Now there's a CCK widget especially for content_taxonomy CCK |
|
|
fields! Go through these steps: |
|
|
- enable the Hierarchical Select Content Taxonomy module |
|
|
- change the widget to "Hierarchical Select" for the fields on which you'd |
|
|
like to use Hierarchical Select |
|