Get data from Joomla jos_users table
Posted
by
RobertR
on Stack Overflow
See other posts from Stack Overflow
or by RobertR
Published on 2010-12-27T07:51:31Z
Indexed on
2010/12/27
7:53 UTC
Read the original article
Hit count: 155
Hello, world!
I'm trying to build a little bit advanced users system using Joomla, but I stuck at one spot.
I added new field on Joomla's jos_users table, but when I wanted to get that field out, like "echo" - it didn't worked at all. Any other data, even password field I can get without problems.
Of course, I added new value in /var/www/<project>/libraries/joomla/user/user.php like this after line 40.
/**
* The users address name
* @var string
*/
var $address = null;
What might be the problem here? Or what I did wrong, or what I didn't do at all?
Thanks for replies!
Cheerio
© Stack Overflow or respective owner