Download & Extend

Drupalit vote icon in grid views?

Project:DrupalIt
Version:5.x-1.0
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I wonder if it would be possible to get the drupalit vote icon in views? I have an image gallery I created using views and would like the vote icon to appear above or below each one. It would be nice to be presented with a full page of photos in order to decide which to vote for.

Comments

#1

I would also like to have the drupalit vote icon in views plus the ability to vote in the view would be great.

#2

support for views was added in 1.3 and works well.
You should upgrade to the latest 1.4beta2

In the settings, you can specify that you want the widget to appear in the teaser (Set the "Drupalit widget display:" to "Teaser view"). This way the widget will show in any views that uses teaser type.
If you use list type and you are using a customized version of the theme (using the theme wizard to create a .tpl.php file) then you can add this to the file:

  <?php echo drupalit_drupalit_node($node->nid) ?>

But then you will have to set the "Drupalit widget display:" to manually instead of teaser view.

#3

#4

Title:Drupalit vote icon in views?» Drupalit vote icon in grid views?
Category:feature request» support request

Is there anyway to add druaplit widget in grid view? Now I only be able to add vote count through view but not vote link.

nobody click here