Integrating Gravatars into PunBB forums

PunBB already has it's own Avatar system however I wanted to use the Gravatar site which is a central place to store avatar images.

To add gravatar functionality to PunBB you need to edit your viewtopic.php and look for the following line.

And replace it with..

This will automatically slect the graviatar based on the users email address.