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 August 8th, 2005, 08:37 PM   #1 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
vb3 problems with integration missing images in header

I'm missing images in the header. I read the FAQ about that, but the solution to make absolute references in the vb header is unacceptable. I use relative images on purpose. The SSL layer means if you use absolute references then when you switch from and out of https:// you will get those annoying popups. Isn't there a way to inject into the header a
<base href="http://www.domain.com/forums/" />
to make this all work seemlessly?
dwh is offline   Reply With Quote
Old August 8th, 2005, 09:32 PM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
We autorewrite normal VB url's only.

If your making references to images using relative urls of course they will not show and hense we state to make them full url's. I don't get how you think thats unacceptable as its normal practice when trying to show images from outside a directory structure that they exist under.

We code to the default vb3 install and there is no way for us to consider or support the thousands of customer variations in html hense it is the customers responsibility

Now I see no missing images in your install when I look at it and also please note you are integrating with a beta product we do not support at this time. If you give me something to work with here maybe I can make a suggestion but since I see no missing images or a specific issue but since your talking about some sort of popup you must be dealing with somebody else's code as nothing we do has popups.


Now I will not post your url here since you did not but I see no missing images.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 9th, 2005, 12:57 AM   #3 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
First I wanted to mention that I didn't mean to be rude. Someone was waiting for me and I didn't preview first or I would have replaced the word unacceptable.

Quote:
Originally Posted by omegatron
We autorewrite normal VB url's only.

If your making references to images using relative urls of course they will not show and hense we state to make them full url's. I don't get how you think thats unacceptable as its normal practice when trying to show images from outside a directory structure that they exist under.

We code to the default vb3 install and there is no way for us to consider or support the thousands of customer variations in html hense it is the customers responsibility
I hear you. But I do think a fair number of people use SSL and don't want their images absolute, so you may come across this issue in the future.

Quote:
Now I see no missing images in your install when I look at it and also please note you are integrating with a beta product we do not support at this time.
I mentioned when signing up that I planned to buy 2-3 copies if I could get it to work with my configuration. The first domain which is on 3.07 didn't work so I locked up that directory and put pp on a domain running the vb beta. If you think there's a solution to this issue I'll buy a second copy (assuming I can work out the kinks on the the live version. I have had a couple of issues but I think it's related to paths, EXIF and watermarks.) Then if that works I have a third domain which I'll want to add in a couple of weeks.

Quote:
If you give me something to work with here maybe I can make a suggestion but since I see no missing images or a specific issue but since your talking about some sort of popup you must be dealing with somebody else's code as nothing we do has popups.
Again my wording was bad. By popup I meant the box IE "pops up" when some of the content on the page is SSL and some isn't. Do you know which box I mean?


Quote:
Now I will not post your url here since you did not but I see no missing images.
Thanks. I do appreciate that.

As I said, the first install is hidden since it didn't work, but I can email you a url, username and password if you need it.

But in truth I think we can work it out if you think there's a way to get that <base href> into the header?
dwh is offline   Reply With Quote
Old August 9th, 2005, 07:12 AM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
I think would would need to open a specific thread on any issues you have if you want help so we dont get lost in the maze of trying to support 4 different issues in one thread.

If your problems are paths watermarks and exif those are all user configuration issues which require simply answers most time the answer is to set the proper paths to jhead and or the watermark and select the proper settings of who gets watermarked etc.

Now the only other suggestion I can make on your image thing is this. If you refuse to follow the age old answer of providing full urls to images and such the only thing you can do is also copy those images into a folder of the same name under the photopost install so they will display
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 9th, 2005, 10:15 AM   #5 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
Quote:
Originally Posted by omegatron
I think would would need to open a specific thread on any issues you have if you want help so we dont get lost in the maze of trying to support 4 different issues in one thread.

If your problems are paths watermarks and exif those are all user configuration issues which require simply answers most time the answer is to set the proper paths to jhead and or the watermark and select the proper settings of who gets watermarked etc.
No prob. I haven't had time to debug that, but I didn't expect it to be critical.

Quote:
Now the only other suggestion I can make on your image thing is this. If you refuse to follow the age old answer of providing full urls to images
It's not stubbornness. I have lots of hacks and apps and special code on the other site and absolute paths have broken things for me in the past.

Quote:
and such the only thing you can do is also copy those images into a folder of the same name under the photopost install so they will display
If there's no way to inject a base href then I suppose that's the way to go. My initial idea was to create a symbolic link, but unfortunately you have an images directory under the photopost directory as well so those would conflict.

Hmm, I guess putting the base href in the headtag template won't work either....
dwh is offline   Reply With Quote
Old August 9th, 2005, 10:22 AM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,680
You can alter the header-inc.php tag and try adding a specific url to the autorewrite code we do but thats above and beyond our program or support since we can only support our code.

Take for instance you have a directory named newimages under the forums directory you could do this adding the code in bold as an example.

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old August 9th, 2005, 10:34 AM   #7 (permalink)
dwh
Junior Member
Verified Customer
 
Join Date: Aug 2005
Posts: 8
Thanks, I'll look into it tonight.
dwh 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
vb3 integration problems... 77t3 Photopost Pro Installation & Upgrades 3 April 11th, 2005 04:48 PM
5.02 - vb3,Header/Footer problems youradultworld Photopost Pro Installation & Upgrades 9 March 29th, 2005 01:16 PM
VB3 integration problems rsailors Photopost Pro Installation & Upgrades 3 March 8th, 2005 09:10 AM
vb3 integration - header-inc.php problem mightyjlr Photopost Pro Installation & Upgrades 1 October 14th, 2004 07:21 PM


All times are GMT -5. The time now is 12:32 PM.

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