Quote:
Originally Posted by SVTCobraLTD
Im missing something, no avatar is showing when i activate plugin.
images are in forums/customavatars/rice/
images are named 1_image_newavatar.jpg
plugin code is:
Code:
$newavatar = rand(1,32);
$this->post['avatarurl'] = "customavatars/rice/image_$newavatar.jpg";
But nothing. What am I over looking?
|
Could be your image name, shouldn't they be image_1newavatar.jpg, image_2newavatar.jpg, etc?