2012-04-03, 12:30 PM
(This post was last modified: 2012-04-03, 01:09 PM by GalaxyFreak.)
(2012-04-03, 11:47 AM)Yaldaram Wrote: Yes I know but these are not forums, these are actually categories. And you can't post threads/posts in categories.
This tutorial is supposed to add icon infront of Forums/Subforums.
Yes..... I know but the question is...... how to get also a icon for the category forum... Look the picture in the post here: http://community.mybb.com/thread-92128-p...#pid840003 , if I set now a forum as category there is no picture and everyting is out of sync (last post info, topic count info etc)
So I want to set also a icon for the category forums so you have the same as the "normal" forums and subforums (see also picture here: http://community.mybb.com/thread-92128-p...#pid840016) How to fix this, see the picture for whats the problem...
EDIT:
I have made a new picture, I hope you understand it better now what I mean......
,
I have found it by myself...............
Open the template: forumbit_depth2_cat
Search:
<tr>
<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>
And add after:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>
And the forums that set as category have also the icon, see image: