inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Nov 30, 2013 15:10:23 GMT -8
Actually, nevermind. I figured out why most of your plugins are not working. You have the $[header] variable in the forum wrapper before everything and that's not good. Most plugins utilize jQuery, and the way you have it the jQuery library hasn't been loaded when the plugins that use it have so it doesn't work. What you need to do is PM me your forum wrapper template and I will fix it for you.
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Nov 30, 2013 18:24:28 GMT -8
I see your profile. I made you an administrator so you can look for yourself.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 1, 2013 16:21:34 GMT -8
I fixed it for you. Now the plugins that you said weren't working should be working now.
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Dec 1, 2013 16:39:51 GMT -8
Thanks very much.
I am very grateful for you guys that volunteer to fix these problems for non-coders such as myself.
Thanks for your time.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 1, 2013 16:41:47 GMT -8
Its all good. If you ever any further trouble let me know.
|
|
inherit
189006
0
Jan 23, 2014 13:36:37 GMT -8
boltonterrier
17
January 2013
boltonterrier
|
Post by boltonterrier on Dec 4, 2013 7:40:48 GMT -8
Plugin DownloadDislike System
Dislike System CompanionPlugin Info & Instructions Dislike System: This plugin adds a dislike button along side the like button. 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} Legend. Ta mate just spotted this..
|
|
sss24
New Member
Posts: 154
inherit
197166
0
Feb 26, 2015 15:13:56 GMT -8
sss24
154
July 2013
sss24
|
Post by sss24 on Dec 4, 2013 13:48:27 GMT -8
Anyway to keep the "like" font in blue and change the "dislike" font to red? Thanks in advance.
And thank you for making this plug-in, I was wondering when a dislike button compatible with the like button would be available. Also, is there an option that can allow individual users to disable the feature if they don't want to see who's disliking their posts?
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 4, 2013 15:00:57 GMT -8
Anyway to keep the "like" font in blue and change the "dislike" font to red? Thanks in advance. And thank you for making this plug-in, I was wondering when a dislike button compatible with the like button would be available. Also, is there an option that can allow individual users to disable the feature if they don't want to see who's disliking their posts? Do you mean the names in blue for likes? Or no? There is not an option for users to choose if they want the disliking enabled.
|
|
sss24
New Member
Posts: 154
inherit
197166
0
Feb 26, 2015 15:13:56 GMT -8
sss24
154
July 2013
sss24
|
Post by sss24 on Dec 4, 2013 21:23:27 GMT -8
Anyway to keep the "like" font in blue and change the "dislike" font to red? Thanks in advance. And thank you for making this plug-in, I was wondering when a dislike button compatible with the like button would be available. Also, is there an option that can allow individual users to disable the feature if they don't want to see who's disliking their posts? Do you mean the names in blue for likes? Or no? There is not an option for users to choose if they want the disliking enabled. Yes, I'd prefer "X likes this" to appear in blue rather than red. It's no big deal, but that would be my preference.
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 4, 2013 21:56:40 GMT -8
Put this in your forums CSS.
This will change the text color along with the usernames of the likes and dislikes.
span[class^="dislikes"], span[class^="dislikes"] a { color: red; } span.likes, span.likes a { color: blue; }
If you want the usernames to retain the default link color then use this instead.
span[class^="dislikes"] { color: red; } span.likes { color: blue; }
|
|
sss24
New Member
Posts: 154
inherit
197166
0
Feb 26, 2015 15:13:56 GMT -8
sss24
154
July 2013
sss24
|
Post by sss24 on Dec 5, 2013 8:00:20 GMT -8
Thanks!
|
|
inherit
170346
0
Mar 1, 2016 12:53:37 GMT -8
Shorty
Yeah, I'm that cool. Lol! No I'm not.
3,018
August 2011
shortyverrett94
|
Post by Shorty on Dec 5, 2013 8:59:19 GMT -8
Welcome
|
|
soup
New Member
Posts: 123
inherit
soup.alvarado@gmail.com
194992
0
Nov 19, 2015 12:06:06 GMT -8
soup
123
June 2013
soup
|
Post by soup on Dec 5, 2013 9:20:21 GMT -8
Shortylove this plug in, i'm trying to use the companion to keep up with user dislikes. I put it in the mini profile layout, and it's showing up in the mini profile but it's not keeping tabs. Any ideas? www.tmbsimleague3.proboards.comTIA
|
|
soup
New Member
Posts: 123
inherit
soup.alvarado@gmail.com
194992
0
Nov 19, 2015 12:06:06 GMT -8
soup
123
June 2013
soup
|
Post by soup on Dec 5, 2013 9:40:28 GMT -8
also every time i see your name i cant help but sing...
shorty get down good Lord baby got em open all over town strictly biz dont play around cover much grounds got game by the pound
|
|
soup
New Member
Posts: 123
inherit
soup.alvarado@gmail.com
194992
0
Nov 19, 2015 12:06:06 GMT -8
soup
123
June 2013
soup
|
Post by soup on Dec 5, 2013 9:44:19 GMT -8
to make it easier, this is what i have in my mini profile:
<div class="$[miniprofile_class]"> $[user]<br /> {if !$[user.is_member]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br />$[user.group.stars]<br /> {elseif $[user.rank]} $[user.rank.name]<br /> {if $[user.rank.stars]} $[user.rank.stars]<br /> {/if} {/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} {if $[user.is_online]}<span class="italic is-online">member is <b>online</b></span><br />{/if} $[user.warning.bar] <br /> {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} {if $[user.personal_text.message]} $[user.personal_text]<br /> {/if} {if $[current_user.is_member]}<br /><a href="$[user.pm_href]" alt="PM $[user.name]"><img src="http://documentarytorrents.com/themes/NB-Documentary/forums/icon_pm.gif" border="0" /></a>{/if} {if $[user.is_member]} <div class="info"> <br /><span class="posts">Posts: $[user.posts]</span><br /> <br /> Likes: $[user.likes] <div class="info"> {if $[user.is_member]}<br />Dislikes: <span id="user-dislikes-number-$[user.id]"></span>{/if} <br /> {if $[user.location]}<br /><span class="location">Location: $[user.location]</span>{/if} {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span> {/foreach} </div> <br /> {/if} <span class="userKarmaNumber$[user.id]"></span><br /> <br /> <span class="karmabuttons"></span><br /> <br /> <span class="joined">Joined: $[user.registered_on_short]</span> {if $[user.badges_miniprofile]} <br /> <div class="$[user.badges_miniprofile_container_class]"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div>
|
|