Quote:
Originally Posted by Zelda-King
One thing I've not seen mentioned here which is critical for the header: the best way to get it to work is to paste the header template to index_header, OK I saw that but what wasn't covered is the href/image paths for the title logo need prefixing 'with forumdirectoryname/' (and in some cases the image path in Style Options for your logo needs alternatively either having the full OR partial path given).
|
The easiest solution to this is to add:
<base href="http://www.yourdomain.com/yourforumdirectory/" />
To the <HEAD> section of your pages.
Then all images, etc would be relative to the directory in the 'base' tag... meaning that you don't have to fix all of your smiley paths, image paths, attachment paths, etc... as they all just work!