![]() |
Avatars are all broken?
All of the avatars on my forums are broken. You can't see them on the post (it just has a broken image), but you can view them on peoples profile. So, I was just wondering what is happening?
Thanks! |
Has this happened since upgrading from 3.0.x to 3.5.x or on installing a style?
It is possible that the avatar code in the postbit template is the obsolete code for 3.0.x which doesn't work in 3.5.x |
I haven't updated...I just brought vbulletin and I got the 3.4 verison. But I have updated the styles. But I checked the postbit and eveything seemed to be okay.
|
ok, just for good measure,
in your postbit and postbit_legacy templates, find the code that resembles this (it may not be identical) Code:
<if condition="$show['avatar']"><td class="alt2"><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></td></if> |
OMG!!! it is all messed up now! this is the code that I put in:
Code:
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> and this is how my forum looks: http://img6.picsplace.to/img6/21/cap.png link to forum: www.kellyforums.com/forum |
ok, replace the code you posted above with
Code:
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script> |
OMG!!! your the best!!!! thank you so much!!! everything is perfect now.
|
Sorry about the panic before, I forgot that the code is slightly different for postbit_legacy which is why it broke. :(
(You can tell I don't use postbit_legacy very often :p ) Glad it's working now though :) |
All times are GMT. The time now is 07:20 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|