 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
April 20th, 2005, 10:12 AM
|
#1 (permalink)
| | Registered User
Join Date: Jan 2005
Posts: 31
| email notification by default?
is there a place to change the setting so that the receive email notification box is checked by default? so they could uncheck it if they don't wish to receive emails. most want them, but forget to check it. i haven't found a place yet, but i'm hoping i've just missed it?? thanks!
|
| |
April 20th, 2005, 10:28 AM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
Line 105 of uploadphoto.tmpl
<td class="{$Style['tddetails']}" align="left"><select name="notify"><option value="no" selected="selected">{$Globals['pp_lang']['no']}</option><option value="yes">{$Globals['pp_lang']['yes']}</option></select></td>
Just change the option boxes around so yes is selected and no is not like so
<td class="{$Style['tddetails']}" align="left"><select name="notify"><option value="yes" selected="selected">{$Globals['pp_lang']['yes']}</option><option value="no">{$Globals['pp_lang']['no']}</option></select></td>
|
| |
July 23rd, 2010, 06:40 PM
|
#3 (permalink)
| | Member
Join Date: Sep 2009 Location: Penzance UK
Posts: 159
|
Hi Chuck... will this still work in Photopost pro 7?
|
| |
July 23rd, 2010, 08:42 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
Yes thats just an html change.
|
| |
September 1st, 2010, 02:06 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
td class="{$Style['tddetails']}" align="left"><select name="notify"><option value="no" selected="selected">{$Globals['pp_lang']['no']}</option><option value="yes">{$Globals['pp_lang']['yes']}</option></select></td>
Just change the option boxes around so yes is selected and no is not like so
<td class="{$Style['tddetails']}" align="left"><select name="notify"><option value="yes" selected="selected">{$Globals['pp_lang']['yes']}</option><option value="no">{$Globals['pp_lang']['no']}</option></select></td>
Chuck, I did this, I thought it would be nice too but right after I changed, the uploadfeature is gone. There is an empty page showing in stead of 'browse' 'select a category' and so on. Even after reversing, the uploadfields didn't come back. What to do? This is how my template looks now:
<td class="{$Style['tddetails']}" align="left" width="50%"><span class="{$Style['small']}">{$Globals['pp_lang']['notify']}</span></td>
<td class="{$Style['tddetails']}" align="left" width="50%"><select name="notify"><option selected="selected" value="no">{$Globals['pp_lang']['no']}</option><option value="yes">{$Globals['pp_lang']['yes']}</option></select></td>
btw. I've tried the same with 'comments' and that also I changed back without any results.
Last edited by Anja; September 1st, 2010 at 02:28 PM.
|
| |
September 1st, 2010, 03:06 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
you probally edited incorrectly
|
| |
September 1st, 2010, 03:27 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
Maybe I did but what can I do to repare the templates? Do you see anything wrong in the parts I've edited?
<td class="{$Style['tddetails']}" align="left" width="50%"><span class="{$Style['small']}">{$Globals['pp_lang']['notify']}</span></td>
<td class="{$Style['tddetails']}" align="left" width="50%"><select name="notify"><option selected="selected" value="no">{$Globals['pp_lang']['no']}</option><option value="yes">{$Globals['pp_lang']['yes']}</option></select></td>
<td class="{$Style['tddetails']}" align="left" width="50%"><span class="{$Style['small']}">{$Globals['pp_lang']['postcoms']}</span></td>
<td class="{$Style['tddetails']}" align="left" width="50%"><select name="comments"><option value="no">{$Globals['pp_lang']['no']}</option><option value="yes" selected="selected">{$Globals['pp_lang']['yes']}</option></select></td>
|
| |
September 1st, 2010, 04:21 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
It's getting weird. I replaced both uploadphoto.tmpl and uploadphoto2.tmpl with clean templates fromout my backup but still there is no way to upload photo's. This is really bizar...
Should I replace uploadphoto.php as well? Even though I haven't been there?
Last edited by Anja; September 1st, 2010 at 04:31 PM.
|
| |
September 1st, 2010, 04:54 PM
|
#9 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
yes try replacing the php file also
You can post a url and test user login
|
| |
September 1st, 2010, 05:06 PM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
uploadphoto.php is replaced but without results.
What do you mean by: You can post a url and test user login
|
| |
September 1st, 2010, 05:08 PM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
you can post a url and login here if you want me to look
the only edit discussed in this thread is moving a selected="selected" statement in an htmlk line in the template
|
| |
September 1st, 2010, 05:11 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
yes, I understand now. But I need to provide a password. Everyone can see it in here
Where exactly are you willing to look? In the template itself or just on the gallery as a regular user? LuRofoto
Last edited by Anja; September 1st, 2010 at 05:24 PM.
|
| |
September 1st, 2010, 07:07 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
providing a test user login of say testing and testing which you can disable to test uploads is not a risk
|
| |
September 2nd, 2010, 12:52 AM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
Ok, but how do you want to test? As a regular user? You're not able to see any template then...
This is your testaccount as a regualr user on lurofoto:
login: team
password: tester
beware: almost everything is Dutch. You might need translation or guidence.
Last edited by Anja; September 2nd, 2010 at 01:15 AM.
|
| |
September 2nd, 2010, 08:46 AM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
You definately have an error from edited files I would suspect because our default code works.
The sheer fact that your upload page is blank after loading the menubar tends to tell me your uploadphoto templates are corrupt.
Have you redownloaded the code and uploaded everything except the config files?
|
| |
September 2nd, 2010, 09:33 AM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
How come clean templates are corrupt? I don't know what you mean by "redownloaded the code and uploaded everything except the config files?"
I had PP 701 in store and used the clean templates.
|
| |
September 2nd, 2010, 02:16 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Feb 2009 Location: The Netherlands
Posts: 226
|
Chuck, I got help and figured it out now: What I needed to do was editing in vb4enhanced in stead of editing in the root templates. The same clean template I used is added to vb4enhanced and everything is working again.
Thanks for beeing helpful and have a nice day.
|
| |
September 2nd, 2010, 03:04 PM
|
#18 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 66,796
|
You too enjoy
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 11:15 AM. | |