avatars not showing up

Tactics

New Member
Im not sure whats wrong? But, when you upload a avatar, the image is no where to be seen :(

Can someone help me?

Version: 3.8.0. Beta 4

LiveTopic Installed

Image attached
 
bro its problem with me too
so i ask a question
go ur admin cp. groups. register member . then see avater option and make the size of avater and alow user to use from here
remember: 1024 byts can 1 kb
i thinks you make avater size option to 0. so user can use there avater easily
thanks



if u try ur vb on free host then tell me
pls
 
i didnt change any path? Ni image shows up when you even go to "edit avatar". I could try to replace the avatar code in the postbit? It is currently:

HTML:
<if condition="$show['avatar']">
				<div class="smallfont">
					&nbsp;<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
				</div>

EDIT:

I found the problem. It's easy to fix, go to your AdminCP >> Avatars >> User Picture Storage Type >> Make sure they are correct paths, if not, change them. The system will tell you if the file path can not be found, if that happens, chmod the folders to 0777. Then when everything goes through, then move the files. Then it should work, it did for me :)
 
Back
Top