Unitag
Forum Replies Created
-
Forum: Plugins
In reply to: [QR Code generator by Unitag] is url static or dynamicHello mmln,
The plugin does not create a short-URL that you could edit.
If you need this kind of functionnality please contact Unitag about our API ([email protected]).
Regards,
Alexis.Forum: Plugins
In reply to: [QR Code generator by Unitag] not workingHello YouKit,
I’m sorry for this error,
I don’t have any problem with the plugin, could you send me the address of the image created by the plugin?
Regards,
Alexis.Forum: Plugins
In reply to: [QR Code generator by Unitag] unable to alter sizeIt is fixed yes, because we sell the API that lets you create bigger QR Codes.
If you are interested you could use your own token (and the plugin), contact us at [email protected]Forum: Plugins
In reply to: [QR Code generator by Unitag] unable to alter sizeize is limited in backend to 300px.
We changed the plugin so that the size attributes changes the HTML markup, but the QR Code will look blurry in large sizes.
Forum: Plugins
In reply to: [QR Code generator by Unitag] Filename generation bugThanks for the input, this has been changed to
$filename = 'qr_' . $type . '_' . md5(serialize($data_array)) . '.jpg';I just need to understand how to push a plugin upgrade :).