PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   How Do I? - vBulletin 3.7x / 3.8x (http://www.photopost.com/forum/how-do-i-vbulletin-3-7x-3-8x/)
-   -   how to edit code for upload to server (http://www.photopost.com/forum/how-do-i-vbulletin-3-7x-3-8x/146232-how-edit-code-upload-server.html)

appsfinder August 1st, 2011 03:53 AM

how to edit code for upload to server
 
1 Attachment(s)
Hi im trying to find the code for the tick box on upload from server

?<input id="cb_server" type="checkbox" value="1" name="server[upload]">


i want to have the tick auto enabled please can you help?

appsfinder August 1st, 2011 04:26 AM

its ok i found it in ADV_GALLERY_UPLOAD

change code to

<td valign="top"><input id="cb_server" name="server[upload]" type="checkbox" value="1" /checked></td>

Chuck S August 1st, 2011 08:13 AM

Code:

Content visible to verified customers only.
More like that yours looks a bit out of place and not xhtml valid.

appsfinder August 2nd, 2011 05:51 AM

thanks Chuck will try your code

appsfinder August 2nd, 2011 06:23 AM

Hi Chuck is there a way to do the same with the delete checkbox if so which file or template to edit?

all the best Appsfinder


its ok found it in adv_gallery_conformation

thanks for looking

Chuck S August 2nd, 2011 08:49 AM

Okay no problem enjoy your day. You where posting when I was asleep.


All times are GMT -5. The time now is 09:59 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97