I installed your Flat Desire theme to my forum, but I want to make two more changes:
Firstly, I would like to remove the blue '(No) New Posts'-block behind on.gif and off.gif, so we can create the following layout:
Please tell me how to remove the block.
Secondly, we tried to add the Like button below posts to our forum, but I didn't work. I tried the same system as you have, but the button does not appear. It is this button:
Like button.png (Size: 1.04 KB / Downloads: 33)
Please help me to integrate it to our forum.
Thanks.
Edit:
I found out how to remove the block. You need to go to forumbit_depth2_forum and replace:
with:
I am still not able to add the like button.
Firstly, I would like to remove the blue '(No) New Posts'-block behind on.gif and off.gif, so we can create the following layout:
Please tell me how to remove the block.
Secondly, we tried to add the Like button below posts to our forum, but I didn't work. I tried the same system as you have, but the button does not appear. It is this button:

Please help me to integrate it to our forum.
Thanks.
Edit:
I found out how to remove the block. You need to go to forumbit_depth2_forum and replace:
Code:
<td class="{$bgcolor}" align="center" valign="top" width="1"><div class="fico"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></div></td>
with:
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']}" /></div></td>
I am still not able to add the like button.