Hi!

Nowadays I'm migrating from 4.5.4 to 4.7 with cross-fingers. Everything seems to be ok (except days of DB merging:) and the last (of course not the final:) issue I've got is about "Inlining images". The only trouble I get is about all my images inlined linked and doesn't want to be replaced by IMG tag:(
I've about 1500 nodes with inline tag like [inline:1] and all images that were attached to each node became linked...

Any ideas for help?

OR maybe I was wrong to use "Inline.module:CVS" for 4.7?

Appreciate your answers in advance, thank you!

Comments

shouchen’s picture

On the settings page for the 'inline' module, make sure you specify image dimensions that are larger than the images you want to show inline, otherwise they will be links instead.

sun’s picture

Have a look into your content types/filters. "Inline file filter" has to be activated for the content types you're using on your site. (admin/filters)

Additionally have a look on your settings for content types. There you can activate/disable the inline filter for a specific node type (admin/settings/content-types/story).

arsart’s picture

Shouchen,
So, if I've images all up to 300x85 and have specified image dimensions in Inline settings as "300,85" that could be a problem?
I'll try to change it...

Sun,
Thanks, all setting for Inline was set up, so looking for the issue, seems Shouchen is right, but it's strange why I need to specify image dimensions that a large than original:)?

shouchen’s picture

arsart,

See this issue for more information about the change you're seeing: http://drupal.org/node/61547

arsart’s picture

Status: Active » Closed (fixed)

Shouchen,

yep, the issue was in wrong image dimensions:) Had set them to "+50px" and everything got working.

Notice a nice feature with auto-inline, very great and useful update!