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.
|