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

deciphered’s picture

Status: Active » Fixed

There 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.