hello...
i have developed a website...and its perfectly works...... but in this i want to do that....
suppose a user want to display a picture in "story" with content but no doesn't need to write any code in story.....

means a separate browse button for this....if user select any image from there then it will automatically add with that particular story.....
otherwise only content will show there.

Means I don't want to write any code in story for image....

Please help me to solve this problem

Thanks

Comments

teyser’s picture

Hi,
Use CCK module in drupal...
Regards,
-Raj.

farald’s picture

CCK together with Imagefield creates a separate input field for images on the "add new story" page.

Combine this with content templates (contemplate) for a custom layout of the story.

cog.rusty’s picture

Try the imce module (http://drupal.org/project/imce)

alexrayu’s picture

Don't use CCK for this - it's bloated and you won't be able to place the image anywhere side the text with it or have more than one image!

Use WYSIWYG
I recommend FCKEditor + IMCE. If you don't feel like going through the routine of putting the wysiwyg and the module together, go grab the module from the SiteHound installation archive.

- Alexei Rayu.

Drupal Related Services | SiteHound 2.0 (based on Drupal 6.4) - Drupal for Beginners! Please test and comment.