Quote:
Originally Posted by setishock
And another thing> The bottom of the forum table is missing. The bar that runs along the bottom with the blue stripe. What is the name of the file and what folder is it in. Also if it's a filler, what is the instruction for it? Like repeat x top left?
|
Quote:
Originally Posted by Blizzard_Storm
I hate to ask such a stupid question though on my forum, the blue line at the bottom part of each section doesn't display completely. I'm curious as to what image I didn't upload would cause that problem and where I upload it to.
|
The image is the "tcat_bottom_fill", It should be in the Misc folder and the code should be in the "forumhome_forumbit_level1_nopost" template.
1. Make sure the image was uploaded to your Blak-Ice misc folder
2. go to the blak ice style through your admincp>styles and templates>style manager
3. open the forumhome_forumbit_level1_nopost template
4. find:
Code:
$childforumbits
</tbody>
</if>
5. After make sure this code is there:
Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center" class="utcat">
<tr>
<td align="left" border="0" valign="top"><a href="#top" onclick="return toggle_collapse('forumbit_$forumid')" border="0"><img src="$stylevar[imgdir_misc]/tcat_bottom_left.gif" border="0"/></a></td>
<td align="center" width="100% border="0" valign="top"><a href="#top" onclick="return toggle_collapse('forumbit_$forumid')" border="0">
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td align="left" valign="top" border="0"><img src="$stylevar[imgdir_misc]/tcat_bottom_fill.gif" border="0" />
</tr>
</table>
</a></td>
<td align="right" border="0" valign="top"><a href="#top" onclick="return toggle_collapse('forumbit_$forumid')" border="0"><img src="$stylevar[imgdir_misc]/tcat_bottom_right.gif" border="0"/></a></td>
</tr>
</table>
<br />
Most likely the image didn't upload correctly so check that first then verify the coding is correct...Let me know if that does it