This topic is locked
[SOLVED]

 v6.2 - Build 13191 - QR-Code plugin

10/5/2012 3:21:12 AM
PHPRunner General questions
HJB author

How complicated would it be on next build to as well allow logo embedding? Samples: http://www.qrcode-generator.de/#

P
Pierre DAC 10/5/2012



How complicated would it be on next build to as well allow logo embedding? Samples: http://www.qrcode-generator.de/#


Hi

To display a QRCode on your edit page put this code in html editor where you want the display :
<IFRAME height=150

src="https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=http://ADRESSOFYOUREDITPAGE?editid1={$show_key1}&choe=UTF-8"; frameBorder=0 width=150 > </IFRAME>
For the print page use the same code but :

put {$id_client_value} instead of {$show_key1}
Hope this help !
Guillaume CASTRE

Sergey Kornilov admin 10/5/2012

Guillaume,
QRCode is already a part of PHPRunner 6.2 build 13191. Simply use 'View as' type QRCode.

P
Pierre DAC 10/5/2012



Guillaume,
QRCode is already a part of PHPRunner 6.2 build 13191. Simply use 'View as' type QRCode.


Great news !

Thank you.

Guillaume CASTRE