Closed (fixed)
Project:
Inline
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 May 2006 at 21:43 UTC
Updated:
14 May 2006 at 19:22 UTC
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
Comment #1
shouchen commentedOn 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.
Comment #2
sunHave 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).
Comment #3
arsart commentedShouchen,
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:)?
Comment #4
shouchen commentedarsart,
See this issue for more information about the change you're seeing: http://drupal.org/node/61547
Comment #5
arsart commentedShouchen,
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!