How to fix Avatar Image?

Sebz

Developer
May 20, 2015
47
3
Here is my issue!
Here is my me.php where the avatar image is -
<div class="container">
<div class="left-side">
<?php //<div class="animated tada"><div class="c-error">
//<strong>Important Notice:</strong> You can now apply for staff here on Babz. Click <a href="/staffapp" style="color:white">here<a> to apply! </div></div><br clear="all">
//<br />?>
<div class="c-box">
<div class="me-left">
<div class="wabbo-plate">
<img src=" " alt="{username}" class="big-av" alt="img" />
</div>

The avatar is not showing here is the picture -
JhDnwj2.png

but my home shows here is picture -
kB6cP5x.png

If you know the fix please respond thank you!!
 

Jaden

not so active
Aug 24, 2014
886
263
The variable "{figure}" was not defined because he was using WubboCMS and the TPL system is different from the one on RevCMS.
With that being said, JayCustoms did attempt to help you and what he said could've worked with some common sense and PHP. (Still redundant to do so however, because the variable is already defined as "%user_look%").

At the end of the day you should respect that he tried to help you and it is your fault that you tried to be spoon fed on something this simple.
Both fixes from BIOS and JayCustoms would've worked if you applied common sense (like I said before) its just a matter of redundancy.
 

Users who are viewing this thread

Top