View Single Post
Old 03-17-2005, 08:04 PM   #1 (permalink)
vinaur
Insane
 
Hardwired and GrassyKnoll problem

There is a small error in the source code on Hardwired and GrassyKnoll skin, which prevents images from displaying on the home page (http://www.tfproject.org). I looked around in the source code and found this small error. The problem is that by image source urls are missing "ftp/" infront of them. For instance:

Code:
img alt="Tilted Forum Project" border="0" src="images/hardwired/tfproject.gif"
instead of


Code:
img alt="Tilted Forum Project" border="0" src="tfp/images/hardwired/tfproject.gif"
Also this line might need to be changed:

Code:
var IMGDIR_MISC = "images/hardwired/misc";
I PM'ed Halx about this, but he has not replied nor fixed the problem. I would imagine that it is not that hard to fix. Maybe one of the Mods out there has enough privileges to fix this problem.


BTW, so is anyone interested in more skins???
vinaur is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37