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 Sept 15, 2014 1:40:46 GMT -8
ok.. so what we have here is some weirdness.
first off, you dont need this:
<span style="levelBar"></span>
the code adds that on its own.
second, you have some CSS somewhere that looks like this:
.profilemini div { display: inline-block; }
that is wrecking havoc on how the bar is displayed. so you need to add this into your CSS underneath where you have that other one
div.levelBar table div {display:block}
thirdly, you nested two div with class='mini-profile'
so the code is actually running twice. it looks for a div with that class and puts the bar in. since you have it wice, one inside the other, it is doing exactly what its supposed to do. you really dont need to have the nested divs. just leave the classname on the outer one.
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 15, 2014 2:36:37 GMT -8
Does this (div.levelBar table div {display:block}) go within
.profilemini div { display: inline-block; }
or beneath it. I tried both, neither seemed to make a difference. I think I removed that second mini-profile classname, it was mini_profile though.
Sorry, I know next to nothing about coding, most of this stuff came the way it is.
|
|
inherit
110982
0
Jul 9, 2019 11:10:52 GMT -8
monmonmoney
159
September 2007
monmonmoney
|
Post by monmonmoney on Sept 15, 2014 5:59:07 GMT -8
Thanks for this upgrade! Is there any way to change the font size for the text below the status bar?
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 15, 2014 21:03:53 GMT -8
I don't know what's happened, but the level meter just appeared after I backspaced out of editing a post.. Hopefully it doesn't go anywhere.
|
|
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 Sept 15, 2014 22:38:06 GMT -8
Thanks for this upgrade! Is there any way to change the font size for the text below the status bar? everything resides in a span class="levelBar", so you can add into your CSS span.levelBar {font-size:18px} and it should hit it. if not, you might have to add some more selectors on there to give it specificity (Eton taught me that word) I don't know what's happened, but the level meter just appeared after I backspaced out of editing a post.. Hopefully it doesn't go anywhere. looking at the markup and CSS everything is exactly what I suggested in my post. you might have just needed to do a cache refresh. but it seems to be tracking correctly now.
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 15, 2014 23:53:54 GMT -8
Is there a way to change the content of the text below the gauge (not the style), such as getting rid of that pesky period at the end of the current rank message?
EDIT: It isn't showing up on my profile summary page btw, should it?
|
|
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 Sept 15, 2014 23:59:44 GMT -8
The text is hard coded, so I would have to edit the plugin to make it change.
It currently doesnt show on summary page, mainly because I just never got around to it. it would involve the same kind of things where post count would have to be present on the summary page.
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 16, 2014 1:34:56 GMT -8
I have a general question, then. On some plugins, I'm allowed to go into build mode, which helps me change what I need in terms of stuff like that, that hasn't been given an edit option in the plugin itself. Why do some plugins allow users to build them and others don't?
|
|
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 Sept 16, 2014 7:03:01 GMT -8
because I want control over what the users change. too many times in V4 people would make changes to the codes without knowing what they were doing and screw it all up. then they would come back to the support boards with "It doesnt work". then after a dozen questions they would admit that they made some sort of edit. so personally, I would rather not deal with the situation.
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Sept 28, 2014 2:59:21 GMT -8
Is it possible to make the current level rank appear below the bar ? Currently, it's not possible to tell what level you are at unless you hover over the bar.
|
|
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 Sept 28, 2014 3:05:20 GMT -8
Yep. look in the settings.
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Sept 28, 2014 3:24:35 GMT -8
This is what I get when I enable "Next level below bar". It only shows the amount of posts needed to get to the next level, it doesn't show the name of the current level. And this is "Current status below bar". It shows both the current and next levels, but it looks conjusted. Is it possible to make the format like this :- Current Level Name Level Bar Next Level Name by No. of posts. As an example, it will look like :- Ray Of Hope Level Bar Legend by 1000 posts.
|
|
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 Sept 28, 2014 10:56:56 GMT -8
well it would require rewriting it. and then the next person will want the wording different. then the next. then the next.
Ill think about it.
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Sept 28, 2014 11:17:11 GMT -8
well it would require rewriting it. and then the next person will want the wording different. then the next. then the next. Ill think about it. Ok, then Thanks.
|
|
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 Sept 28, 2014 23:57:35 GMT -8
v1.2.0 submitted
added option to show current/next level text above or below added option to suppress stats (post milestone and % to next) on current rank
|
|