Icons not showing?

xCensored

New Member
Look at my site. ultdmovies.com

The icons aren't showing when you click on a forum topic. The icons on the left don't show next to the forum posting. Help!
 
this is your path :
Code:
http://www.ultdmovies.com/forum/sports/images/misc/line-left.gif

go to admincp > styles & templates > style manager > your skin > dropdown box pick stylevar > edit

go to where you image paths are and make sure your path is correct as in sports/images/misc, sports/images/statusicons .........etc once finished click save then f5 and see if that did it .
 
My links are correct. I tried looking for sports/ and there isn't a sports folder.
I looked it up in templates and found this.
<!-- logo -->
<a name="top"></a>
<table border="0" width="780" cellpadding="0" cellspacing="0" align="center" style="background-image:url($stylevar[imgdir_misc]/head_back.jpg)">
<tr>
<td valign="top"><img src="$stylevar[imgdir_misc]/logo.jpg" border="0" alt=""/></td>
<td align="right" valign="bottom"><img src="$stylevar[imgdir_misc]/right.jpg" alt="" /></td>
</tr>
</table>
<!-- /logo -->
<table width="780" style="background-image:url($stylevar[imgdir_misc]/line.gif)" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/line-left.gif" border="0" alt="" /></td>
</tr>
</table>
<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]
 
sports is the name of the theme and it has to be added in the stylevar section to have your icons show up.

$stylevar[imgdir_misc] <----- this means it gets it from the stylevar information and if it is not right then you wont see the icons.......
 
Back
Top