nodequeue

Fix for Fix for Adding join to nodequeue Views relationship handler

  1.   /**
  2.    * Called to implement a relationship in a query.
  3.    */
  4.   function query() {
  5.     // Figure out what base table this relationship brings to the party.
  6.     $join = new views_join();
  7.     $j

Fix for Adding join to nodequeue Views relationship handler

  1.   /**
  2.    * Called to implement a relationship in a query.
  3.    */
  4.   function query() {
  5.     // Figure out what base table this relationship brings to the party.
  6.     $join = new views_join();
  7.     $j

Adding join to nodequeue Views relationship handler

  1.   /**
  2.    * Called to implement a relationship in a query.
  3.    */
  4.   function query() {
  5.     // Figure out what base table this relationship brings to the party.
  6.     $join = new views_join();
  7.     $j

Problem with views, block and nodequeue

  1. SELECT COUNT(*) FROM (
  2.         SELECT node.nid AS nid
  3.         FROM node node
  4.         INNER JOIN nodequeue_nodes nodequeue_nodes_node
  5.                 ON node.nid = nodequeue_nodes_node.nid
  6.                 AND nodequeue_nodes_node.qid = 1
Syndicate content