RevCMS Avatar not loading

Hashh

adam
Apr 17, 2015
799
170
Hey,

On the me page my avatar is not loading, Please help !!
Avatar not showing (By the way, The flower is from my CMS its to go with the Pixel) :
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
In case this happens again, it's pretty simple.
Code:
<div id="habbo-plate">
                    <img alt="1oClock" src="{url}/Kaizer/flower.gif?user={username}" style="marhgin-top:-10px;margin-left:7px;">
                </a>
            </div>
Was replaced with
Code:
<div id="habbo-plate">
                    <img alt="1oClock" src="https://www.habbo.com/habbo-imaging/avatarimage?figure={figure}&direction=4&head_direction=3&gesture=sml" style="marhgin-top:-10px;margin-left:7px;">
                </a>
            </div>
 

Users who are viewing this thread

Top