Drupal 6: customize taxonomy lists sort order with views
Thu, 2011-07-21 13:00 | SergeChel
Drupal 6 taxonomy lists have a strict sort order: by "sticky" and by creation date. This sort order is hardcoded within the taxonomy core module and hardly can be changed by custom themes or modules. BUT we got VIEWS!
Let's see how to sort node teasers by title:
- Go Administer -> Site building -> Views, find taxonomy_term view, enable it, click edit link
- select Defaults tab
Fix for Drupal 6 dhtml_menu module error Invalid argument supplied for foreach statement
Tue, 2011-07-05 15:00 | SergeChel
This log warning is not a rare issue for those who got Drupal dhtml_menu module installed. Usually it something like:
warning: Invalid argument supplied for foreach() **** in */sites/all/modules/dhtml_menu/dhtml_menu.module on line ***.