User login

Views

Views Sorting Gotchas: If using group by, also sort; and in all sorts make sure the field exists!

Interesting... you need to sort by the same field you group by, or on a paged view the grouping is done per page!

And in a different view, a different, dumber problem...

drupal views datestamp sort
drupal convert datestamp to date

Datestamp wasn't the problem. Trying to sort on a field that didn't exist for that node type was! It appears to react to nonsense by sorting randomly, which I guess is fair...

Panels 3 vs Views 2 Showdown 1: Views menu paths override Panels menu paths

If you are trying to figure out why your panel site is wrong or has no content at all, you may have reached this page.

Drupal panels not deleting menus cleanly? No, that's not it. At least in this case, the menu path of a View was being used instead of the Panel.

Syndicate content