MyBB Community Forums

Full Version: Vienna theme and MyLikes plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I really enjoy the clean look of the Vienna theme, so my sincere thanks to iAndrew.  

I decided to use the MyLikes plugin because it is an easier way for users to explicitly acknowledge agreement with another user.  It looks fine in the default theme:

[attachment=33366]

But it has a strange overlap in the Vienna theme:

[attachment=33367]

I'm not that technically proficient, so I wonder if anyone would be kind enough to explain how I can resolve this issue so that the Vienna theme behaves more like the default theme in its display of the Like button and the number of times the post has already been liked.

Thank you for your help.
Noticed this as well. Posting for updates on an answer
you find: postbit_mylikes_button template in global template or postbit template
(I do not use this plugin)

Find:
<span id="like_{$post['pid']}" class="mylikes_like {$liked}">{$mylikes}</span>

Replace:
<i style="font-size: 14px;" class="fa fa-thumbs-up fa-fw"></i>
(2014-12-25, 01:45 AM)thanhtua4 Wrote: [ -> ]you find: postbit_mylikes_button template in global template or postbit template
(I do not use this plugin)

Find:
<span id="like_{$post['pid']}" class="mylikes_like {$liked}">{$mylikes}</span>

Replace:
<i style="font-size: 14px;" class="fa fa-thumbs-up fa-fw"></i>

Many thanks, that appears to have done the trick.