Quantcast
Channel: Myskins Studio - Free MyBB Themes, Custom MyBB Themes and Premium MyBB Themes - All Forums
Viewing all articles
Browse latest Browse all 5470

Flat Desire - Like button and remove '(No) New Posts'-block

$
0
0
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:


.png  New icon flat.png (Size: 128.8 KB / Downloads: 5)

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:


.png  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:

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.

Viewing all articles
Browse latest Browse all 5470

Trending Articles