Log in

View Full Version : $post[avatarurl] not parsing?


stevieAnn
12-13-2011, 11:25 PM
$post[avatarurl] returns image.php?u=441052&dateline=1321980969 in the src of an image tag on all avatars. sooo.. my img src looks something like this:

<img width="100" height="100" border="0" alt="ChaosAngelGeno's Avatar" src="image.php?u=441052&dateline=1321980969" title="ChaosAngelGeno's Avatar">

Any ideas why this is happening?

Thank you!

kh99
12-13-2011, 11:33 PM
If you have the option set to save images in the database, that's how they get out of the database (by calling image.php). Is the problem that something isn't working right?

stevieAnn
12-13-2011, 11:48 PM
Yes. That is correct. Something isn't working right.

instead of <img src="url of image"> i get <img src="image.php?u=##&dateline=##"> and the image is broken. image.php is up to date. i'm willing to dig a little deeper but i'm not sure where to go next.

Lynne
12-14-2011, 01:01 AM
And where are your avatars served from - the database or filesystem?

stevieAnn
12-14-2011, 04:12 PM
Issue resolved. Seems like the dev before me hacked core and his hacks were overwritten w/the latest upgrade. Thank you for your support.