Justin Richer's plugins:
Plugin generates 2D barcodes (QR Codes) for any page on an Elgg site.
Requires the Thickbox Plugin.
Adds a page to allow for generation of arbitrary QR Codes.
Its not genariting teh emage. Got both the Library and this installed. I get the icon at teh top menu bar but only a red X come out! Any idea?
Thanks in advanced!!!
It don't works. I have the same problem. Why do you not explain teh problem? Thanks in advance.
In the file
../mod/qrcode/views/default/qrcode/topbar.php
replace the line
<img src="<?php echo $img; ?>" title="Get the QR Code for this page" />
with line
<a href="<?php echo $qrcode; ?>"><img src="<?php echo $img; ?>" title="Get the QR Code for this page" /></a>
and it works.
Nice! 1.8 version? :-)
2nd that, would be good for 1.8.
Comments
Its not genariting teh emage. Got both the Library and this installed. I get the icon at teh top menu bar but only a red X come out! Any idea?
Thanks in advanced!!!
It don't works. I have the same problem. Why do you not explain teh problem? Thanks in advance.
In the file
replace the line
with line
and it works.
Nice! 1.8 version? :-)
2nd that, would be good for 1.8.