Change Icons Read/unread....

I to change the read and unread icons to something more appropriate for my forum and I want a different icon for each forum...

Can someone teach me how to do this :)

thanks

#534791

Alright I have made a little headway.. mostly with my desktop skin, but I think I can use the same method. I have installed a IPB mod for different icons next to each forum name and description. Basically I use this code below

<center><img src='{$this->settings['board_url']}/public/forumicons_mobile/{$forum_data['icon']}.png' /></center>

That ^^^ would be the modified code for the mobile skin. But my problem is I am limited on editing this kind of stuff and I don't know how to remove the read, unread folders. I would just like to replace with the icons I want next to each forum name...

Here is an example of my pathetic attempts:

post-113128-126682027613_thumb.png

Pretty much all I did was add the code above just below this code

<li class="arrow {$forum_data['img_new_post']}">

Now on my desktop skin a little more code was needed, but I can't see to get this. Also I need to remove those folder icons ( they have been changed to iphone icons )

Anyone ?

Thanks

IMG_0424.PNG
IMG_0424.PNG

#534835