I tried "blog/*", to enable img_assist only on blog entries. but it didn't work.
Using "node/add/*" workes for blogs, but enables img_assist in other nodes also (image-description for example).

Comments

RobRoy’s picture

Did you try

node/add/blog

?

That should work for adding blogs.

ahaller’s picture

node/add/blog workes (i tried node/add/blog, which didn't) but some how, the image does not show up, but the code:

[img_assist|fid=20|thumb=1|alt=myimage]

maybe this is useful: i have installed the "image" module.

RobRoy’s picture

When you insert an image you have the choice to insert the code, or the actual html link to the image. You've inserted the code there. So if you insert the image html, it will show <img src="foo"> or whatever. And if you want to actually see the image, you need a WYSIWYG editor like tinyMCE.

ahaller’s picture

oh. thanks. didn't realized that.

i had to add this for editing:
node/*/edit

And i didn't realize, that i have to use "Full HTML"-input mode..
I Enabled "Inline images" for the "Filtered HTML" input format, but that didn't work, even when i cropped the code down to the Only local images are allowed.-element.

lisa’s picture

node/*/edit adds img_assist to editing page for ALL nodes - not just blogs.

What should I use if I only want it to appear specific editing pages? For example:

node/add/story adds img_assist to the add story page

But how do I add it to the editing story page?

benshell’s picture

Category: bug » support
Status: Active » Closed (won't fix)

Unfortunately that's not possible. Img_assist uses the URL to determine whether or not to show the "Add Image" link below the textareas.