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!!
 

Jerry

not rly active lol
Jul 8, 2013
1,956
522
The {figure} isn't getting your looks probably because: 1. It's not defined. 2. Variable not added in the class.template.php file.
 

Sebz

Developer
May 20, 2015
47
3
Go to your me.php page, find where its grabbing the image so :
<img src=%link%>
Change that link to the same link on your other page grabbing the persons who is logged in picture instead of whatever that other page is grabbing
Honestly I showed you where it was grabbing from I changed the link to habbo.nl that i got from habbies.nl the image shows then I change to {figure} and nothing happends
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
Huh? For the me page you could just do something as simple as:
Code:
<img src="http://www.habbo.nl/habbo-imaging/avatarimage?figure=%user_look%">
 
Last edited:

JayC

Always Learning
Aug 8, 2013
5,497
1,398
At least BIOS can fix something jaycustom cant do so.... gg
Kid are you fucking kidding me right now? 3 people already told you how to solve this problem. You said 1 of your pages already work and I told you to grab the SAME CODE that the other page is using and use that for the link, sorry I didn't realize you needed to be god damn spoon fed how to find a link. Please stop with the fucking hate because you are incompetent.
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
Kid are you fucking kidding me right now? 3 people already told you how to solve this problem. You said 1 of your pages already work and I told you to grab the SAME CODE that the other page is using and use that for the link, sorry I didn't realize you needed to be god damn spoon fed how to find a link. Please stop with the fucking hate because you are incompetent.
Actually no you couldn't use the same code because the one that was working was grabbing the user look via homes/db, whereas the one he needed was a whole other variable that grabs it using their session.
 

JayC

Always Learning
Aug 8, 2013
5,497
1,398
Actually no you couldn't use the same code because the one that was working was grabbing the user look via homes/db, whereas the one he needed was a whole other variable that grabs it using their session.
Yeah he said the link wasn't showing the image so he just uses the link from the homes dude... I bet the one on homes looks something like
Code:
<img src="http://www.habbo.nl/habbo-imaging/avatarimage?figure='$User['look']'">
all he had to do was put figure there which was already mentioned. Not my fault people are incapable of helping themselves.
 

Sebz

Developer
May 20, 2015
47
3
Yeah he said the link wasn't showing the image so he just uses the link from the homes dude... I bet the one on homes looks something like
Code:
<img src="http://www.habbo.nl/habbo-imaging/avatarimage?figure='$User['look']'">
all he had to do was put figure there which was already mentioned. Not my fault people are incapable of helping themselves.
Actually your the fucking idiot because no it does not look anything like that you fucking idiot... stop saying shit if you dont know what your doing..
 

JayC

Always Learning
Aug 8, 2013
5,497
1,398
Can you build on how posting your hotel's link shows that you know what you're doing?

That hotel is really ugly and kinda hurts my eyes, way below standards of any hotel; even a generic RevCMS theme would beat it.
Lol whatever. We will see when I am done with it :) Has all the latest features include bots, groups, vault, lottery, badgeshop. Also has custom commands I coded like :buyroom, :sellroom , :value <rare>, and more. Also adding some roleplay commands and group commands to easily change your groups info.
 

BIOS

ಠ‿ಠ
Apr 25, 2012
906
247
Lol whatever. We will see when I am done with it :) Has all the latest features include bots, groups, vault, lottery, badgeshop. Also has custom commands I coded like :buyroom, :sellroom , :value <rare>, and more. Also adding some roleplay commands and group commands to easily change your groups info.
All of the above are on pretty much every hotel lol. :buyroom/sell etc has been coded and released before, no doubt you just copied it over.
 

JayC

Always Learning
Aug 8, 2013
5,497
1,398
All of the above are on pretty much every hotel lol. :buyroom/sell etc has been coded and released before, no doubt you just copied it over.
I don't copy code, tbh if I was going to just copy code why wouldn't I just go get a release? lmao.
 

Users who are viewing this thread

Top