Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Local avatars #27

Closed
nikitae opened this issue Dec 14, 2012 · 3 comments
Closed

[FEATURE] Local avatars #27

nikitae opened this issue Dec 14, 2012 · 3 comments

Comments

@nikitae
Copy link

nikitae commented Dec 14, 2012

Im using you login script with my own modifications. But instead of a Gravatar, I want to assign a Avatar to each new user when they create an account. Done and Done. But when I try to show that Avatar im having a little trouble executing the query in another php file that login.class.
What is the best way of going when executing querys outside of the login.class in you PHP-Login? :)

@lambneck
Copy link

I was attempting something similar but in the end decided to separate all unrelated actions from the login script. Since this is a 'reduced to the max' login system i treated it as such. I used it only to create the login accounts, and then for user profile customization i used my own scripts and separate tables to store avatars and other personal user data such as location, ip address, signature, etc....the login systems is purely used for registration and login.

@panique
Copy link
Owner

panique commented Apr 26, 2013

Excellent idea, i made a plan to integrate this into the "2-full" version (=self-hosted avatars / avatar editing).

@panique
Copy link
Owner

panique commented Jun 3, 2013

Closed as this is a duplicate of issue #18

@panique panique closed this as completed Jun 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants