inherit
173197
0
Sept 9, 2024 23:48:59 GMT -8
nianaris
47
October 2011
nianaris
|
Post by nianaris on Jan 11, 2014 11:19:23 GMT -8
I was wondering if there was a way to have different level rates for different groups. On my forum we have different leveling rates based on your class(using groups to tell what class you are), I would love to use this plug-in but from what I can see it's a blanket effect for all groups.
Is there a way that I can edit it in the CSS or something where I can do that? If so please give me a step by step instruction on how to do it, I don't really know how to do that stuff and fear I would mess something up if I tried on my own.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 11, 2014 15:18:11 GMT -8
hmmm... it will make that autoform way more complicated but yeah it can be done..
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:02:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 11, 2014 19:03:34 GMT -8
I was wondering if there was a way to have different level rates for different groups. On my forum we have different leveling rates based on your class(using groups to tell what class you are), I would love to use this plug-in but from what I can see it's a blanket effect for all groups. Is there a way that I can edit it in the CSS or something where I can do that? If so please give me a step by step instruction on how to do it, I don't really know how to do that stuff and fear I would mess something up if I tried on my own. I absolutely adore this idea.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 11, 2014 21:33:47 GMT -8
couldnt really do it with CSS. all the math is based on actual numbers. CSS wouldnt be able to extract anything. colors are all calculated runtime as well, so CSS wouldnt really affect that either.
it would have to be done by adding group choices into the autoform. which means if you have 6 groups, and 8 different bars per group, you are going to set up 48 bars.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:02:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 11, 2014 22:08:07 GMT -8
I would personally be fine with that. If I want to set up for 8 groups, I'm game for setting up that many, it's sort of my responsibility/problem if I want that many groups. Could it be like the activity meter plugin where the 'general bar' applies to all groups if you have it enabled but then you can make 'specific bars' for one specific group or groups? So instead of selecting boards specifically, you can specify groups, individual or mass.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 11, 2014 23:31:04 GMT -8
I was going to make it easier on myself this time and just have it where if it doesnt have a group attached, it applies to everyone
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:02:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 11, 2014 23:52:52 GMT -8
I like that idea
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 12, 2014 0:18:51 GMT -8
v1.1.0 added ability to assign specific bars to specific groups bars without groups apply to everyone not in those groups it will skip a bar if intermediate applies to group
submitted to library
|
|
inherit
173197
0
Sept 9, 2024 23:48:59 GMT -8
nianaris
47
October 2011
nianaris
|
Post by nianaris on Jan 12, 2014 2:38:36 GMT -8
You are awesome!
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 13, 2014 19:08:12 GMT -8
accepted
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:02:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 13, 2014 19:57:14 GMT -8
Did the new version do anything that might mess with the width of the bar? It stretched across my entire mini-profile before and now it's too small, no matter what coding for width I put into the CSS for it. Not sure if it's something on my part or not
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 13, 2014 20:47:58 GMT -8
all of my bars are about to get that treatment actually. it turns out that webkit doesnt handle fractional widths like mozilla or IE. webkit would make all the cells before the notch be 2px wide and all the ones after be 1px wide.. which put the notch in the wrong spots. it did that because the bar width was 150px, and it was being divided into 100 parts. webkit cant deal with 1.5 pixels. so it did whatever it wanted instead of alternating them like mozilla and IE. so I had to condense the bar down to 100px in order to make it be right. the other option was to stretch it to 200px, which I didnt think anyone would want.
the activity bars are going to get the same treatment in their next upgrade
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:02:53 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 13, 2014 20:54:24 GMT -8
Ah ohkay that makes sense, thank you for clarifying =)
|
|
inherit
194160
0
Mar 23, 2015 9:54:45 GMT -8
blc
2,641
May 2013
blc
|
Post by blc on Jan 30, 2014 22:05:26 GMT -8
Wormopolis, is it possible to have this plug in allow for the admin to use special images? Like when you reach a certain rank/number the stars get replaced with certain images the admin wanted to use? I have looked at the theme images and the member rankings but when I added an image to the theme stars to use as a replacement, the new image doesn't show up in the member rankings area for me to select. I thought I saw a plug in before that might allow for this, but I just went through them all again and didn't see it. Maybe I missed it. I'm trying to do this to my site but a friend wants to do this to theirs and we don't know how to do this? I just thought maybe this plug in would work for that since it deals with rankings.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Jan 30, 2014 23:17:09 GMT -8
that seems like it might be a bug? I was under the impression you could upload a new star image and use it in the rankings...
|
|