I have a couple of problems with the paths to the images for Photopost. I don't know if these are bugs or something I have set wrong. Some images are not being retrieved due to paths being wrong. My PP is integrated with Vbulletin and the settings in the integration section seem to be correct, right directories listed and no trailing slashes.
The first one is for all the images in the forum navbar that appears in the gallery at the top. This is really strange though as the path changes depending on which section of photopost you are in at the time. A couple of examples...
When on index the image path to the navbit.gif is showing as...
Code:
Content visible to verified customers only.
When in showphoto the image path is showing as…
Code:
Content visible to verified customers only.
The correct path should be
Code:
Content visible to verified customers only.
I am running several different themes and all the images for the navbars of each are missing.
Also missing is the closelabel.gif used to close the lightbox section. The path that’s being used to find that is…
Code:
Content visible to verified customers only.
When the image is located at..
Code:
Content visible to verified customers only.
This makes it difficult (impossible) for FireFox users to close the lightbox as broken image files don’t show at all and they therefore have no option to exit it.
As a temp fix I have copied the closelabel.gif to the location where it is being looked for but it would be better if I could solve all the path issues properly. At this time I have no solution for the navbar issues, any advice please?