mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
111 stars 45 forks source link

Registrations #227

Closed chack1172 closed 8 years ago

chack1172 commented 8 years ago

Hi, I "fixed" registrations in my copy but 'created_at' and 'updated_at' aren't inserted. I tried to change the code but the query didn't change.

https://github.com/chack1172/mybb2/commit/4a3b14a140f87e4da300714b1a0089d6568614d5

Matslom commented 8 years ago

I fixed one issue here https://github.com/mybb/mybb2/pull/224 They are protected I think. U need to use timestamps = true for user model.

chack1172 commented 8 years ago

Will this change add created_at and updated_at?

chack1172 commented 8 years ago

@euantorano I fixed registration in my copy:

https://github.com/chack1172/mybb2/commit/54acab42e31031bf1654f07f7f11bdfaaddc983c https://github.com/chack1172/mybb2/commit/e411c3f92fd8abc079add46ad4291fb68a6693e3

euantorano commented 8 years ago

Nice one, thanks!