Mon-Fri 9am-4pm EST
Visualize community
tm
Home
|
Details
|
Support
|
Demo:
User
/
Admin
|
Customer Galleries
|
Contact Us
|
Forums
|
Blog
|
Members Area
|
Buy PhotoPost
PhotoPost Community
>
PhotoPost Support
>
vBGallery Support
>
vBGallery How Do I...?
>
How Do I? - vBulletin 3.7x / 3.8x
how to edit code for upload to server
User Name
Remember Me?
Password
Register
FAQ
Social Groups
Calendar
Mark Forums Read
LinkBack
Thread Tools
Rate Thread
Display Modes
August 1st, 2011, 03:53 AM
#
1
(
permalink
)
appsfinder
Member
Verified Customer
Join Date: Aug 2008
Posts: 101
how to edit code for upload to server
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?
Attached Images
Upload Image - Iphone R Us Gallery.jpg
(11.1 KB, 1 views)
August 1st, 2011, 04:26 AM
#
2
(
permalink
)
appsfinder
Member
Verified Customer
Join Date: Aug 2008
Posts: 101
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>
August 1st, 2011, 08:13 AM
#
3
(
permalink
)
Chuck S
Photopost Developer
Verified Customer
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Code:
Content visible to verified customers only.
More like that yours looks a bit out of place and not xhtml valid.
__________________
Photopost Developer and Support Engineer
Please do not PM me for support or sales questions. Thank you for your understanding.
Last edited by Chuck S; August 2nd, 2011 at
08:48 AM
.
August 2nd, 2011, 05:51 AM
#
4
(
permalink
)
appsfinder
Member
Verified Customer
Join Date: Aug 2008
Posts: 101
thanks Chuck will try your code
August 2nd, 2011, 06:23 AM
#
5
(
permalink
)
appsfinder
Member
Verified Customer
Join Date: Aug 2008
Posts: 101
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
Last edited by appsfinder; August 2nd, 2011 at
06:33 AM
.
August 2nd, 2011, 08:49 AM
#
6
(
permalink
)
Chuck S
Photopost Developer
Verified Customer
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Okay no problem enjoy your day. You where posting when I was asleep.
__________________
Photopost Developer and Support Engineer
Please do not PM me for support or sales questions. Thank you for your understanding.
«
Throttle "Update User Counts"
|
Bulk upload and Lightbox using
»
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
Thread Tools
Show Printable Version
Email this Page
Display Modes
Rate This Thread
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Rate This Thread
:
5 : Excellent
4 : Good
3 : Average
2 : Bad
1 : Terrible
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Forum Rules
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Error code 1 after server transfer
jamiedolan
Photopost Pro How Do I...?
10
March 16th, 2011
02:31 PM
Is there a way to take things out without having to physically edit the code?
BryanG
ReviewPost How do I...?
3
July 17th, 2009
08:31 AM
Show link code and BB code after upload
0ptima
vBGallery Suggestions
4
December 27th, 2007
11:13 AM
how do i edit html code?
420
Photopost Pro How Do I...?
2
August 22nd, 2007
12:30 PM
All times are GMT -5. The time now is
05:54 AM
.
Contact Us
-
PhotoPost
-
Archive
-
Privacy Statement
-
Top
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by
vBSEO
3.2.0
All Enthusiast Sites:
ResellerRatings: Discount Shopping / Store Ratings
Dealighted: Shopping Coupons, Bargains, Deals
TechIMO.com: Tech Support and Discussion
HOME
| Copyright 2001-2013
ALL ENTHUSIAST, INC.
ALL RIGHTS RESERVED.
LinkBack
LinkBack URL
About LinkBacks
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