PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Pro Support Forums > Photopost Pro How Do I...?

Photopost Pro How Do I...? Wondering how to do things in PhotoPost?

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 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!
scrapster2 is offline   Reply With Quote
Old April 20th, 2005, 10:28 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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>
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old 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?
Halfhidden is offline   Reply With Quote
Old July 23rd, 2010, 08:42 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
Yes thats just an html change.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 1st, 2010, 02:06 PM   #5 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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.
Anja is offline   Reply With Quote
Old September 1st, 2010, 03:06 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
you probally edited incorrectly
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 1st, 2010, 03:27 PM   #7 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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>
Anja is offline   Reply With Quote
Old September 1st, 2010, 04:21 PM   #8 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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.
Anja is offline   Reply With Quote
Old September 1st, 2010, 04:54 PM   #9 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 1st, 2010, 05:06 PM   #10 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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
Anja is offline   Reply With Quote
Old September 1st, 2010, 05:08 PM   #11 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 1st, 2010, 05:11 PM   #12 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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.
Anja is offline   Reply With Quote
Old September 1st, 2010, 07:07 PM   #13 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 2nd, 2010, 12:52 AM   #14 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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.
Anja is offline   Reply With Quote
Old September 2nd, 2010, 08:46 AM   #15 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
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?
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Old September 2nd, 2010, 09:33 AM   #16 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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.
Anja is offline   Reply With Quote
Old September 2nd, 2010, 02:16 PM   #17 (permalink)
Member
Verified Customer
 
Anja's Avatar
 
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.
Anja is offline   Reply With Quote
Old September 2nd, 2010, 03:04 PM   #18 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,796
You too enjoy
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is online now   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
change notify by email default to yes? scrapster Photopost Pro How Do I...? 15 July 7th, 2010 10:18 AM
Gallery Category email notification? trueinnovation How Do I? - vBulletin 3.5.X 6 October 31st, 2005 03:32 PM
Email notification problem GMGGG Photopost Pro Installation & Upgrades 6 June 11th, 2005 10:25 AM
email notification for sub categories dptech Photopost Pro How Do I...? 4 May 31st, 2005 01:31 AM


All times are GMT -5. The time now is 11:15 AM.

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