I'll try to be clearer.
1. Per the instructions, I created and uploaded 40x40 gif's to my
images/statusicon folder, and renamed them with each of my forum id's. Here's a sample:
http://www.thenoosphere.com/images/statusicon/2.gif
2. Per the instructions, I pasted the code provided into my
forumhome_forumbit_level2_post template as follows:
Quote:
<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div style="float: left; margin: 0px; padding: 0px;">
<img src="$stylevar[imgdir_statusicon]/$forumid.gif" alt=""/></div>
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt1" align="center">$forum[threadcount]</td>
<td class="alt2" align="center">$forum[replycount]</td>
<td class="alt2" align="center">$forum[lastpostinfo]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators] </div></td>
</if>
</tr>
$childforumbits
|
3. Instead of the new gif's displaying on my forum index, I am getting this:
If I made an error at some point in the process, I was hopeful someone with a little bit more experience than I have would be so kind as to point it out to me. It was not my intent to contribute to the problems with our economy, just to take advantage of what looks like a great mod for my website.