Welcome guest, please Login or Register

EEC.MS - ExpressionEngine add-ons

You are here: HomeForum Home → Free add-ons → Plugins → Thread

   

QR Code: Documentations & Download 2.0.2

Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

This pluging helps you encode your information into QR code.

  QR codes are a popular type of two-dimensional barcode. They are also known as hardlinks or physical world hyperlinks. QR Codes store up to 4,296 alphanumeric characters of arbitrary text. This text can be anything, for example URL, contact information, a telephone number, even a poem! QR codes can be read by an optical device with the appropriate software. Such devices range from dedicated QR code readers to mobile phones.


Download & Documentation

     

Image Attachments

qr_274ee0db9ed4c7ba7a701f12ed6d438a.pngqr_ba776e5e6bbd8799ff24f9fcff6cfd2d.png

Click thumbnail to see full-size image

Rank

Total Posts: 8

Joined 2011-03-08

PM

Hi Max,

Just tried installing and running the plugin. I think there might be a syntax error in the code you show above. You have type=” with just one quote there. I’m guessing that’s not correct?

Anyway I tried this in a page :

<img src="{exp:qr_code tel="01213121212" data="ExpressionEngine" title="Test" email="me@me.com" subject="Test"}" alt="QR code"/> 

 

and in the source of the page I get this :


<img

 

     
Rank

Total Posts: 8

Joined 2011-03-08

PM

Also should sabj (shown above) be subj or subject in the parameters?

     
Rank

Total Posts: 8

Joined 2011-03-08

PM

Sorry Max, have it sort of working now. You’re missing the end tag on your code above wink

How do you change the size of the image to make a much larger QR image? I see the size parameter above but not too sure what to place in there?

Best wishes,

Mark

     
Rank

Total Posts: 8

Joined 2011-03-08

PM

Aha!! Just tried a number instead and that works!!!

You have PNG:4 above which was confusing me wink

Off to see if it works on my iPhone now.

Best wishes,

Mark

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

Thanks Mark for comments! smile Part of this is my misprinting + EE forum tags eating.
Everything is fixed now. 
Regarding “sabj” - it is really dumb mistake from my side. You can download new build from QR Code addon page.
Sorry for taking more your time that its needed.

     
Rank

Total Posts: 8

Joined 2011-03-08

PM

Max Lazar - 08 March 2011 03:31 PM

Sorry for taking more your time that its needed.

Absolutely no problem at all. As mentioned on Twitter I’m just exceptionally grateful to you for all you give out for free and your coding is fantastic.

Keep up the fantastic work I say.

Best wishes,

Mark

 

     
Rank

Total Posts: 5

Joined 2011-01-24

PM

Hi.  I think my code is correct but for some reason I can’t get the px_color to change from 000000 to ff0099…

<img src="{exp:qr_code type=" action="site" data="{property_qr}"color="ff0099" ecc="M" size ="2" title="{property_title}" alt="QR code"/> 
     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

My bad, px_color setting was related to bk_color by mistaken (works only if you have bk_color too). The update is available now.

px_color=“ff0099”

<img src='{exp:qr_code type="" action="site" data="{property_qr}" px_color="ff0099" ecc="M" size ="2"}' title="{property_title}" alt="QR code"/> 

p.s. don’t forget to delete your cache files from images/cache/

     
Rank

Total Posts: 5

Joined 2011-01-24

PM

Thanks!  I won’t.  Yes, very much.  I did, hope it’s enough.

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

Thanks bj - this is more than enough smile. Glad to hear that QR code helps you.