PDA

View Full Version : [Help] QR Codes


puertoblack2003
07-09-2011, 02:29 PM
i noticed that my qrcodes is no longer working for v 4.1.3

in my custom bbcodes this line don't work anymore.

<img src="http://qrcode.kaywa.com/img.php?s=8&d=http%3A%2F%2F{param}">

can someone help me with the correct way.

TIA...

LifesGreatestGift
07-09-2011, 02:37 PM
works fine.

puertoblack2003
07-09-2011, 02:38 PM
works fine.

ok i guess vbseo is causing the conflict..thanks

LifesGreatestGift
07-09-2011, 02:55 PM
not sure if it matters but this part of the code

<img src="http://qrcode.kaywa.com/img.php?s=8&d=http%3A%2F%2F{param}">

automatically inserts the http:// so you should only be adding the www. on forward of links when using the bb-code.

--------------- Added 1310227074 at 1310227074 ---------------

you can also use the code like this

http://qrcode.kaywa.com/img.php?s=8&d={param}

You can enter free text as well, for example

http://qrcode.kaywa.com/img.php?s=8&d=I love vBulletin!

https://vborg.vbsupport.ru/external/2011/07/98.jpg

--------------- Added 1310227328 at 1310227328 ---------------

This part of the link (highlighted in blue)
http://qrcode.kaywa.com/img.php?s=8&d=

controls the size of the QR image. It can go from 1 to as high as it takes for the image to max out at 999px by 999px [max set by the site controlling the script]

puertoblack2003
07-09-2011, 03:21 PM
ok i find the issue that i was having. the link was being parse.So in custom bbcode i disabled it and now it's working as it should

now if a mod can be created that a qrcode can work from attachments...just a though :D