DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:qrcode

qrcode Plugin

Compatible with DokuWiki

2007-06-26b

plugin Create 2D-Barcodes using qrcode or i_ngima provider

Last updated on
2009-06-11
Provides
Syntax

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to barcode, barcodes, qrcode2

Tagged with barcode, images, media

Download and Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Documentation

History

2009/06/11

  • You can align the 2D-Barcode using spaces like images

Bug-Report

When using the inigmacode for contacts (e.g. ~~INIGMACODE~contact=nachname:vorname:+49234112:wer@da.com~size=S~~) the Email-Adress could not be resolved. This ist due to a missing “:”. To fix this edit line 204 in i_nigmacode.php from

 '%0AEMAIL'.htmlspecialchars($paramContactArr[3], ENT_QUOTES, 'UTF-8'). 

to

 '%0AEMAIL%3A'.htmlspecialchars($paramContactArr[3], ENT_QUOTES, 'UTF-8'). 
plugin/qrcode.txt · Last modified: 2018-06-05 22:42 by Klap-in

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki