How to add a custom field in user profile in Joomla?

abhishekpatil 19 Mar, 2017
Hello Genius,
I want to add custom field in user profile in Joomla with custom id so that no longer need to take input from user again and again!
Is there any way?

Thank you in Advance, special thanks to GreyHead.
abhishekpatil 19 Mar, 2017
Thanks you Calculus00 for your quick help. Here I forgot to mention that I am using Joomla 3.6

I want to assign roll number for each student. If it is added with their profile, they will no longer need to type again and again.

Is there any way to add custom field! Not user group.

Thank you
GreyHead 19 Mar, 2017
Hi abishekpatil,

See the Joomla! docs JUser setParam() method. The code will be something like:
<?php
$juser = \JFactory:;getUser();
$juser->setParam('param_name', $roll_number);
$jUser->save();
?>

Bob
This topic is locked and no more replies can be posted.

VPS & Email Hosting 20% discount
hostinger