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:28:57 GMT -8
I'm trying to move the 'Posting Activity' text which would include the bar itself down a little bit. The 'Posting Activity' text is too close to the 'likes' text. I just want to put some space between each other. I've tried to mess with the settings but to no avail. Am I missing something in the settings to achieve what I'm trying to do?
Edit: It's more like it's 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 16:50:03 GMT -8
I meant the number below setting. you can do some CSS to adjust the text above and below
div.activity-bar {margin-top: -5px; margin-bottom:-5px}
the next version (that I cant submit until I get home) will have those as settings, as well as the ability to change the title.
|
|
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 20:16:22 GMT -8
Wormopolis Oh my goodness, I've tried messing around with the text adjustment for above and below but am lost on how to embed it into the code below. I need to take a class. lol Not sure where to place this in the code: div.activity-bar {margin-top: -5px; margin-bottom:-5px} <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 21:33:42 GMT -8
that CSS needs to go into your CSS section for your forum
|
|
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 22, 2013 1:18:42 GMT -8
v 1.2.2 submitted to library
|
|
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 24, 2013 19:07:02 GMT -8
version 1.2.2 is in library. it has a couple entries that allow you to vertically move the text above and below the bar closer to the bar. you can also now change the title of the bar if you want to.
|
|
inherit
194168
0
Nov 3, 2014 23:29:47 GMT -8
mrlamont
61
May 2013
mrlamont
|
Post by mrlamont on Jun 30, 2013 15:25:38 GMT -8
Hello, I Installed your Plugin on my forum and the bar is not showing up. I didn't know where to put <span class="post_act">Registered: $[user.registered_on]</span> so I added it to the end of the Mini profile template, I changed registered to Joined. Thanks for any help, mrlamont.
|
|
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 30, 2013 15:40:53 GMT -8
move it into that <div class="info"> for the time being
|
|
inherit
194168
0
Nov 3, 2014 23:29:47 GMT -8
mrlamont
61
May 2013
mrlamont
|
Post by mrlamont on Jul 1, 2013 20:02:03 GMT -8
Ok I did, and wow it's working now thanks a lot.
|
|
inherit
ccarrico.jester@yahoo.com
193678
0
Jul 17, 2013 16:08:20 GMT -8
PlaneTrigor
39
May 2013
planetrigor
|
Post by PlaneTrigor on Jul 7, 2013 7:46:57 GMT -8
Ok i have it up but it doesnt show the bar that indicates the users actual activity i just have the red to green part. planetrigor.proboards.com
|
|
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 Jul 7, 2013 11:46:14 GMT -8
you dont have the span with register date. look again at the instructions, or start from page 1 of this thread to see what Im talking about.
|
|
inherit
ccarrico.jester@yahoo.com
193678
0
Jul 17, 2013 16:08:20 GMT -8
PlaneTrigor
39
May 2013
planetrigor
|
Post by PlaneTrigor on Jul 7, 2013 14:58:08 GMT -8
OK i got it fixed lol i misread some of the instructions dont ask how. This plugin is amazingly awesome and am incredibly` happy that it exists
|
|
inherit
ccarrico.jester@yahoo.com
193678
0
Jul 17, 2013 16:08:20 GMT -8
PlaneTrigor
39
May 2013
planetrigor
|
Post by PlaneTrigor on Jul 9, 2013 5:50:00 GMT -8
Is there a way to get this plug in to work on a week to week basis or a month to month?
|
|
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 Jul 9, 2013 9:03:36 GMT -8
posts arent date stamped on the member's profile in order to select a range of them. you cant just look at a profile and see the posts from the last week in order to display a meter for that.
|
|
inherit
Owner of #1 Proboard
2445
0
May 22, 2022 6:33:28 GMT -8
JayWF
Experience Unconditional Love... Adopt a Greyhound
1,777
January 2002
jayw
|
Post by JayWF on Jul 14, 2013 17:55:50 GMT -8
Hello, wfigs.proboards.comFor some reason this works on our red theme but not the blue (default) theme. Any ideas? Thanks! Jay
|
|