Table of Contents

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

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').