with rotor module , not working
result is : n/a

query is :
SELECT RAND() AS _random
FROM dr_node node
INNER JOIN dr_term_node term_node ON node.vid = term_node.vid
WHERE (node.status <> 0) AND (node.type in ('rotor_item')) AND (term_node.tid = 61)
ORDER BY _random ASC

Comments

dawehner’s picture

Project: Views (for Drupal 7) » Rotor Banner
Version: 6.x-3.0-alpha2 » 6.x-2.x-dev
Component: Views Data » Code

I think thats a problem of the rotor module.

PS: This issue is for views 3.x

mrfelton’s picture

Title: + rotor not working » views 3 incompatability with Rotor module
mrfelton’s picture

Status: Active » Closed (duplicate)