DrupalBin
Submit Code
About
Recent Posts
Fix for Views cumulus: tag_cloud
Fix for Code
sjfgjgjfgidfgh
Code
Code
test.berniecram.com.alias.drushrc.php
Code
provision-deploy error
Create node programmatically with file
Code
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
Fix for Fix for VotingAPI + Views buggy query
View
Fix
March 31, 2008 - 11:46am — Anonymous
SELECT
DISTINCT
(
node
.
nid
)
,
votingapi_vote_vote_points
.
timestamp
AS
votingapi_vote_vote_points_timestamp
FROM
node node
LEFT
JOIN
votingapi_cache votingapi_cache_vote_points_count
ON
node
.
nid
=
votingapi_cache_vote_points_count
.
content_id
AND
votingapi_cache_vote_points_count
.
content_type
=
'node'
AND
votingapi_cache_vote_points_count
.
value_type
=
'points'
AND
votingapi_cache_vote_points_count
.
tag
=
'vote'
AND
votingapi_cache_vote_points_count
.
FUNCTION
=
'count'
LEFT
JOIN
votingapi_vote votingapi_vote_vote_points
ON
node
.
nid
=
votingapi_vote_vote_points
.
content_id
AND
votingapi_vote_vote_points
.
content_type
=
'node'
AND
votingapi_vote_vote_points
.
value_type
=
'points'
AND
votingapi_vote_vote_points
.
tag
=
'vote'
WHERE
(
node
.
STATUS
=
'1'
)
AND
(
node
.
type
IN
(
'blog'
)
)
AND
(
votingapi_cache_vote_points_count
.
value
>=
5
)
GROUP
BY
node
.
nid
,
votingapi_vote_vote_points_timestamp
ORDER
BY
votingapi_vote_vote_points_timestamp
DESC
LIMIT
0
,
5
sql
views
votingapi
Submit Fix
Summary:
Tags:
Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Show summary in full view
SELECT DISTINCT(node.nid), votingapi_vote_vote_points.timestamp AS votingapi_vote_vote_points_timestamp FROM node node LEFT JOIN votingapi_cache votingapi_cache_vote_points_count ON node.nid = votingapi_cache_vote_points_count.content_id AND votingapi_cache_vote_points_count.content_type = 'node' AND votingapi_cache_vote_points_count.value_type = 'points' AND votingapi_cache_vote_points_count.tag = 'vote' AND votingapi_cache_vote_points_count.function = 'count' LEFT JOIN votingapi_vote votingapi_vote_vote_points ON node.nid = votingapi_vote_vote_points.content_id AND votingapi_vote_vote_points.content_type = 'node' AND votingapi_vote_vote_points.value_type = 'points' AND votingapi_vote_vote_points.tag = 'vote' WHERE (node.status = '1') AND (node.type IN ('blog')) AND (votingapi_cache_vote_points_count.value >= 5) GROUP BY node.nid, votingapi_vote_vote_points_timestamp ORDER BY votingapi_vote_vote_points_timestamp DESC LIMIT 0, 5
Syntax highlighting mode:
ActionScript
ColdFusion
Diff
Drupal 5
Drupal 6
HTML
INI
Javascript
MySQL
PHP
Python
robots.txt
SQL
Text
Select the syntax highlighting mode to use.
See Also:
Order
Title:
URL:
-1
0
1
Title:
URL:
-1
0
1
Any links you'd like to have associated with the post (Drupal.org issue, Wikipedia article, etc).
File attachments
Changes made to the attachments are not permanent until you save this post. The first "listed" file will be included in RSS feeds.
Attach new file:
The maximum upload size is
1 MB
. Only files with the following extensions may be uploaded:
jpg jpeg gif png txt doc xls pdf ppt pps odt ods odp phps
.