[How To?] QR Code for Attachments ? - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: [How To?] QR Code for Attachments ? (/thread-140508.html) |
QR Code for Attachments ? - Wolfseye - 2013-06-06 Is it possible to add / automatically generate a QR Code for attachments ? I saw that in a vB based forum and would like to add something like this for my MyBB site as well. Thank you in advance. Wolfseye RE: QR Code for Attachments ? - Wolfseye - 2013-07-16 http://forum.xda-developers.com/showthread.php?t=1624514 On the bottom of the first post in that topic you will see what I mean. Cheers Wolfseye RE: QR Code for Attachments ? - edwoselse - 2013-08-28 Hey, I am using a qr code generator now. But I am not sure if it meets your demands. You may take a look. If you want to have a try, here is the creation tutorial. RE: QR Code for Attachments ? - Wolfseye - 2013-09-26 Is anyone able and willing to do something like this here, which is a SMF Forums plugin. http://custom.simplemachines.org/mods/index.php?mod=3431 I would really appreciate it. RE: QR Code for Attachments ? - frostschutz - 2013-09-27 Could be done with MyCode and JavaScript http://davidshimjs.github.io/qrcodejs/ There's also a PHP library but it would require making a plugin which uses it. If it generates files, you'd have to add file management code as with regular attachments. Or a MyCode without JavaScript, if you can manage to find a free QR Code generator as a web service. (though possible privacy issue, as it involves a third party) http://qrickit.com/api/qr?d=Hello World&addtext=Hello World |