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 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
pgowder is offline   Reply With Quote
Old March 22nd, 2005, 09:12 AM   #2 (permalink)
Member
Verified Customer
 
Join Date: Jun 2003
Location: Dallas TX
Posts: 400
printing isnt enabled yet
Silver_2000 is offline   Reply With Quote
Old March 22nd, 2005, 09:14 AM   #3 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
Hmm, I have a print link:

http://www.powwows.com/galleries/sho....php?photo=779
pgowder is offline   Reply With Quote
Old 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.
Michael P is offline   Reply With Quote
Old 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
pgowder is offline   Reply With Quote
Old 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
Silver_2000 is offline   Reply With Quote
Old 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?
pgowder is offline   Reply With Quote
Old 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.
Michael P is offline   Reply With Quote
Old 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..
Silver_2000 is offline   Reply With Quote
Old March 22nd, 2005, 10:06 AM   #10 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
Thanks

What template is that in?
pgowder is offline   Reply With Quote
Old 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.
Michael P is offline   Reply With Quote
Old March 22nd, 2005, 11:45 AM   #12 (permalink)
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
The link, not the popup.
pgowder is offline   Reply With Quote
Old June 14th, 2005, 09:05 AM   #13 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Location: San Antonio, TX
Posts: 73
Send a message via MSN to Wild Texas
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.
Wild Texas is offline   Reply With Quote
Old 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
oceanart is offline   Reply With Quote
Old June 14th, 2005, 12:03 PM   #15 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Location: San Antonio, TX
Posts: 73
Send a message via MSN to Wild Texas
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.
Wild Texas is offline   Reply With Quote
Old 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
oceanart is offline   Reply With Quote
Old June 14th, 2005, 01:31 PM   #17 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Location: San Antonio, TX
Posts: 73
Send a message via MSN to Wild Texas
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!
Wild Texas is offline   Reply With Quote
Old June 14th, 2005, 01:32 PM   #18 (permalink)
Member
Verified Customer
 
Join Date: Feb 2002
Location: San Antonio, TX
Posts: 73
Send a message via MSN to Wild Texas
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.
Wild Texas is offline   Reply With Quote
Old 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
oceanart is offline   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
Private photo showing in recent photo import GMGGG Photopost Pro How Do I...? 1 July 25th, 2005 11:37 AM
Photo Printing Service kevinrstruck Photopost Pro Installation & Upgrades 2 April 19th, 2005 11:57 AM
Reporting and Printing Tools jrafuse Photopost Pro How Do I...? 2 March 10th, 2005 05:47 PM


All times are GMT -5. The time now is 06:02 AM.

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