Topic: So PunBB is now on my website
http://forums.journalintime.info/
This is a french forum. So the forums are for now a little empty but in few days I convert messages from my old forum (from http://www.journalintime.com/forum/ ) to PunBB. for this I have wrote a conversion script that will be released here if you like.
So, why PunBB? It's light, it's fast, it's cool.
I have done some mods on my PunBB:
- Checks the size of the avatar after copying it in img/avatars directory because my PHP have open_basedir restriction and PunBB wasn't able to open the temporary file.
- Modification of template to be much more compliant with my design attitude (xHTML/CSS2), and I hope that PunBB will have a strict xHTML version in near future, cause tables design isn't easy to customize.
- The footer has been changed.
- Adding a function in profile.php to set style with a GET call: profile.php?action=set_style&id=2&style=Lithium for example.
And I think in near future to implement to PunBB of having simple URLs like /Categorie/Forum/Post (in example for this post: /PunBB/ShowOff/SoPunBBIsNowOnMyWebsite). See also http://www.w3.org/Provider/Style/URI
So PunBB is good and cool but could be better if it was in xHTML