Closed (fixed)
Project:
Mobile Codes
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2010 at 22:59 UTC
Updated:
13 Apr 2011 at 11:31 UTC
Is it possible to create a view, for instance a table of recent nodes, with a column displaying a QR code of the URL for that node? I've been poking around and I can't seem to figure out how to do this. Sorry if I'm missing something terribly obvious.
Ultimately I'd like to be able to use Views to create tables or grids of nodes or taxonomy terms with QR codes of their respective URLs. The idea is to be able to create printable sheets of labels for my inventory system.
Thanks in advance!
Comments
Comment #1
decipheredThere are many ways to do this, but they all require a basic knowledge of PHP.
I would either use Custom Formatters to render a field as a a Mobile Code via the theme('mobilecode') function, or make a custom Views tpl.php file with the theme('mobilecode') function.