Hello guys,
in this tutorial i will be show you how to add icon For Part mybb without plugin
Go > admincp > Templates & Style > Templates > Forum Bit Templates > forumbit_depth2_forum
Find this code
change to this
And save it
then Go to your FTP & FileZilla > images > create new file > name of file ficon > and save
go to your forum you see the icon part all of them like this
![[Image: 549b4f4ef4171.png]]()
Ok right click on the icon > click Copy image url > paste anywhere > and you see number of part for example :
http://domain.com/images/ficons/2.png
it mean this part number ( 2 )
Ok then you have add icon
Go FTP & FileZilla > images > ficon > transfer your icon and rename to ( 2.png )
why number ( 2 ) ?
because you have number 2 in the part mybb
For another part like to this
enjoy
in this tutorial i will be show you how to add icon For Part mybb without plugin
Go > admincp > Templates & Style > Templates > Forum Bit Templates > forumbit_depth2_forum
Find this code
Code:
<td class="{$bgcolor}" align="center" valign="top" width="1"><span class="forum_status forum_{$lightbulb['folder']} ajax_mark_read" title="{$lightbulb['altonoff']}" id="mark_read_{$forum['fid']}"></span></td>
change to this
Code:
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" /></td>
And save it
then Go to your FTP & FileZilla > images > create new file > name of file ficon > and save
go to your forum you see the icon part all of them like this
![[Image: 549b4f4ef4171.png]](http://up.h4kurd.com/files/549b4f4ef4171.png)
Ok right click on the icon > click Copy image url > paste anywhere > and you see number of part for example :
http://domain.com/images/ficons/2.png
it mean this part number ( 2 )
Ok then you have add icon
Go FTP & FileZilla > images > ficon > transfer your icon and rename to ( 2.png )
why number ( 2 ) ?
because you have number 2 in the part mybb
For another part like to this
enjoy