Quote:
Originally Posted by Lynne
No need to do any template edits. Just do it all in a plugin:
PHP Code:
$newavatar = rand(1,20); $this->post['avatarurl'] = "avatarlocation/image_$newavatar.gif";
You may want to set the width/height also ( $this->post['avwidth'] = 'width="100"'; etc... )
|
Hey,
it's a plugin, right? What Hook Location I must select?
//edit: Nevermind, is something like this for vb 4???