PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   How to remove Skip upload and process the files already in your upload directory (http://www.photopost.com/forum/photopost-pro-how-do-i/142984-how-remove-skip-upload-process-files-already-your-upload-directory.html)

monoco May 24th, 2010 08:45 PM

How to remove Skip upload and process the files already in your upload directory
 
Can anyone tell me the steps to take to remove the "Skip upload and process the files already in your upload directory" and it's checkbox?

I've tried to edit the template but I must be doing something wrong. Hopefully someone can give me a step by step.

Thanks

Chuck S May 24th, 2010 10:19 PM

Are you editing the right template?

The skip upload stuff you can remove by removing the html for it in the uploadphoto template although there is no harm leaving it there.

monoco May 25th, 2010 10:39 AM

uploadphoto.tmpl
 
I've tried editing the uploadphoto.tmpl

Here is the code i've been trying to change:

echo<<<PPPRINT
<tr>
<td class="{$Style['tddetails']}" align="left" width="50%"><span class="{$Style['small']}">{$Globals['pp_lang']['skipupl']}</span></td>
<td class="{$Style['tddetails']}" align="left" width="50%"><input type="checkbox" name="skipupload" value="skipupload" /></td>
</tr>
$skiphtml
PPPRINT;

Is this the correct code??

Chuck S May 25th, 2010 12:15 PM

You would simply remove this code

Code:

Content visible to verified customers only.

monoco May 25th, 2010 12:26 PM

error message
 
I've tried that and I get this error message:

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home2/classics/public_html/photopost/templates/vb4enhanced/uploadphoto.tmpl on line 151

Chuck S May 25th, 2010 03:59 PM

well cant say what your doing wrong


All times are GMT -5. The time now is 08:46 PM.

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