|
Post by shortyverrett94 on Nov 13, 2013 22:10:35 GMT -5
Plugin DownloadDislike System
Dislike System CompanionPlugin Info & Instructions Dislike System: This plugin adds a dislike button along side the like button. Place the following CSS in your forums CSS by going to Admin Panel > Themes > Advanced Styles & CSS > Style Sheet and paste the CSS at the bottom. This CSS will give the dislike button an 'active' look when you have a post disliked. .disliked.dislikes-button { color: @buttons_active_text_color; font: @buttons_active_text_font; text-decoration: @buttons_active_text_decoration; background: @buttons_active_background; border: @buttons_active_border; } Dislike System Companion: This plugin will keep track of how many dislikes a user has received since the plugin's installation. You must have the dislike system plugin for this to work.You will need to place the following HTML into the mini-profile template for each theme. I would suggest putting in after <div class="info"> but ultimately it can go anywhere as long as it's before the last </div>. The HTML you need is this: {if $[user.is_member]}<br />Dislikes: <span id="user-dislikes-number-$[user.id]"></span>{/if}
|
|