We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Custom field in application | Forum

Topic location: Forum home » Support » General Questions
Alexandre Soares
Alexandre Soares Jul 29 '14
Hi,

I've customized a field in the user profile, but I'm not finding the association of this field with the user in the database. As such customization field in oxwall works, it is in the database or even off the bench?


Can anybody help me?

ross Team
ross Jul 29 '14
Alexandre, what do you mean by customizing a field in the user profile? 


If you mean you created new profile question and can't find it in the database, it is in ow_base_question table, the name of the fields is hashed and looks like this: 406250e9e832345b0cf4f83b9ac97b07


if you go to the languages section and enter the dev mode by going here: www.yourdomain.com/admin/dev-tools/languages you can search by keys. So if you search this key: 406250e9e832345b0cf4f83b9ac97b07 the results will give you a name of the page and it's context. 

Alexandre Soares
Alexandre Soares Aug 5 '14
how do i link the customizing field with the base_user table?
Daisy Team
Daisy Aug 5 '14
Alexandre, could you explain in more details what you want to achieve. Why do you need to connect the custom profile questions to the ow_base_user table?
Alexandre Soares
Alexandre Soares Aug 19 '14
Now I see how do I link the base_user table with the question_data.


My doubt is about de password, what encryption is used on the table to base_user password?


Because I need insert data in this table that coming of the another page that I created.


I need to Know the encryption used the oxwall to insert the same encryption in the base_user table


Do you understand?


Regards.

ross Team
ross Aug 20 '14
Please read this post: http://www.oxwall.org/forum/topic/12655 do the search before posting. 
Alexandre Soares
Alexandre Soares Aug 25 '14

I have two questions.


Where is the submit script of form registration?


Where is OW_PASSWORD_SALT constant that stay in the function hashPassword is declared?

ross Team
ross Aug 25 '14
One request per topic please
Alexandre Soares
Alexandre Soares Aug 27 '14
OK,


Where is OW_PASSWORD_SALT constant that stay in the function hashPassword is declared?


Regards.

ross Team
ross Aug 27 '14
in the config.php file
Alexandre Soares
Alexandre Soares Aug 29 '14

thanks!


the second question is


Where is the submit script of form registration?


Regards.

ross Team
ross Aug 31 '14
Please create separate posts, as I said one request per topic. 
Alexandre Soares
Alexandre Soares Sep 4 '14
Ross, I'm sorry, but I separated the post as you said!!!

Where is the submit script of form registration?

Regards.
Alexandre Soares
Alexandre Soares Sep 4 '14
Exist any documentation that I can read for understand the system that inform where are the all pages and constant and something else. I think is more simple that I ask you, because we have personalize one page for our client. Can you help us with this?

Regards.
ross Team
ross Sep 4 '14
You can install Skeleton plugin from the store it is free it will help you alot 


as to the file it is ow_system_plugin/base/controllers/join.php



I mean you have to create all your request in separate topics it will make easier to search for other community members as now your request has nothing to do with  the topic. 


As to the personalizing page for a client, I do not provide such service, create a post in the custom code modification section. 

Alexandre Soares
Alexandre Soares Sep 6 '14
I´m sorry for that. Now I understand to separate in topics, what do I make to help separate the request in topics?