Is there a way to add pics to the quotes published? Something like here: http://club-condor.org
I will appreciate if somebody points me in the right direction. :-)

If there is no simple way, could this support request be moved to feature request?

Thanks!

Warm regards,

:-)
Pepe

Comments

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Postponed (maintainer needs more info)

Have you tried Image Attach?

pepemty’s picture

Hey, Dru!
I really appreciate your prompt reply. :-)

No, I have not. Can't find an Image Attach module, though.

Could it be Image Assist?

Warmest regards!

:-)
Pepe

nancydru’s picture

Oh, sorry, it's part of the Image module.

ctmattice1’s picture

There is a manual way to do it also but requires a bit of knowledge on
where the image is. It requires the full html input and would be placed
right before the quote. Here's an example:

<div style="float:left">
<img src="/images/topics/note2.gif">
</div>
Those who love deeply never grow old; they may die of old age, but they 
die young.

You can see it here http://authentic-empowerment.net/node/288

If you want the image on the right side of the quote change the div style
to float:right

Not exactly user friendly but will give you a image for your quotes.

Chuck

BTW thanks for the idea

nancydru’s picture

Image Attach should be a better way to go.

pepemty’s picture

Oh! Thank you both. :-)

Warmest regards from sunny México!

:-)
Pepe

nancydru’s picture

Component: Performance » User interface
Status: Postponed (maintainer needs more info) » Fixed

I tried Image Attach and it works just fine for me.

nancydru’s picture

Status: Fixed » Closed (fixed)
worthywads’s picture

Issue tags: +photos

Image Attach does not work for me. Nor does it work to add the div with an absolute path to the image.
Suggestions?

nancydru’s picture

Image_Attach works for most people. And you should be able to use the <img> tag, as long as your input format allows it. The only other things that I can think of that might impact this is if you are using a private file system.

worthywads’s picture

Thanks for identifying my problem. My default editor was on Filtered HTML and I needed to activate the img tag.