Hi and thank you for this module,

My question is: is it possible to have a kind of 'node reference' insert mode. I mean instead of inserting a filter tag or the HTML code source, it 'just' creates a node reference to the image node to be added in the textfiled ?

This is useful for theming based on the nodes ids etc ... (As it could be with a cck node reference field)

Thank you

R

Comments

zoo33’s picture

Sounds like what you want is in fact a CCK node reference field... But I guess you could disable Image assist's input filter for inline images. Then nothing will be shown by default. The module keeps track of what images are attached to what nodes, so you could use that information in your theme I guess. You'll probably need to study the source code to find out how.

redtrafik’s picture

Thank you for your answer.

In fact, I see in the code that there is an image reference table. As I don't want the users of the site to resize images as they want, I will just disable the HTML insert mode...

R

zoo33’s picture

Status: Active » Fixed

Fixed, I suppose.

Anonymous’s picture

Status: Fixed » Closed (fixed)