Quote:
Originally Posted by nexialys
altering the template MAY be the solution, with random images...
just add something like $newavatar = mt_rand(1, 10); in postbit_display_start hook, (if you have 10 random avatars to display)
and the in the postbit, change the avatar to <img src="avatarlocation/image_$newavatar.gif">
all your avatars would have to be located in that structure to work...
|
Where is the postbit_display_start hook?
SVT