inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Aug 23, 2014 16:49:08 GMT -8
Isn't this the current version I installed? So where do I put the option to put level goal below bar? This is where I guess I am confused. Ha! support.proboards.com/post/5985998
|
|
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 Aug 23, 2014 16:52:07 GMT -8
under settings in the plugin GUI. the version you likely have is the one in the library, but if you look at posts above I recently submitted a newer version pending approval.
|
|
Former Member
inherit
guest@proboards.com
213070
0
Nov 22, 2024 13:16:50 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 23, 2014 18:37:10 GMT -8
Ok, I will check that out, when it's approve to see if I like that one better.
Wormoplis, thanks for the help on this.
|
|
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 Aug 29, 2014 10:26:06 GMT -8
new version accepted
|
|
Former Member
inherit
guest@proboards.com
213070
0
Nov 22, 2024 13:16:50 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 29, 2014 10:39:37 GMT -8
Thank you, very much Wormoplis! You are the Awesomeness and keep up the good work.
|
|
inherit
211998
0
Nov 2, 2023 19:15:32 GMT -8
marcusantonus
55
July 2014
marcusantonus
|
Post by marcusantonus on Sept 1, 2014 21:41:16 GMT -8
Hi Wormopolis, I too am not confident in tinkering with CSS coding, where exactly in the MP template should I place the code from your first post? I almost got the answer from other people's posts, but then they worked it out before the answer was spelled out. Thanks Edit: just saw the answer - funnily enough in your first post Having another go, will advise.
|
|
inherit
211998
0
Nov 2, 2023 19:15:32 GMT -8
marcusantonus
55
July 2014
marcusantonus
|
Post by marcusantonus on Sept 1, 2014 21:47:53 GMT -8
No this just isn't working for me. I placed the <span...> coding at the end of my MP template, no effect. In other words, I cannot see the Level up bar on anyone's Mini-profile despite entering all the required settings. Perhaps I need to enter class=levelbarhere as you suggested, but I don't know how to place it correctly into the MP template code. moonbaseone.boards.netGuests can view. Edit: oh. I place it AFTER the last </div>. In other words the VERY bottom Now it's working, phew!
|
|
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 1, 2014 23:46:56 GMT -8
I think you misunderstood what was going on there. the hidden span was only necessary IF you had modified the mini-profile to NOT show post counts. if you had, then the level bar wouldnt be able to find the post count in order to run its engine. so adding the hidden span was so it could get what it needed, without actually showing the post count in the mp like you wanted.
now the target element could be anywhere inside the mp template. it needed to have the class="levelBarHere" in order to place it in a specific place, otherwise it would append to the bottom of the MP on its own. if you wanted it in a specific spot, you just needed to have something like
<div class="levelBarHere"></div>
in your template.
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 14, 2014 1:31:26 GMT -8
I've tried my best backtracking and troubleshooting to figure this out. No idea why I can't get this to work. Here is my board, everywhere is guest-friendly. I have the level bar below the avatar in the MP. Currently, I have this in the layout template: <div class="levelBarHere"><span style="levelBar"></span></div> I've tried different variations of that. I tried just the div class, just the span style, I had the hidden post count code in there for a while because I thought it was needed if I had modified the post count at all (post count is still there, just has been moved in this theme) and I've tried adding a class to CSS called levelBarHere thinking that, magically, it would make it work. What do? EDIT: I don't know if the span thing should even be there, I added it because it was what the first guy you had commenting had in his/hers.
|
|
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 14, 2014 9:53:25 GMT -8
if you changed how posts are displayed from normal, add <span style="display:none">posts: $[user.posts]</span> into your mini-profile template It cannot find the post count in your templates.
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 14, 2014 16:05:56 GMT -8
Like I said, tried it.
<div class="levelBarHere"><span style="levelBar"></span><span style="display:none">posts: $[user.posts]</span></div>
That's what I have. Am I doing something wrong?
|
|
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 14, 2014 16:36:19 GMT -8
When I stepped through the code, it didn't show that. Is this a multiple theme thing?
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 14, 2014 16:45:59 GMT -8
No, I just added it back after your first reply. I had only what I first showed you to begin with, it's there now.
|
|
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 14, 2014 20:01:56 GMT -8
this is the HTML I see in your mini-profiles: <div class="mini_profile mini-profile"> <div class="mini-profile"> <div class="mini-name"><a title="admin" class="user-link user-1 group-1" style="color: #ffcc00;" href="/user/1">Rennat</a></div> <div style="background-color:#ffcc00;" class="mini-group-color"><b>Administrator</b></div> <div style="background-color:#ffcc00;" class="mini-online"><em>USER IS OFFLINE</em></div> <div class="my_avatar"><div class="avatar-wrapper avatar_size_default avatar-1"><img alt="Rennat Avatar" src="http://storage.proboards.com/5655498/a/gYG6995zKUWFg_VcKl2l.jpg"></div></div> <div class="profilemini"> <div class="top"> <div class="age thing"><br>Years<br>Old</div> <div class="genrace"> <div class="thing"> <span> </span> </div> <div class="thing"> <a href="/conversation/new/1"><strong>PM Me</strong></a> </div> </div> </div> <div class="mini-music"> <object width="200" height="20" type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf"> <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf"> <param name="bgcolor" value="#202020"> <param name="FlashVars" value="mp3=http://a.tumblr.com/tumblr_mhidchJlok1ri7r1qo1.mp3&bgcolor=202020&loadingcolor=383838&buttoncolor=d8d8d8&slidercolor=6b667d;"> </object> </div> </div> </div> <div class="mini-posts"><font color="#949494">114</font> POSTS & <font color="#949494">0</font> LIKES</div>
</div>
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Sept 15, 2014 0:30:56 GMT -8
Sorry, only IC account MPs have the level meter in it. Staff accounts and OOC accounts are not given the same MP layouts, since only IC accounts would be using the character related fields and level meter. Use this profile. The attached image shows the layout for IC account MPs. Attachments:
|
|