View Full Version : Multiple image upload?
jbisback
11-13-2006, 02:20 AM
Love this component - but not doing what I need. Maybe someone could suggest a hack or work around...?
Simply put - I would like JA Submit to allow for MULTIPLE image uploads. One image for intro text is fine - but could I make it allow up to 10 images in the main text area??
Just curious if there was a need, or if someone else was using JA Sub in such a way.
Also, is there a way to make it display User name instaed of real name (was this in some of the threads bit saw no response).
Thanks all!!
~jb~
ekajatik
11-14-2006, 03:50 PM
Would love to hear about this also!
jbisback
11-14-2006, 07:11 PM
I was hoping to get some sort of response to this - I've had it posted for a few days now. I guess I could get in the code and start hacking - but I really don't want to reinvent the wheel if someone else has done so already.
I'll sit patiently.
~jb~
carlucci
11-14-2006, 08:22 PM
HELP! I am new member and alive in Spain. I have installed the Templates Ja Pollux but not as the menu changes. I need transmenu.
There is somebody can help me? There is option no to change the type of menu.
My Template is http://asesorialems.es/lems/
jbisback
11-20-2006, 01:36 AM
Anyone have any ideas how to do this?? Add multiple image uploads??
~jb~
jbisback
11-30-2006, 04:17 AM
Seriously - is it possible or does anyone know of a way to allow JA SUBMIT to do multiple image uploads (not just the two it does anyway)????
Thanks again!!
~jb~
khanh le
11-30-2006, 09:12 AM
Hi JB,
The A Submit component currently supports only 2 image uploads. There's no way to make it support multiple image uploads except modifying or upgrading it. We have not planned to upgrade it untill we have more resources.
nimble
01-23-2007, 05:53 PM
I did this the other day by just duplicating the rows in this table. In file jasubmit.html.php in the components folder. I quickly tested it and it seemed to work. I didnt end up using it and deleted the file though. Please note i havnt changed this code at all just posted it to show you where to edit.
Hope this helps
<tr>
<td width="16%"><label for="image1"><?php echo _H_INTRO_IMG ;?></label>:</td>
<td width="84%">
<input type="file" name="image1" id="image1" />
<?php echo _H_ALLOW_IMG_TYPE; ?>:<?php echo $H_allowable_images; ?>
</td>
</tr>
<tr>
<td><label for="image2"><?php echo _H_MAIN_IMG ;?></label>:</td>
<td>
<input type="file" name="image2" id="image2" />
<?php echo _H_ALLOW_IMG_TYPE; ?>:<?php echo $H_allowable_images; ?>
</td>
</tr>
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.