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.
1 2006-06-09 00:13
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
2 2006-06-07 14:59
Re: Calendar 2.0 (296 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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
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 2006-05-30 18:47
Re: PunBB 1.2.12 (69 replies, posted in News)
Update went great. 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!
4 2006-05-25 13:44
Re: Switch to pun style CMS went Grrrrrr-eat! (2 replies, posted in PunBB 1.2 show off)
Nice, I think I will use a bit of your playbook from bunpai. Pretty slick stuff
5 2006-05-17 02:02
Topic: Switch to pun style CMS went Grrrrrr-eat! (2 replies, posted in PunBB 1.2 show off)
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
Thanks all