Closed (outdated)
Project:
Flag Lists
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2010 at 04:48 UTC
Updated:
3 Dec 2019 at 09:43 UTC
Jump to comment: Most recent
Comments
Comment #1
awolfey commentedYou can try theme_flag_lists_list() for now. Read the code to see how to use it.
Comment #2
awolfey commentedTo clarify, you probably want to add this code either in a views custom field or in a views theme tpl or function. You will need to get the node nid and type in your view, probably by adding them as fields and excluding from display.
Either print this or add it to whatever output is being returned.
$node will need to be an object containing the nid and type.
Comment #4
ju.ri commentedHi,
sorry to reopen this...
I am trying to print the flag links in a (nodes) view like this within a views custom field:
The result is empty.
But when I put this:
it prints all the flag links just fine, including the ones from flag_lists, so the $data should be fine..
Any ideas? I need to print the links from flag_lists only.
Many thanks in advance
Comment #5
sl27257