DrupalBin
Submit Code
About
Recent Posts
Problemas com o submit
Fix for extranet
extranet
Fix for drush make snippet for apachesolr library
Fix for Embedding Google Maps, use object instead of iframe with XHTML Strict
Code
Serializable closures
Closures in menu item arguments
dpr($content['field_headshot'])
Fix for Git push error
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
nodequeue
Fix for Fix for Adding join to nodequeue Views relationship handler
July 22, 2011 - 2:38pm — Anonymous
/**
* Called to implement a relationship in a query.
*/
function
query
(
)
{
// Figure out what base table this relationship brings to the party.
$join
=
new
views_join
(
)
;
$j
nodequeue
views
Read more
Fix for Adding join to nodequeue Views relationship handler
July 22, 2011 - 2:36pm — Anonymous
/**
* Called to implement a relationship in a query.
*/
function
query
(
)
{
// Figure out what base table this relationship brings to the party.
$join
=
new
views_join
(
)
;
$j
nodequeue
views
Read more
Adding join to nodequeue Views relationship handler
July 22, 2011 - 2:09pm — Anonymous
/**
* Called to implement a relationship in a query.
*/
function
query
(
)
{
// Figure out what base table this relationship brings to the party.
$join
=
new
views_join
(
)
;
$j
nodequeue
views
Read more
Problem with views, block and nodequeue
December 11, 2008 - 10:34am — Anonymous
SELECT
COUNT
(
*
)
FROM
(
SELECT
node.nid
AS
nid
FROM
node node
INNER
JOIN
nodequeue_nodes nodequeue_nodes_node
ON
node.nid
=
nodequeue_nodes_node.nid
AND
nodequeue_nodes_node.qid
=
1
block
mysql
nodequeue
views
views 2
Read more