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
Comment #1
dawehnerI think thats a problem of the rotor module.
PS: This issue is for views 3.x
Comment #2
mrfelton commentedComment #3
mrfelton commentedDuplicate of #699378: Rotor image path appears to be missing (views 3 incompatability)