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

sahuni’s picture

Do you succeed to use that module?
What are we supposed to do to generate a qr code for some nodes?

clemens.tolboom’s picture

@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?

deciphered’s picture

Status: Active » Fixed

I 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.

clemens.tolboom’s picture

Title: How do I type a QR code in node body? » How do I type a QR code in node body? Allow for img tag in input filter
Category: support » bug
Status: Fixed » Needs work

It 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.

deciphered’s picture

Status: Needs work » Fixed

This has been added to the README.txt in dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.