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 Jun 20, 2013 8:26:42 GMT -8
change it to be
display:none
you have 2 colons in there
and yes I can add in the option to remove the hover
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jun 20, 2013 12:42:44 GMT -8
Hi Wormopolis, I posted for a plugin here, and you mentioned that by hovering over the bar would show the avg posts per day. I can't get this plugin to show at all and it could be conflicting with another plugin .. but I've disabled them all and still can't get it to appear. Further, would it still be possible to get something made to where it shows like this where the arrow is pointing so it shows all the time in the mini-profile and profile section, vs having to hover over it like the 'posting activity bar' to see the results? If not, I would like to at least get the 'posting activity bar' to work, if possible. I use to have a code from v4 that showed like the request I'm asking for .. but can't find it to save my life. The 'posting activity bar' is nice, but because you have to hover over it ... it brings to mind the old saying, 'out of sight - out of mind'. Seeing, is believing.
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 20, 2013 14:14:12 GMT -8
change it to be display:none you have 2 colons in there and yes I can add in the option to remove the hover oh didn't see that. ;-) thank you very much, i appreciate your work, if you've ever got the cahnce to get to Berlin, Germany i'll show you the City.
|
|
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 Jun 20, 2013 18:48:44 GMT -8
Hi Wormopolis, I posted for a plugin here, and you mentioned that by hovering over the bar would show the avg posts per day. I can't get this plugin to show at all and it could be conflicting with another plugin .. but I've disabled them all and still can't get it to appear. Further, would it still be possible to get something made to where it shows like this where the arrow is pointing so it shows all the time in the mini-profile and profile section, vs having to hover over it like the 'posting activity bar' to see the results? If not, I would like to at least get the 'posting activity bar' to work, if possible. I use to have a code from v4 that showed like the request I'm asking for .. but can't find it to save my life. The 'posting activity bar' is nice, but because you have to hover over it ... it brings to mind the old saying, 'out of sight - out of mind'. Seeing, is believing. lets start by getting the bar to show up first. then I can make a mod to have it put text underneath. what do you have in the mini-profile template? change it to be display:none you have 2 colons in there and yes I can add in the option to remove the hover oh didn't see that. ;-) thank you very much, i appreciate your work, if you've ever got the cahnce to get to Berlin, Germany i'll show you the City. I would love to visit other countries but I have this deep rooted fear that the united states will seize the opportunity and not let me back in. I will become a man without a country and end up in a work camp in siberia somehow...
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jun 20, 2013 19:42:25 GMT -8
Great, Wormopolis! I have the following in my mini-profile template. <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"> <!--Email and PM buttons in the mini-profile!--> <br /><a href="$[user.pm_href]" alt="PM $[user.name]"><img src="http://images.proboards.com/buttons/message_sm.gif"></a> {if $[user.email]} <a href="mailto:$[user.email]"><img src="http://images.proboards.com/buttons/email_sm.gif"></a> {/if} <br /> Registered on: $[user.registered_on]<br /> 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} {if $[user.likes]} <br /><font size="0">Likes: $[user.likes] {/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> ------ I am also using the 'Awards System' plugin.
|
|
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 Jun 20, 2013 21:19:43 GMT -8
you are missing the part in the template it needs with register date. check out the instructions on the plugin and it will show you what you need to add in there.
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jun 21, 2013 5:29:55 GMT -8
Wormopolis Not sure where to put this <span class="post_act">Registered: $[user.registered_on]</span> but, I tried putting it outside the bottom of the code and just inside the code. Could you put it inside the code or at least tell me where it goes? Coding and me are like oil and vinegar. :/
|
|
inherit
mertel.angelo@yahoo.de
195596
0
Jun 21, 2013 5:46:35 GMT -8
angelo762
11
June 2013
angelo762
|
Post by angelo762 on Jun 21, 2013 5:46:35 GMT -8
thank you wormopolis and yes once you are out you are out. ;-P
|
|
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 Jun 21, 2013 6:48:03 GMT -8
Wormopolis Not sure where to put this <span class="post_act">Registered: $[user.registered_on]</span> but, I tried putting it outside the bottom of the code and just inside the code. Could you put it inside the code or at least tell me where it goes? Coding and me are like oil and vinegar. :/ you already have the registered on dates in your template. just surround that line with the span tags the code needs
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jun 21, 2013 12:21:24 GMT -8
Hey Wormopolis, I did what you said but it's still not showing. Below, is what I have in my mini-profile template.
<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"> <!--Email and PM buttons in the mini-profile!--> <br /><a href="$[user.pm_href]" alt="PM $[user.name]"><img src="http://images.proboards.com/buttons/message_sm.gif"></a> {if $[user.email]} <a href="mailto:$[user.email]"><img src="http://images.proboards.com/buttons/email_sm.gif"></a> {/if} <br /> <span class="post_act">Registered: $[user.registered_on]</span><br /> 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} {if $[user.likes]} <br /><font size="0">Likes: $[user.likes] {/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 Jun 21, 2013 13:48:10 GMT -8
That seems right. What URL can I look at?
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jun 21, 2013 15:02:44 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 Jun 21, 2013 15:06:51 GMT -8
new version accepted into library M³ Im not sure why, but there is a commented out line in your version that I dont remember commenting out.. but the version now in the library definately doesnt have that line off.
|
|
inherit
8275
0
Apr 8, 2024 11:05:50 GMT -8
M³
SF 49ers
2,120
March 2003
madmastermind
|
Post by M³ on Jun 21, 2013 15:17:14 GMT -8
Awesome, Wormopolis!!! I love it! Thank you so much for all your help. Edit: I do have one last question, how do I get the 'Posting Activity' text to move down a little bit. It's a little too close to the 'likes'.
|
|
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 Jun 21, 2013 15:24:11 GMT -8
good deal. the option you were after is on the settings tab
|
|