Made your Avatar as Round Avatar in everywhere...

Spartak

Well-known member
Member
Joined
9 yrs. 9 mth. 5 days
Messages
587
Reaction score
8,878
Wallet
0$
Made your Avatar as Round Avatar in everywhere...

1st i will show you how to make your avatar a circle avatar in memberlist.<br />
<br />
Go to the <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">memberlist_user_avatar</span></span> template and replace all the content with this :- <br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-php">&lt;img src=&quot;{$useravatar['image']}&quot; style=&quot;margin-top: -20px;width: 30px; height: 30px; border-radius: 400px; transition: all 1s;text-align: center;&quot; title=&quot;{$mybb-&gt;user['username']}&quot; onError=&quot;this.src='{$mybb-&gt;settings['bburl']}/images/default_avatar.png';&quot;&gt;</code></pre><br />
Go to the <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">usercp_current_avatar</span></span> template and replace all the content with this :- <br />
<pre data-deferred="true" class="block-code line-numbers language-none"><code class="language-php">&lt;td width=&quot;150&quot; align=&quot;right&quot;&gt;&lt;img src=&quot;{$useravatar['image']}&quot; style=&quot;width: 150px; height: 150px; border-radius: 400px; transition: all 1s;text-align: center;&quot; alt=&quot;{$lang-&gt;avatar_mine}&quot; title=&quot;{$lang-&gt;avatar_mine}&quot; onError=&quot;this.src='{$mybb-&gt;settings['bburl']}/images/default_avatar.png';&quot;&gt;&lt;/td&gt;</code></pre><br />
<br />
if you want to make your avatar size bigger than just customize the hight and wdith in the style...<br />
<br />
as default i have height:30px and width:30px<br />
<br />
you can increase it.<br />
<br />
<br />
2nd. If you want to make your avatar, round avatar in postbit then prefer <span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><a href="
Please, Log in or Register to view URLs content!
" target="_blank" rel="noopener" class="mycode_url">this</a></span></span> guideline.


Please, Log in or Register to view URLs content!
 
Top Bottom