Hello!

I would like a little help with this module. Or actually I'm not even sure that this module I have to use. I'm doing an ecommerce site. On a selected product's page there are some additional accessories that the users can select (subproducts). This selectable options are formed into radio buttons by default, but they don't have a css class, so I cannot render an image behind / next to those. I tried inline module, put "[inline:xx.jpg] Option1" for the label but it always says Not found:xx.jpg . Is there any chance that I'm doing something wrong or this feature is just not available?

Thanks in advance!

cr

Comments

sun’s picture

Status: Active » Fixed

Inline only allows to embed attached uploads in a node currently. That means, all files that have been uploaded into a node using the attachment form of Upload module can be referenced by a [inline:#] tag.

There is no such support for eCommerce or any other node form widget.

rvarkonyi’s picture

Status: Fixed » Active

Thanks for your reply!

The thing is, that the subproduct attribute gets created as a node and I'm able to attach files to it as well, which I've done. So drupal handles it as a normal node, but my real question is, is it possible with inline to embed the attached image into an input field? (the subproduct is a node itself, but on the product's page you can select it with a radio button)

Thanks very much!

cr

sun’s picture

No, as mentioned before, you can only inline uploads that have been attached to the node that is currently edited.

rvarkonyi’s picture

Hello sun,

thanks for taking the time, I got it working btw.

Thanks

sun’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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