View Single Post
Old September 19th, 2004, 11:46 AM   #7 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,943
Why are you going to install again etc.

Per the VB Integration FAQ's you need to edit the relative paths in the navbar etc VB TEMPLATES!!! to get rid of relative urls. Edit the footer header header include and navbar templates

Quoted from the FAQ
Quote:
My headers show up, but the images are all showing as Red X's

This is because vB uses relative paths for your images. You will need to update your vB3 header to use absolute paths.

Using your Style Manager edit your header template, find:

a href="/$vboptions[forumhome].php

and for each of the URL's used you will need to update your path. In this case my forums are installed in the root directory, so I added the / to the path. If my forums were in /forums, then I would change the links to read something similiar to:

a href="/forums/$vboptions[forumhome].php

You will need to update all your links to use the absolute paths as PhotoPost is not installed in the same directory as vB and so PhotoPost needs to know where to follow the links to.

Also, check your headinclude template:

var IMGDIR_MISC = "$stylevar[imgdir_misc]";

And either put a / in the path or change your vb configuration to point to /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