MyBB Community Forums

Full Version: How can I do this ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi...I want to add image in my forum like as below picture..How can ı add image???


[Image: aaa2mq.jpg]
Heloo there
In forum bit templates > forumbit_depth1_cat

find

Code:
<td class="thead" colspan="5">
<div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="$expaltext" /></a></div>
<div><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong><br /><div class="smalltext">$forum[description]</div></div>
</td>
</tr>
</thead>
replace it with this code


Code:
<td width="1%" colspan="1" class="thead"><img src="$theme[imgdir]/$folder.gif" alt="" /> </td>
������<td class="thead"��colspan="4"><div class="expcolimage"><a href="javascript:expandCollapse('cat_$forum[fid]');"><img src="$theme[imgdir]/$expcolimage" id="cat_$forum[fid]_collapseimg" border="0" alt="$expaltext" /></a></div>
����������<div><strong><a href="forumdisplay.php?fid=$forum[fid]">$forum[name]</a></strong><br />
��������������<div class="smalltext">$forum[description]</div>
��������</div></td>
����</tr>
��</thead>

regards
This is a code/template modification.. Moving to the templates forum.
thanks zaher...