Former Member
inherit
guest@proboards.com
222576
0
Nov 26, 2024 18:08:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 25, 2016 4:35:00 GMT -8
hi So i want to put a small avatar in the action bar $[user.avatar_small] What do i put this in pls ? <div> i tried but it didn't work. i'm sure i'v done this before thank you
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 26, 2024 18:08:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 27, 2016 5:11:17 GMT -8
i'v got this and it works, but it's my avatar and not the thread owners, can someone help me make this the thread owners avatar in the action bar pls.
<center><div id="avatar-thing"></div> </center>
<script type="text/javascript"> $(document).ready(function(){ if(!proboards.data('user').is_current_user_guest) $('#avatar-thing').html(proboards.data('user').avatar); }); </script> <center><div id="name-thing"></div> </center>
<script type="text/javascript"> $(document).ready(function(){ if(!proboards.data('user').is_current_user_guest) $('#name-thing').html(proboards.data('user').name); }); </script>
<style>#avatar-thing > .avatar-wrapper, #avatar-thing > .avatar-wrapper img { max-height: 50px; max-width: 50px; height: auto; width: auto; }</style>
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 26, 2024 18:08:11 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 1, 2016 10:24:30 GMT -8
bump I've already got it working but it's the wrong avatar, so it will only take you 1 sec thank you
|
|