Posts: 14
Threads: 5
Joined: Jul 2011
Hi all,
I have Commentics 1.5 running the way i want to and have tested with the mod that Steven provided which works perfectly.
I tried to upload an image using the image button as part of a comment.
It seems that you must upload from a url; i need to upload from a users computer.
Is there a mod for this?
Thanks again
Chris
Posts: 2,894
Threads: 59
Joined: Jun 2010
Hi,
At the moment the script is unable to upload the user's image(s) for them, so they must upload it themselves somewhere else.
I will consider adding a feature like this in a future version.
Have
you completed
the interview?
Posts: 14
Threads: 5
Joined: Jul 2011
(26-Jul-2011, 04:18 PM)Steven Wrote: Hi,
At the moment the script is unable to upload the user's image(s) for them, so they must upload it themselves somewhere else.
I will consider adding a feature like this in a future version.
Steven,
Can you tell me which module the button to upload a photo is in.
I have some code for uploading and I will see if there is something I can do to get photos uploading for my site.
Thanks
Chris
Posts: 2,894
Threads: 59
Joined: Jun 2010
Hi,
The line of code which displays the BB Code image button is in /comments/includes/template/form.php, line 565.
Then the block of code which processes it is in /comments/includes/functions/processor.php, lines 744-756.
Have
you completed
the interview?
Posts: 14
Threads: 5
Joined: Jul 2011
(26-Jul-2011, 05:43 PM)Steven Wrote: Hi,
The line of code which displays the BB Code image button is in /comments/includes/template/form.php, line 565.
Then the block of code which processes it is in /comments/includes/functions/processor.php, lines 744-756.
Thanks,
I will look at it and see what I can do.
Thanks
Chris