it doesn't work to upload images to comments. (could be i'blind ;-) any idea how to integrate the edit button of node_images to comments?

Comments

telefunken’s picture

....does anybody know how to add images to comments? especialy to modul usernode_guestbook based on comments!?

develcuy’s picture

Status: Active » Closed (fixed)

node_images is intended to provide a gallery for a particular node, instead of create a node for every image.
But if you need to upload images to comments, I don't think it is best choice, please look at the list of available contributed modules, you can also get support on IRC and forums.

Anyhow, you can try with nodecomment, which make comments to act like nodes, it means, you can add a gallery of images for the content type used as comment.

Blessings!

develcuy’s picture

Status: Closed (fixed) » Active

I changed status by mistake.

heine’s picture

telefunken’s picture

Title: upload images to comments » upload and show images in comments
telefunken’s picture

Thanks, but this dosen't solve my problem. I'm wondering if i could be the firstone who wants to view immages in comments!?
I want to give users the posibility to add pictures to a comment with Node_Images module.
To show comments on usersprofiles i use usernode_guestbook (= the name says guestbook, but it is simply implimentation of comments in userprofiles using core and no aditional table...)
I think if Node_Images module could work with the content type 'comments' it would run with usernode_guestbook too!!!

@ #2 develCuy: with nodecomment i have to disable core-comment and it isn't shown on the profilespage.
@ #4 Heine: comment_upload attaches a file, that is not shown! I need a viewable picture in the comment.

Sorry if my discribtion wasn't clear from the beginning ;-) Thank you, for your help!

develcuy’s picture

Status: Active » Closed (works as designed)

@telefunken, this is about themming, whenever solution you use: nodecomment or comment_upload, you should got a #nid (node_id) or #cid (comment_id), so you can load data and theme the output.

Blessings!

telefunken’s picture

don't know how to do this?

heine’s picture

From comment_upload README.txt:

3. Configure the module
* Enable "Attachments on comments" by editing content types on
Administer >> Content management >> Content types (admin/content/types).
* Choose on Administer >> Site configuration >> File uploads (admin/settings/uploads)
whether to have single or multiple uploads per comment.
You can choose whether to display images inline by selecting "Inline display"
for the "Images on comments" setting.

How does this image Inline display differ from the desired display?

telefunken’s picture

@heine - believe me i tried this before i wrote here. but i was n't sure about the meaning inline....and it was not working so i spent 4 long days & nights trying other things. but i just tested admin first and not a user. think the module dosen't like admins ;-) i don't have to search anymore in forum and can continue testings. i love you for that, heine! works perfect!!!