The FAQ modules order page "faq/order" uses a table sort jquery mechanism that is not compatible with jquery 1.4.x. As a result you are not able to sort the faq nodes appropriately. I was able to work around this by adding 'faq\/order into the preg_match search in the jquery_update.module file.

$jquery_file = preg_match('/(admin|edit|add|batch|faq\/order)/', request_uri()) ?

Comments

markhalliwell’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 reached EOL (end-of-life) on February 24, 2016.