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 Feb 23, 2013 22:57:08 GMT -8
converted from v4.5 code. Browsers tested: IE, FF, and Chrome www.proboards.com/library/plugins/item/124puts a bar at the bottom of mini-profile that indicates the "comparable" posting activity of each member. you choose a number you consider to be "active" and it rates against that number. requires the join date be added to the mini profile using the templates: <span class="post_act">Registered: $[user.registered_on]</span> or if you dont WANT that date to show <span class="post_act" style="display:none">Registered: $[user.registered_on]</span> this plugin allows you to chose the start and end colors of the bar, as well as height and if you want it to be tapered (starts small and widens)
|
|
inherit
189986
0
Jan 18, 2016 11:58:28 GMT -8
hellsblizzz
32
February 2013
hellsblizzz
|
Post by hellsblizzz on Feb 24, 2013 15:46:19 GMT -8
Hello ,
I have a problem with this 1 , the bar dos not show in the profiles . The join date works tough and thank you for that.
i tried posting a couple times to see if it would show up but still nothing . Am i doing something wrong?
I did the post count on 10 .
regards , blizz
|
|
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 Feb 24, 2013 16:35:19 GMT -8
url?
|
|
inherit
189986
0
Jan 18, 2016 11:58:28 GMT -8
hellsblizzz
32
February 2013
hellsblizzz
|
Post by hellsblizzz on Feb 24, 2013 17:14:57 GMT -8
|
|
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 Feb 24, 2013 19:50:52 GMT -8
can you turn off guests must login so i can actually see something?
|
|
inherit
189986
0
Jan 18, 2016 11:58:28 GMT -8
hellsblizzz
32
February 2013
hellsblizzz
|
Post by hellsblizzz on Feb 25, 2013 6:39:50 GMT -8
can you turn off guests must login so i can actually see something? Sure , sorry i forgot that was turned on. www.hellonearthclan.proboards.comthank you for your help Regards blizz
|
|
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 Feb 25, 2013 21:37:53 GMT -8
because the register date isnt in any specific container that I can pull data from, it is recognized by the word "Registered:" in front of it. you have it set to
"Joindate:"
|
|
inherit
189986
0
Jan 18, 2016 11:58:28 GMT -8
hellsblizzz
32
February 2013
hellsblizzz
|
Post by hellsblizzz on Feb 26, 2013 7:01:51 GMT -8
because the register date isnt in any specific container that I can pull data from, it is recognized by the word "Registered:" in front of it. you have it set to "Joindate:" hello, i changed that back to "registered" but sorry to say it still has no effect . I tried it on my test board (clean with no plugins etc)and also there it did not work .
|
|
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 Feb 26, 2013 7:13:13 GMT -8
alright, so now in this instance, you moved the registered date outside of the "info" div where it normally would be put. so I apparently have to put more stuff in to account for that scenario...
|
|
inherit
189986
0
Jan 18, 2016 11:58:28 GMT -8
hellsblizzz
32
February 2013
hellsblizzz
|
Post by hellsblizzz on Feb 26, 2013 7:34:02 GMT -8
alright, so now in this instance, you moved the registered date outside of the "info" div where it normally would be put. so I apparently have to put more stuff in to account for that scenario... this is how it looks in the template: small note the <br /> was placed in later. i am not sure what you trying to say but is this not inside the div? <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} Registered:<br /> $[user.registered_on] {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.miniprofile_badge]} <div class="$[user.miniprofile_badge_container_class]"> {foreach $[user.miniprofile_badge]} $[user.miniprofile_badge.icon] {/foreach} </div> {/if} </div>
|
|
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 Feb 26, 2013 7:54:54 GMT -8
do you see the <div class="info"> ?
thats where I assumed people would be putting things like what v4.5 had (join date, location, posts, etc...). so I targeted that div. you exampled an mp where that wasnt true.
|
|
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 Feb 27, 2013 0:19:30 GMT -8
I wrote a new version that doesnt specifically look for the register date in that info div. I will upload in a few minutes.
edit: that version is uploaded
|
|
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 Feb 27, 2013 12:05:18 GMT -8
I wrote a new version that doesnt specifically look for the register date in that info div. I will upload in a few minutes. edit: that version is uploaded Why not just have them wrap the registered date in a span or something?
|
|
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 Feb 27, 2013 16:22:18 GMT -8
I had the very same thought last night actually. then they could put whatever they wanted in there instead of "Registered" and as long as there was a abbr.time in the target span, it would use it.
Hi-5 SV!
|
|
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 Feb 27, 2013 16:23:21 GMT -8
HI-5! lol
|
|