12
Quote:
Mithrandir wrote:
Did you in kernel/user.php also put in the 'karma' field in the first brackets?
Yes, as I pasted above (if that is what you mean by 'first brackets'.
Quote:
Actually I think you should be able to do this without changing the kernel/user.php simply by setting a default value on the karma field to zero in the database.
Well, I did have 0 as the default value of the 'karma' field in the database, but I guess it was me trying to implement the change manually in user.php that did it. I just took out 'karma' and the corresponding '0' from the INSERT statement and that fixed it!!
I shouldn't have touched user.php in the first place - guess I thought I needed to do that when I first "implemented" the karma function.
Thanks a lot for your guidance.
- b -