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 Aug 12, 2013 10:08:28 GMT -8
I'm going to push out an update. Didn't really add anything as far as features go. I've removed excess code and added a span tag around the karma text so you can style it. Is there anything y'all want me to add before I add the new version to the library? i noticed that you cannot add more than one member in the "exclude" list - when you add another member, the other one drops off the list... Sorry about that. In the last update I moved some stuff around in the interface. And forgot to make that able to hold more than one again.
|
|
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 Aug 13, 2013 13:35:35 GMT -8
Alright. I finished the karma rank part, I'm going to implement 2 more things, then will push the update out. Hopefully I can get it all done tonight.
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 13, 2013 19:48:16 GMT -8
What is a "mini profile"?
I have no idea where that is or where to put these lines of code.
|
|
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 Aug 14, 2013 7:39:01 GMT -8
What is a "mini profile"? I have no idea where that is or where to put these lines of code. The mini-profile is the thing beside each users post, that shows their name, post count, avatar, rank, etc. For the lines of code. Go to your Admin Panel > Themes > Layout Templates > Mini-Profile and then paste the code where you want it shown in the mini-profile. Also I have updated the karma plugin. It hasn't been approved the library yet, I'll let you know when it is. I added in karma ranks(can be enabled or disabled), karma confirmation pop up(can be enabled or disabled), and added in a default karma amount(for those that have not had karma given to/taken from them). There's also something you'll have to add to the mini-profile to get the karma ranks to appear.
|
|
inherit
153766
0
Oct 26, 2019 8:03:16 GMT -8
jencin
Eternally Optimistic
199
April 2010
jencin
|
Post by jencin on Aug 14, 2013 17:37:05 GMT -8
Our Karma feature had been ticking along pretty well until today. Now, it's completely disappeared from the mini-profiles along with the ping and ding (exalt and smite) symbols. Is this because there's an update going on? What should I do to get everything back on track? Beth, admin/omega Jen's Tapestry jincin1000.proboards.com
|
|
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 Aug 14, 2013 18:08:29 GMT -8
You don't have the plugin enabled or installed?
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 14, 2013 19:51:24 GMT -8
What is a "mini profile"? I have no idea where that is or where to put these lines of code. The mini-profile is the thing beside each users post, that shows their name, post count, avatar, rank, etc. For the lines of code. Go to your Admin Panel > Themes > Layout Templates > Mini-Profile and then paste the code where you want it shown in the mini-profile. Also I have updated the karma plugin. It hasn't been approved the library yet, I'll let you know when it is. I added in karma ranks(can be enabled or disabled), karma confirmation pop up(can be enabled or disabled), and added in a default karma amount(for those that have not had karma given to/taken from them). There's also something you'll have to add to the mini-profile to get the karma ranks to appear. Thanks....But still don't know where to put those lines. I tried in a couple of places, and when I previewed, I didn't see anything. Where is "this(below ) would I put it? <div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}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} $[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 $[user.is_member]} <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</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} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} </div><br /> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div>
|
|
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 Aug 15, 2013 3:03:17 GMT -8
Place it anywhere betwen the first <div> and the last </div>
|
|
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 Aug 15, 2013 10:12:24 GMT -8
The plugin has been updated. Make sure to re-read the instructions so that you can see how to add karma ranks to the mini-profile
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 15, 2013 15:18:23 GMT -8
The plugin has been updated. Make sure to re-read the instructions so that you can see how to add karma ranks to the mini-profile OK...Did this and still cannot get it to work ..... I see the Karma and exalt or smite, but when I click on either one, nothing happens. Don't see nothing about "Ranks". <div class="$[miniprofile_class]"> $[user]<br /> {if $[user.is_guest]}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} $[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 $[user.is_member]} <span class="karmabuttons"></span> <span class="userKarmaNumber$[user.id]"></span> <span class="karmarank$[user.id]"></span> <div class="info"> Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</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} {if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if} </div><br /> {/if} {if $[user.badges_miniprofile]} <div class="$[user.badges_miniprofile_container_class]"> {foreach $[user.badges_miniprofile]} $[user.badges_miniprofile.icon] {/foreach} </div> {/if} </div>
|
|
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 Aug 15, 2013 15:20:01 GMT -8
Forum link?
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 15, 2013 15:24:14 GMT -8
Just edited the above post to this: OK...Did this and still cannot get it to work ..... I see the Karma and exalt or smite, but when I click on either one, nothing happens. Don't see nothing about "Ranks". Karma remains at "0"... Forum is members only so you would not be able to see it....
|
|
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 Aug 15, 2013 15:30:19 GMT -8
I'll sign up. If you have approved registration just approve my account.
|
|
inherit
192970
0
Jul 5, 2016 19:03:04 GMT -8
kpygout
45
April 2013
kpygout
|
Post by kpygout on Aug 15, 2013 15:33:48 GMT -8
I'll sign up. If you have approved registration just approve my account. Sorry my friend..It is a private board and the members woold freak if the saw a new name of someone they didn't personally know. I hope you understand. I also enabled Karma confirmation, and the box pops up when I click to exalt or smite someone, but the Karma still remains at "0".....
|
|
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 Aug 15, 2013 16:32:19 GMT -8
Well then i cant help you.
|
|