Former Member
inherit
guest@proboards.com
188604
0
Nov 29, 2024 10:53:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 22, 2013 16:29:06 GMT -8
And to make it smaller? I thought perhaps adding a code to the CSS that said avatar_tiny (24x24) or something... but when I tried that, my picture disappeared altogether Thanks!
|
|
Former Member
inherit
guest@proboards.com
188604
0
Nov 29, 2024 10:53:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 22, 2013 17:06:40 GMT -8
Ok... I decided to have a quick dabble. Under
.avatar_size_small, .avatar_size_small embed, .avatar_size_small object, .avatar_size_small > div, .avatar-wrapper.avatar_size_small > div > div { height: 50px; width: 50px; }
.avatar_size_small img, .avatar_size_small default { max-height: 50px; max-width: 50px; }
I added this code:
.avatar_size_tiny, .avatar_size_tiny embed, .avatar_size_tiny object, .avatar_size_tiny > div, .avatar-wrapper.avatar_size_tiny > div > div { height: 25px; width: 25px; }
.avatar_size_tiny img, .avatar_size_tiny default { max-height: 25px; max-width: 25px; }
Then changed the shoutbox bit to
$[shoutbox_post.created_by_user.avatar_tiny]
I thought that would do the trick, but now no avatar is shown at all in the shoutbox. Obviously there is something I missed... any idea what I'd need to change?
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 24, 2013 3:19:05 GMT -8
Very nice! I love this one. Thanks
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Jan 25, 2013 20:05:20 GMT -8
bump
Still trying (failing) to make the avatar smaller. Anybody have any luck?
|
|
inherit
189450
0
Apr 8, 2014 11:22:06 GMT -8
kittyshinju
3
February 2013
kittyshinju
|
Post by kittyshinju on Feb 15, 2013 15:52:12 GMT -8
I'm not certain if anyone else is still looking for this, but after some experimentation and looking at the style sheet I managed to get the shoutbox avatars down to Quote Size using this <div class="avatar_size_quote" style="float: left; width: 40px;"> $[shoutbox_post.created_by_user.avatar] </div> Rather than <div style="float: left; width: 60px;"> $[shoutbox_post.created_by_user.avatar_small] </div> It looks like this.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 15, 2013 17:12:52 GMT -8
I'm not certain if anyone else is still looking for this, but after some experimentation and looking at the style sheet I managed to get the shoutbox avatars down to Quote Size using this <div class="avatar_size_quote" style="float: left; width: 40px;"> $[shoutbox_post.created_by_user.avatar] </div> Rather than <div style="float: left; width: 60px;"> $[shoutbox_post.created_by_user.avatar_small] </div> It looks like this. Where did you make this change? In the Style Sheet? I don't see the original $[shoutbox_post.created_by_user.avatar_small] you refer to.
|
|
inherit
189450
0
Apr 8, 2014 11:22:06 GMT -8
kittyshinju
3
February 2013
kittyshinju
|
Post by kittyshinju on Feb 15, 2013 17:34:26 GMT -8
I'm not certain if anyone else is still looking for this, but after some experimentation and looking at the style sheet I managed to get the shoutbox avatars down to Quote Size using this <div class="avatar_size_quote" style="float: left; width: 40px;"> $[shoutbox_post.created_by_user.avatar] </div> Rather than <div style="float: left; width: 60px;"> $[shoutbox_post.created_by_user.avatar_small] </div> It looks like this. Where did you make this change? In the Style Sheet? I don't see the original $[shoutbox_post.created_by_user.avatar_small] you refer to. It's in the same place as the original code. I only changed 3 lines from what is in the first post. Modifying the Shoutbox Individual posts template.
|
|
inherit
22402
0
Nov 8, 2021 11:42:58 GMT -8
DeltaDart
Ultimate Interceptor
522
April 2004
mcgeep
|
Post by DeltaDart on Feb 15, 2013 17:51:35 GMT -8
Where did you make this change? In the Style Sheet? I don't see the original $[shoutbox_post.created_by_user.avatar_small] you refer to. It's in the same place as the original code. I only changed 3 lines from what is in the first post. Modifying the Shoutbox Individual posts template. Thanks, yes I found it in Individual Posts after I posted this. I was blind Thanks kittyshinju
|
|
inherit
189450
0
Apr 8, 2014 11:22:06 GMT -8
kittyshinju
3
February 2013
kittyshinju
|
Post by kittyshinju on Feb 15, 2013 17:52:46 GMT -8
It's in the same place as the original code. I only changed 3 lines from what is in the first post. Modifying the Shoutbox Individual posts template. Thanks, yes I found it in Individual Posts after I posted this. I was blind Thanks kittyshinjuYou're welcome. I'm glad to be able to help DeltaDart
|
|
inherit
190752
0
Jun 15, 2022 9:16:32 GMT -8
AVIAN
39
March 2013
xxspade
|
Post by AVIAN on Mar 18, 2013 23:18:14 GMT -8
|
|
Former Member
inherit
guest@proboards.com
188474
0
Nov 29, 2024 10:53:25 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 23, 2013 14:59:25 GMT -8
Is there a way to make the posts smaller? Mine are showing up really big
|
|
inherit
190752
0
Jun 15, 2022 9:16:32 GMT -8
AVIAN
39
March 2013
xxspade
|
Post by AVIAN on Apr 7, 2013 16:53:39 GMT -8
Is there a way to make the posts smaller? Mine are showing up really big same here.
|
|
inherit
192540
0
May 7, 2013 2:20:18 GMT -8
rustyfox
2
April 2013
rustyfox
|
Post by rustyfox on Apr 8, 2013 23:46:19 GMT -8
Thanks dude, this is awesome!!
|
|
inherit
133338
0
Apr 22, 2024 6:38:54 GMT -8
MC
162
November 2008
mooncath
|
Post by MC on Apr 20, 2013 10:50:14 GMT -8
All of a sudden, the avatars are not showing up on my test board... I didn't add anything that could interfere so, I'm totally baffled.
|
|
inherit
167603
0
Aug 5, 2013 21:55:15 GMT -8
LifeOfWylie
261
June 2011
wylie
|
Post by LifeOfWylie on Apr 25, 2013 5:48:21 GMT -8
My avatars don't show up in my Shoutbox either, but there is a space for them. It also removes the names, even when making the text smaller.
Speaking of, for those who wish to do so: You can make the SB's text smaller by going to Themes > Advanced Styles & CSS > Visual Editor. Scroll all the way down to the Objects section and open the Shoutbox part (even if it is dim). Open up all arrowed parts and edit anything with the word "Text" in it and its Font Size. Hope this helps.
|
|