It's nice. If all forums had it one could just change one's Gravatar and have it update everywhere.

##
##
##        Mod title:  Gravatars
##
##      Mod version:  1.0
##   Works on PunBB:  1.1.5
##     Release date:  2004-12-16
##           Author:  Jason Terk (rain@xidus.net)
##
##      Description:  This mod adds Gravatar (http://www.gravatar.com) support
##                    to PunBB.
##
##   Affected files:  viewtopic.php
##                    profile.php
##                    admin_options.php
##                    lang/en/en_profile.php
##
##       Affects DB:  Yes
##
##            Notes:  I'm sorry that this is so long ... there's no easy way
##                    to add this mod with include files.
##
##       DISCLAIMER:  Please note that "mods" are not officially supported by
##                    PunBB. Installation of this modification is done at your
##                    own risk. Backup your forum database and any and all
##                    applicable files before proceeding.
##
##

Download from: http://rain.xidus.net/punbb/gravatars.zip

See gravatars in action at: http://forum.scotchandpolitics.com

Actually, I did the conversion that Chacmool suggested, installing YaBBSE and converting the YaBB Gold DB to that, then converting the YaBBSE DB to PunBB, so it works.

I don't think this will be too hard ... You just need a way to use a different config.php depending on which forum you're trying to serve up. If you want to allow users to choose mods then things become a bit hairier but still doable. I'll mull over this for a bit today and see if I can come up with a more concrete solution.

Fair enough. Your style is different than mine, that's ok;)

Rickard,

It might be a better idea to suggest adding the line to config.php. For example, I have a local development copy of my PunBB board (because I'm modifying it) and the remote working copy. If PUN_DEBUG is included in common.php then I would (potentially) have to change that file every time I upload a new version to the server.

7

(1 replies, posted in PunBB 1.2 troubleshooting)

Is there a way to display "real names" instead of user names in the forum? (I.e. on each post, moderator lists, etc.)

Thanks!

Has anyone created or is anyone working on a converter from YaBB 1 Gold (flat text files) to PunBB? If not, I just might have to cook that up.