Hmmm, is the users table you are editing named pun_users ... if not change UPDATE pun_users to UPDATE users or whatever it's called. I guess pun_ was the prefix I used in my install but if you didn't use one or it was different that'd explain it.

Quick and Dirty: Go into your DB and delete all the b-days (deleting the column may mess up some code) ... then go get an original copy of profile.php (assuming you haven't changed anything else) and that won't have a way for a user to add his/her b-day. If they are all blank and users can't edit the blank value, nothing will show up smile

Detailed Directions:

1. Use the DB Management plugin from http://punbb.org/downloads.php to run this query:
UPDATE pun_users SET birthday = ''

2. Replace your modified profile.php with the original profile.php

HTH,
Andrew

PS >> If you don't want it from the get-go, you can always just not edit profile.php and then users won't ever have a way to add birthdays.

3

(69 replies, posted in News)

Update went great. smile I am thankful you provide security updates instead of just hiding from the few that want 1.3 and don't care about a secure board!

Nice, I think I will use a bit of your playbook from bunpai. Pretty slick stuff smile

I just switched http://www.awmestore.com/ over to a PunBB forum modified to be an out CMS and it's already drawn a positive review over my old phpWebsite powered site. I certainly love it a heck of a lot more! Using PunRes, I basically combined the miniportal layout with the Custom Pages mod and added some page display and sorting to Custom Pages to create a very basic (and very easy to use) CMS. I added FCKeditor to the Custom Pages mod as well just for my own laziness smile

Thanks all smile