MyBB Community Forums

Full Version: Help me about Forums Icons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Quote:What is the image that you exactly want to delete and which is the one you want to keep? Undecided

bigin is
[Image: m259pq4xi9qfl5judue.jpg]



i I do instructions
[/quote]
PHP Code:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>

In "forumbit_depth1_cat" , find the following;
PHP Code:
<td class="tcat" colspan="2">
and Change it into;
PHP Code:
<td class="tcat" colspan="1">

In "forumdisplay_subforums" , find the following and remove;
PHP Code:
<td class="tcat" width="2%">&nbsp;</td>
Quote:results
[Image: infs1uu01lwa4lqvgk.png]

cause????????
Sorry, i don't really understand what the problem really is Undecided
Pages: 1 2