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 Installation & Upgrades

Photopost Pro Installation & Upgrades If you're having install or upgrade problems

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 1st, 2007, 01:59 AM   #1 (permalink)
Member
Verified Customer
 
Neal-UK's Avatar
 
Join Date: Jul 2004
Location: Lancashire
Posts: 231
Exclamation Lightbox Images Pointing to Forum Images

For some reason my lightbox images are pointing to my forums image directory meaning that the close image doesn't show. I've checked my settings and all appears to be as it should.

I've moved one image to my forum image directory but on the initial image load, there's another image missing but i'm not quick enough to see which one it is.
Neal-UK is offline   Reply With Quote
Old November 1st, 2007, 10:23 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
This should assist you.

http://www.photopost.com/forum/showp...22&postcount=9
__________________
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 November 1st, 2007, 06:38 PM   #3 (permalink)
Member
Verified Customer
 
Neal-UK's Avatar
 
Join Date: Jul 2004
Location: Lancashire
Posts: 231
Sorted now, thanks. I've put my full site url in there.
Neal-UK is offline   Reply With Quote
Old November 13th, 2007, 12:10 AM   #4 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Location: Arizona
Posts: 344
Yes I removed the slash up front, however, the image still shows as missing...it now points to:

http://www.rhinojunction.com/media/s...closelabel.gif
dieselpowered is offline   Reply With Quote
Old November 13th, 2007, 08:50 AM   #5 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
How about if you turn off spider urls does it work?

If you edit the lightbox js file and make the path to both those images full url does it work?
__________________
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 November 13th, 2007, 09:45 AM   #6 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
I face the same problem as mentioned above

http://www.hajry.com/gallery

I tired all possible solution listed there but all of them fails

Best Regards,
Ali
INNOVATION FLAME is offline   Reply With Quote
Old November 13th, 2007, 09:52 AM   #7 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Location: Arizona
Posts: 344
Quote:
Originally Posted by Chuck S View Post
How about if you turn off spider urls does it work?

If you edit the lightbox js file and make the path to both those images full url does it work?
I did not turn off spider urls, however, utlizing more along the lines of a full path, did in fact work. The absolute full path would not work, however,

var fileLoadingImage = "/media/images/loading.gif";
var fileBottomNavCloseImage = "media/images/closelabel.gif";

Did work.
dieselpowered is offline   Reply With Quote
Old November 13th, 2007, 10:10 AM   #8 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Yeah we are finding this lightbox code is full of issues.
__________________
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 November 13th, 2007, 10:17 AM   #9 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
Quote:
Originally Posted by weapondepot View Post
I did not turn off spider urls, however, utlizing more along the lines of a full path, did in fact work. The absolute full path would not work, however,

var fileLoadingImage = "/media/images/loading.gif";
var fileBottomNavCloseImage = "media/images/closelabel.gif";

Did work.
I did what is written there, but it is still not working.
INNOVATION FLAME is offline   Reply With Quote
Old November 13th, 2007, 10:23 AM   #10 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Replace with your gallery directory name like maybe

var fileLoadingImage = "/gallery/images/loading.gif";
var fileBottomNavCloseImage = "/gallery/images/closelabel.gif";
__________________
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 November 13th, 2007, 10:46 AM   #11 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
var fileLoadingImage = "/gallery/images/loading.gif";
var fileBottomNavCloseImage = "/gallery/images/closelabel.gif";

I did that but it is still the same problem
INNOVATION FLAME is offline   Reply With Quote
Old November 13th, 2007, 10:54 AM   #12 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
We do not support lightbox code in any way. We release lightbox via the code they release to everyone. You would need to place in their file the proper path to find those images so the point I am trying to make here is you replace that with what your directory name is. So what is your site url? Give me something here to assist you with. Also you need to ensure you have uploaded those images to your images directory in photopost.
__________________
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 November 13th, 2007, 11:03 AM   #13 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
This is my photopost
http://www.hajry.com/gallery
and this is the loading image
http://www.hajry.com/gallery/images/loading.gif
and this is the close image

http://www.hajry.com/gallery/images/closelabel.gif
INNOVATION FLAME is offline   Reply With Quote
Old November 13th, 2007, 11:17 AM   #14 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,809
Well you can try playing with it but what I posted works for me and I use photopost in a gallery directory

var fileLoadingImage = "/gallery/images/loading.gif";
var fileBottomNavCloseImage = "/gallery/images/closelabel.gif";

Your error posted here will also assist in use giving you a response that may work. So where is it looking for the image?
__________________
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 November 13th, 2007, 11:33 AM   #15 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Location: Arizona
Posts: 344
INNOVATION...where you see the missing image, right click and show properties...where is it looking for the image?
dieselpowered is offline   Reply With Quote
Old November 13th, 2007, 11:42 AM   #16 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
it looks for these images

http://www.hajry.com/images/loading.gif

and

http://www.hajry.com/images/closelabel.gif
INNOVATION FLAME is offline   Reply With Quote
Old November 13th, 2007, 11:48 AM   #17 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Location: Arizona
Posts: 344
Ok change to:

var fileLoadingImage = "/gallery/images/loading.gif";
var fileBottomNavCloseImage = "/gallery/images/closelabel.gif";

Close your browser window and then try again.
dieselpowered is offline   Reply With Quote
Old November 13th, 2007, 11:57 AM   #18 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
This is what is written in the file

Code:
Content visible to verified customers only.
and nothing changed

can you check

http://www.hajry.com/gallery/showphoto.php/photo/3

to make sure if it is worjing with you or not
INNOVATION FLAME is offline   Reply With Quote
Old November 13th, 2007, 12:02 PM   #19 (permalink)
Member
Verified Customer
 
Join Date: Aug 2004
Location: Arizona
Posts: 344
Yup works good from here
dieselpowered is offline   Reply With Quote
Old November 13th, 2007, 12:11 PM   #20 (permalink)
Junior Member
Verified Customer
 
Join Date: Oct 2007
Posts: 15
I tired with several PCs,

It might be cashed in ISP servers ,

Thank you for your helpful information

Best Regards,
Ali
INNOVATION FLAME 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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
images pointing to the wrong path? JSDillon Photopost Pro Installation & Upgrades 9 September 29th, 2007 06:38 PM
Recent images on vb forum v 3.54 Joey805 Photopost Pro How Do I...? 32 August 7th, 2006 07:12 PM
Images links are pointing to the right URL? vtec44 Installs and Upgrade - vBulletin 3.0.X 1 January 9th, 2005 11:02 PM


All times are GMT -5. The time now is 05:40 PM.

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