I have just installed version 8.04 and
forum/default.asp does not show any images.
I have looked at the source and all images have the tag:
src="<% = strImagePath %>stats_bar.gif"
And strImagePath seemed to be empty.
So I searched for every instance of:
strImagePath =
and found 4 instances which I changed to:
strImagePath = "forum_images"
This does not help, the path is still empty:
src="stats_bar.gif"
So my questions are:
1. Why dont images display correctly for an out of the box version of the software
2. How do you change strImagePath
I must be doing something really stupid here