![]() |
Basic QR Intergraton (2D Barcodes) for VB Threads (QR Pages by BOP5) VB4
1 Attachment(s)
Note: Updated to version 1.5- added QR codes for attachments and profiles as well as threads. This isn't a polished mod, its purpose is to bring 2D Barcode (QR Code) integration to vBulletin. I will be marking it unsupported as I do not recommend users without some basic HTML or coding experience attempt to use the mod. I will NOT be answering basic setup questions. Instructions for the manual template edits are included in the zip. you may use them if you wish but I strongly suggest you work on a custom solution. Live Demo: Qapla.com Thread This mod will allow a uniqe QR Code to be generated and displayed for every thread on your forum. Users with Android, iPhone, and other advanced phones can easily scan these QR Codes and share links with friends via email, text, and other social networking platforms. The QR generation is handled by a free open-source project called phpqrcode which has its own GNU Lesser General Public License. I have created the vBulletin interface needed to generate codes for individal threads, attachments, and/or profile pages. The mod will check if the QR Code has already be generated for a thread (or profile, or attachment) and if so will simply display the png file previously created. If this is the first time someone has viewed the thread (since installing this mod) it will generate and save the QR Code for future use. All QR Codes are stored in .png format in a new folder called /images/qr/ which you must create and must be writable. (chmd 755 is usually sufficient but if you have problems go to 777). A utility included in the Admin CP settings will allow you to delete all these images if necessary. Other Admin CP settings include the ability to set the size, quality, and border size around the QR Code. What isn't finished is the best way to intergrate this onto your SHOWTHREAD pages and attachment template. I have instructions for a manual template edits that will give you a basic "box" that you can mouse-over and get the full image to pop-up over the rest of your page. I am aware this isn't an ideal setup but I am more of a coder than a designer. If anyone has some suggestions (with code) for a better implementation I am open to suggestions. This mod could be expanded to show QR Codes on all pages, not just threads, but until a better way is found to display the code on the page I didn't bother. Server Load- In general the mod only generates a code on the first view of the thread- this will usually be when a new thread is first submitted so in the long run I don't anticipate any major server load by this mod. However if you have a very large and very busy forum you can expect a temporary increased load after installation as members visit hundreds of threads which have never had a QR Code generated before. This increased load should decrease after the surge of new generations end. Disk Usage - The smaller the QR Code you generate the smaller the file size per image. In my experience the average size of each QR code png file was 600 bytes. This would mean about 586 KB per 1,000 threads or 58 Megabytes for 100,000 threads. You can extrapolate from there. Please Mark as Installed if you use this. :) |
Reserved.
|
Thanks for this! Works great, and using your template edit looks great too. I just moved it to the right, O, and thanks for giving the option to change the background color too.
|
tagged and thanks
|
I can't get the mod to show for some reason.
I uploaded everything and uploaded the XML file and activated everything in the ACP setting options but still doesn't show up. I also noticed that for every thread that I view that a new image is formed in my File manger under images/qr but the image still does not show for some reason. Can you please tell me what I have done wrong and what I can do to fix this? Thanks in advance, it is a great mod. |
Quote:
|
Works superb on 4.1.3 thank you
|
Quote:
The edit is in the .txt file in the zip. To make a template edit go to Admin CP -> Style Manager -> (Select your Style) -> Choose "Edit Templates" from the drop down box, and find/open the SHOWTHREAD template. -- Thanks everyone for the kind remarks. :up: |
oh sorry I did not read all of the .txt file and forgot to do that. Worked great, thanks!
|
Quote:
|
Hello,
can you add a feature for attachment file download using this mod. ? thanks |
Just to clarify- next to each attachment you want a QR code with the URL of the download? It's something I can look into.
|
1 Attachment(s)
Quote:
yes, a better look here > qrcode attachment sample Attachment 134171 Attachment 134172 |
1 Attachment(s)
Nice Add-on! :)
If you aren't using the first post ad location, that's a great place to put this.. Edit the QR Code plugin and put this code at the end BEFORE the }.. Code:
$template_hook['share_this_thread'] = $threadinfo['qr']; Then in ACP->Advertising, click Add New Ad, select 'Thread' and click on First Post Content. Title: Share This Thread Ad HTML: Code:
<div align="center">Share This Thread<br /> Click Save and you're all set. You may need to edit ad_margin, ad_padding and ad_maxWidth in stylevars for it to display properly. |
Good temwork BirdOPrey5 & nhawk
Installed! |
Quote:
|
You don't use this if you are reading the forum on your smartphone... This is for when you are browsing the forum on a real computer or laptop, you can then scan the image with your smartphone and quickly get the link on your phone to share or use how you want.
|
1 Attachment(s)
Quote:
This file will do it for you and you will not need to edit anything. ;) |
Excellent mod, but I have problems with deleting images. For some reason it doesn't delete images.
|
About positioning of QR code, I use this:
HTML Code:
<vb:if condition="$post['isfirstshown']"> To use it you need to change plugin hook location as nhawk suggested, from showthread_complete to showthread_postbit_create. But, new template hook that nhawk suggested ({vb:raw template_hook.share_this_thread}) doesn't work, so you don't need to add it at the end of plugin code: PHP Code:
Important note: If you use it in ad templates, then you need to create this template hook and use it as nhawk suggested. This information is only if you want to manually place QR code somewhere in your postbit (legacy) templates. |
Quote:
|
No, I don't see any error messages, it looks like it just hangs there, white screen (with text "Delete QR Images"), nothing happens, no images are deleted. I can manually delete them, but this is just workaround.
|
I'm trying to figure out what the change in order to get these to show up in the VBCMS pages. We have a lot of automotive how-to articles that, with the help of this, people would be able to quickly load it up on their phone or tablet to view it on the go.
Is it as simple as copying the plugin and changing some code, or is it a whole lot more complicated? Any tips would be greatly appreciated. I did get it working properly in threads. I was having trouble with the photos getting deleted too, even set to 777, so I just deleted them via FTP. No error message here either, just a blank screen. |
I think for CMS articles it will be a little more complicated then threads or attachments. Threads and attachments have a numeric ID so it was easy to change just a couple lines and get it working on a new hook.
CMS articles don't have IDs (best I can tell) but there must be some way of getting the URL. I don't think it is impossible but I don't have any ideas on how at the moment. |
Could you make this to work with users profiles? Users profiles have numeric ID, so it could be made that every user has QR code for his profile. And that could be very useful for certain types of communities, enabling users to use this QR code in their business cards or something similar as their internet location. And of course, in this way our forums get advertised also. :)
And as locations for putting QR code in profile, either in About me tab somewhere at the end, or completely new tab in profile. Anyway, I thing that this would be very useful to more than one type of community. |
Profiles seem like a good idea Alan, will try.
|
Quote:
I know there were a lot of style templates that were renamed, moved, or deleted in this version. And I'm honestly losing track of which one is which any more. Any idea on this? |
Quote:
|
Quote:
It was all there, but I found re-installing this modification and re-confirming the advertising, fixed the issue. No idea why. But it worked. |
Hi @BirdOPrey5. Do people really use QR codes? I mean, I have asked my friends and they know it, but they don't use it very often.
|
Seductor,
Good question... I don't, but I don't watch American Idol or listen to Lady Gaga either, so I really am a bad person to ask what most people do... it would seem from the responses I've gotten some people find QR codes very important. |
Quote:
Quote:
Code:
//if ($vbulletin->userinfo['usergroupid'] == 6) To this: Code:
//if ($vbulletin->userinfo['usergroupid'] == 6) You already had adminfunctions.php declared above in "REQUIRE BACK-END" with require_once. Excellent mod, Joe. You are to be commended. ;) |
Just to report it, Boofo found bug and solved it. Now everything works and QR images are deleted.
Thank you. :up: |
Quote:
I see this more as investment in future and a way to advertise my forum... |
I agree. The QR codes are becoming more popular for cell phones now. I used my first one just a few weeks back and it worked pretty slick. It was for a local grocery store that has an Android app available and it made it real easy to just scan the code and the app pops up from the App store in a flash. Searching will almost become obsolete in time. ;)
|
Awesome, thanks Boofo... I will include in the next update.
The next update will include options for attachments and profile pages. Hopefully this weekend. |
Instead of using require, use require_once as you won't run into problems like this then. And, you're welcome, sir. ;)
|
Updated to version 1.5.
You don't need to re-upload the phpqrcode directory but you should re-upload and overwrite the rest. |
good job BirdOPrey5 on the attachment qrcode, :up: one last thing how can i make it so it'll be a mouse over effect?
thanks |
QR code in profiles works excellent. :up:
I used your suggestion for placement and also added it in MEMBERINFO template. Find: HTML Code:
<vb:if condition="$show['viewblog']"> HTML Code:
<vb:if condition="$vboptions[bop5qr_en] AND $vboptions[bop5qr_enprofiles]"> |
All times are GMT. The time now is 03:12 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|