By holydrupal on
Hi dear friends :)
First thanks to drupal team because of their great open source CMS.
I've been searching for finding a solution for adding an image to each of my node but still I cloudn't find it.
I searched in module list but I couldn't find it and i tried some image modules but it's not what I wanted!
Image modules just add image to DESC .
Taxonmy image module add image to categories which I don't want it.
I want a module which add a image to my node.
Can someone help me?
Thanks in advance
Comments
Upload module?
You could simply use the upload module:
to the body of the node.
1. attach an image for every node
2. make it not listed (uncheck "List" checkbox).
3. add
Here the CSS class "nodeimage" could make the image floated on the right, or on the left, or even stretched along the width of your page with some specific borders, margins and paddings.
Nop
Many thanks for helping but this not what I wanted.
I want each node have a image filed.
same as book review module.
Is there any module for this work?
The reason is that I want to show my nodes section(list or small section) in index and each node have an small image....
img_assist?
Did you try the image_assist module? It works with image.module and puts a small thumbnail into the node that is expanded when you view the full node.
it's not
I want something like someother news site which have a image field.
have you seen book review image field?
any idea
please help me I don't want to leave my drupal (my life) :(
Perhaps this is a language
Perhaps this is a language/description problem - can you link to a page somewhere that shows exactly what you want (like someone's book review page)?
If you want to create nodes that have an image field, use the flexinode.module - it lets you insert whatever fields you specify for your nodes.
Yes Thanks
Thanks!
what I wanted ::> Flexinode Module
thanks you meantion it.
but I have problem with it.
in setting section for fleixnode:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\apachefriends\xampp\htdocs\kids\modules\flexinode\flexinode.module on line 762.
warning: implode() [function.implode]: Bad arguments. in C:\apachefriends\xampp\htdocs\kids\modules\flexinode\flexinode.module on line 87.
what is this problem? do you know?
should I open a new topic for this problem?
Thanks in advance
any idea ?
can some one help me?
Plain Flexinode or Fleximaxed Flexinode?
If you use flexinode with fleximax for specific layout of your content, there is an error that the body field of the content type is filled in with {Array} tag by default, which is wrong input.
You should use {1}, {2}, ... -- the tags with input field ids of the content type.
If this is not the case of yours, the error is somewhere else. Maybe you installed the module unsuccessfully (missing some database table or something)?
My very question exactly-- How do you add to body of node?
I have uploaded pictures using image, because I want the thumbnail. When I add an image to a flexinode, I don't get a thumbnail, and thus it is too large for the teaser.
However, I don't know how to add an uploaded picture to the body of a page.
Can you help?
I must say, I have been helped so much by all the other posts, but I just can't seem to find the solution to this one.
still erorring
Hi,
Thanks for help
I just used flexinode module I didn't use fleximax module!
fleximax? is it module or setting?
I never heared of it
I download it and installed it again but nothing changed!
The same error
Use a editor like tinymce.
after installation active upload , image and img_assist module.
now upload image with image assist then control the size and other setting with tinymce module or editor
I have same problem !
no thumb and fliex add an ugly text "PHOTO"(the name of field) to page text!
About fleximax
A few months ago fleximax was distributed as a module, but it was nothing but a patch of the flexinode.
Now it is possible to get that patch from cvs version of Drupal modules.
I am not sure, but maybe Flexinode is already patched with Fleximax at current versions of Flexinode.
Here is a link for more info about Fleximax: http://drupal.org/node/30376
Now if you think, your Flexinode module is Fleximaxed, remove the {Array} tag from the content type layout and use proper tags with the ids of content type fields.