PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   General Discussion (http://www.photopost.com/forum/general-discussion/)
-   -   Process image button in java upload Text location? (http://www.photopost.com/forum/general-discussion/138956-process-image-button-java-upload-text-location.html)

skidpics January 15th, 2009 11:44 PM

Process image button in java upload Text location?
 
where is the text process image coming from on the java upload button? It's not in the language file that I can see..

Chuck S January 16th, 2009 08:03 AM

Are you talking about the flash uploader? The normal upload says upload/submit

There is this string in english.php

Code:

Content visible to verified customers only.
I would suspect you want though handlers.js if this is the flash uploader.

skidpics January 16th, 2009 09:18 AM

Flash Uploader. It states Process Images - Cannot find it in the language file.

I am making the text in steps, so the user know to click here, here and here. LOL

Too many clicks.. ;-)

As I upload sometimes, I notice images for guest still pending, thinking that they are not clicking to complete to process.

It needs to be simplified a bit ;-)

Chuck S January 16th, 2009 09:25 AM

yes wording is in handlers.js flash uploader files.

skidpics January 16th, 2009 10:59 AM

go it. changing it to step 1, step 2 and step 3.

Why can I not add the ascii code to Lang string "proc"??

I want to state: Step 3. Complete your Uploads!
The images will NOT be added until you complete this step!!

but all it will show is: <b>Step3</b>, while the others work fine.

Chuck S January 16th, 2009 11:15 AM

what file are you referring to?

skidpics January 16th, 2009 11:17 AM

Quote:

Originally Posted by Chuck S (Post 1239585)
what file are you referring to?

english.php of course.

or the bulkupload file where this button appears

skidpics January 16th, 2009 11:31 AM

on a different topic - how to you comment out the html in the .tmpl files? or is this written in php?

<!-- doesn;t work.
// doesn;t work
/* doesn't work, or was it */ ?

editing the basic upload form to get rid of some of the stuff, since it asks again when the upload is submitted. No need for me to ask it twice.. title, description, keywords. simplicity.. is what I like. ;-)

Chuck S January 16th, 2009 03:21 PM

if its html in the templates you use the html escape function

/*
html in here
*/

skidpics March 13th, 2009 07:59 PM

Just an update for Version 6.21, but the language string is now found in pp-inc.php and you have to edit the button size if you make it larger than 160px.. ;-)


All times are GMT -5. The time now is 03:38 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