 | |  | | | Photopost Pro How Do I...? Wondering how to do things in PhotoPost? |
March 22nd, 2005, 09:11 AM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
| Photo Printing
I'm considering turning this on, but want to make sure everyone that has already uploaded a photo has the option to set it to no.
How can I set all of the exisiting photos to not allow printing?
Thanks
|
| |
March 22nd, 2005, 09:12 AM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Jun 2003 Location: Dallas TX
Posts: 400
|
printing isnt enabled yet
|
| |
March 22nd, 2005, 09:14 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
| |
| |
March 22nd, 2005, 09:14 AM
|
#4 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
We left the code in place expecting that the photo printing service we had an agreement in place with would be ready shortly. We've just been told that this is unlikely and, unfortuantely, we will probably have to look at alternatives. The good news is the system in place provides a good framework for a "cart" feature, we just need to decide what to do with that cart once its built.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 22nd, 2005, 09:18 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
|
So how can I turn that link off? Lots of our photos are sensitive. People want to show them, but not have them printed.
Thanks
|
| |
March 22nd, 2005, 09:24 AM
|
#6 (permalink)
| | Member Verified Customer
Join Date: Jun 2003 Location: Dallas TX
Posts: 400
| Quote: |
Originally Posted by pgowder So how can I turn that link off? Lots of our photos are sensitive. People want to show them, but not have them printed.
Thanks | Its in the admin options
Doug
|
| |
March 22nd, 2005, 09:49 AM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
|
I have that turned off, but there is still a link for Print View?
|
| |
March 22nd, 2005, 09:51 AM
|
#8 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
Print View is not the same as Order Prints (although I can see how it can be confusing).
Print View is just a popup that can be used by a user to print a photo and is not realted to the Order Prints option (purchase photos).
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 22nd, 2005, 10:05 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jun 2003 Location: Dallas TX
Posts: 400
| Quote: |
Originally Posted by pgowder I have that turned off, but there is still a link for Print View? | Print view just pops up a window that ONLY contains the picture - nothing else. Makes it easier to for people to simply press print.
You could remove that from the template - but that still wouldnt prevent people from printing pictures..
|
| |
March 22nd, 2005, 10:06 AM
|
#10 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
|
Thanks
What template is that in?
|
| |
March 22nd, 2005, 10:29 AM
|
#11 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,834
|
It's just a popup window that doesnt use a template.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 22nd, 2005, 11:45 AM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Mar 2002
Posts: 499
|
The link, not the popup.
|
| |
June 14th, 2005, 09:05 AM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Feb 2002 Location: San Antonio, TX
Posts: 73
|
It's not in a template, it's in showphoto.php
Search for printview in that file and remove or comment out the link where it appears.
Last edited by Wild Texas; June 14th, 2005 at 09:07 AM.
|
| |
June 14th, 2005, 11:42 AM
|
#14 (permalink)
| | Junior Member Verified Customer
Join Date: Jun 2005
Posts: 15
|
Hi,
I tried to remove print view from my solution, however I could not find it in showphoto.php as you suggested (I have 5.11, vB-enhanced) I found a routine where in showphoto.php does display customboxes but they get defined elsewhere, ... which file do we remove print view? :-)
Paul
|
| |
June 14th, 2005, 12:03 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Feb 2002 Location: San Antonio, TX
Posts: 73
|
Assuming you're running the latest version of Photopost (5.11), locate the following code block in showphoto.php: Code: Content visible to verified customers only.
Then just delete the <a href= ...></a> segment of the code, or comment it out.
If you're running an earlier version of Photopost, the code should be similar so just locate and remove the link where it appears.
|
| |
June 14th, 2005, 01:20 PM
|
#16 (permalink)
| | Junior Member Verified Customer
Join Date: Jun 2005
Posts: 15
|
hey wild texas ... I don't know what I was thinking .. I was trying to find it in the template :-) ... not the .php file (I looked through all the teamplate files and just could not find printview).
Thanks a million to you and for helping me out - now it's implemented.
Paul
|
| |
June 14th, 2005, 01:31 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Feb 2002 Location: San Antonio, TX
Posts: 73
|
Start using a good text editor with an advanced search (and replace is always nice) functionality. Homesite is what I use, but that's just from years and years of preference (been using it since long before it was even owned by Allaire, much less Macromedia).
Then when things like this come up, you just point your handy dandy text editor to look through ALL your Photopost files (templates, php, config, css, everything) for a variable or string or whatever and it will do the work for you. No need to kill minutes, much less hours, doing it by hand.
Been there, done that, and it ain't no fun! |
| |
June 14th, 2005, 01:32 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Feb 2002 Location: San Antonio, TX
Posts: 73
|
For more assistance, hang out over on photopostdev.com, where edits to code like this are welcome. This site's more for the day-to-day issues of Photopost -- installation, upgrades, bug reports, rather than customization/aka/code hacks.
|
| |
June 14th, 2005, 01:56 PM
|
#19 (permalink)
| | Junior Member Verified Customer
Join Date: Jun 2005
Posts: 15
|
ah, got it, slowly I am finding my way around these two sites, thanks for pointing me in write directions ... I hope someday I can do the same for some newbee like me :-) but that time is far from now ... :-)
Paul
|
| | |
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 06:02 AM. | |