is an example component that creates a custom field called 'mobile number' inside the signup form of your site and on the member's account settings page.
In case you need more fields and more privacy/appearance options the Premium Custom User Fields component is the right choice.
Changes
V 5.0
There is a problem, the data typed in that field, was not saved in the DB.
Hi! i need to create an extra field in the database? or where dis data is saved?
i have done. thanks bro how to add more then 1 field. ?????
hey Arsalan Shah, i need some help. i install and update all its show and work properly.
but not add in database where it show. how to find user mobile numbers information.
thanks
<?php
/**
* Open Source Social Network
*
* @packageOpen Source Social Network
* @author Open Social Website Core Team <[email protected]>
* @copyright 2014 iNFORMATIKON TECHNOLOGIES
* @license General Public Licence http://www.opensource-socialnetwork.org/licence
* @link http://www.opensource-socialnetwork.org/licence
*/
$it = array(
'signupfields:mobile' => 'Numero di telefono',
);
ossn_register_languages('it', $it);
Great job Mr. Arsalan Shah , God bless you, I had trouble at first, the signupfields is great. For those who do not know much, must download the signupfields, and remember to activate it in the menu of components, then if you want to see the fields as edit, they should add a field in the file system/plugin/default/forms/admin/user/edit.php remember to add it after the genre.
Si quieren agregar un "campo" para verlo como administrador, deben ir a system/plugin/default/forms/admin/user/edit.php ahi duplican una linea, la pegan y le ponen el nombre a su gusto.
si quieren agregar un "campo" para el registro, deben ir a system/plugin/default/forms/signup.php duplican una linea y la pegan, y le ponen el nombre que quieran
Tambien deben ir a actión/administrator/user/register.php y hacer las modificaciones
Luego deben abrir el PHPMyAdmin y hacer un "campo" en modulo user, lo intente pero no logro que aparescan los datos ::::(
@Jeremy, we'll try to create it sooner.
What is the status of this component? Are admins able to create fields from backend? Are the fields showing up on the profile so users can change their details?
@David i have plan to do it like elgg profile manager plugin.