Closed ghost closed 9 years ago
Thank you for bug declaration. I will be looking for it as soon as possible. Probably it is a minor bug, I will solve the issue.
Okay please comment when you have fixed it. :O
@TheGreenPanda ¿You're trying to put gravatar_access = false?
Either '1' for Enabled or '0' for Disabled. The database will store either a 1 or a 0. But that isn't the problem.
I'm very busy this week. Until I find time to solve and commit the code, I advise you to use "e" for enabled and "d" for disabled.
@TheGreenPanda You can temporarily, in line 1700 change if ( ! $this->get_user_var($key,$user_id) ) { for if ($this->get_user_var($key,$user_id) ===false) { Null vs. False vs. 0 in PHP
@alfonsor thank you for your solution. You can commit it if you want.
@emreakay Yes, please! My knowledge of Git are poor!
Ok. I'm going to commit.
That is pretty cool! Thanks guys!
So I have just updated to Aauth 2.0 and I am trying to use User Variables.
They are working just fine except for when I create one and then try to update it. Rather than updating, it creates a new one for the same user. So then you end up with multiple variables of the same thing because it creates a new row in the database each time.
Is anyone else having this issue or is it just me? I have uploaded a screenshot of the function in my controller if that helps at all...
Well, It seems to only do it with nuerical values (1-9) because the other variable I have set up for a business name works just fine.