Welcome Guest, Not a member yet? Register   Sign In
[Community Auth] How to add customs fields?
#1

Hi! First of all thanks to skunkbad for the very usefull tool!

I want to add to my app a customs fields for all users, like phone number, city, and others...

Can someone explain me how to make that

Or what archives have to edit for that. Thanks to all!
Reply
#2

(09-12-2016, 05:31 PM)todobanners Wrote: Hi! First of all thanks to skunkbad for the very usefull tool!

I want to add to my app a customs fields for all users, like phone number, city, and others...

Can someone explain me how to make that

Or what archives have to edit for that. Thanks to all!

Well, as far as Community Auth is concerned, the following web page describes how to implement profile type information into your website:

http://community-auth.com/blog-posts/int...r-profiles


You may decide that you want to add profile type information directly to the users table, and that's a choice you can make. The link I provided should get you started.
Reply
#3

Hi thanks for the info, i try all the steps in the link but we have an error
Undefined property: stdClass::$first_name community auth
How can fix that?
Can directly add customs fields to the Users table?
Reply
#4

(09-13-2016, 06:50 AM)todobanners Wrote: Hi thanks for the info, i try all the steps in the link but we have an error
Undefined property: stdClass::$first_name community auth
How can fix that?
Can directly add customs fields to the Users table?

Yes, you can do whatever you want. Community Auth has provided the foundation, but does not attempt to be the architect. To master Community Auth usage, you're going to need to read through the entire documentation and blog posts, and dig around the code a bit.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB