I've enabled the module.
Visited some settings pages
- admin/config/content/mobile_codes
- admin/config/content/mobile_codes/providers
Next added the input format on
- admin/config/content/formats/filtered_html
Next edit a node by adding
- [mobilecode #preset="small"]http://en.m.wikipedia.org[/mobilecode]
No datamatrix in sight :(
(Changing #preset to a wrong name gives lot of exceptions)
What did I do wrong? Does anyone have a code example working?
Comments
Comment #1
sahuni commentedDo you succeed to use that module?
What are we supposed to do to generate a qr code for some nodes?
Comment #2
clemens.tolboom@sahuni I never got an answer so abandoned the module for now. Will need QR in the future so will probably return to this module.
Maybe I had my input filter config wrong?
Comment #3
decipheredI would suspect that you don't have
<img>as an allowed tag in your text format, so when the [mobilecode] tag gets processed into an image, it then gets filtered out.Comment #4
clemens.tolboomIt makes sense to allow for the image tag :)
But I just did a check through the README.txt which has no hints for this. So it could use some hints about this.
Comment #5
decipheredThis has been added to the README.txt in dev