Hi guys,
What does mean by (gid) field name inside jos user table in db?
If we change it value will it effected our form?can your give some example if we change that value?
Hi Kayrie,
It's the Group ID for the user.
You should never change the jos_users table directly unless you know **exactly** what you are doing. And even then you should use the Joomla! User Object methods.
Bob
Hi Bob,
So if we change the group id value what actually will happen?can your discuss little bit?
Hi Kayrie,
There's a small possibility that you will break your site; a bigger possibility that you will give your users access to areas that you didn't intend. If you don't know **exactly** what you are doing please don't edit the jos_users table.
Bob
Hi Bob,
Thanks for your advice.
I wanna know what the uses of params field inside jos_user table?
Just to know in detail so it can archive my target..
Thank You..
Hi kayrie,
You can use the User Parameters for any simple data that you need. Remember that parameters are stored in an INI file with one name=value set on each line so you can't use long text items.
You should get and set parameters with the Joomla! User Object methods.
Bob
i tried to use it.
But it store id, not name that been choices in table field in db.
How does it can store the name selected?
I'm using v3.
Really appreciate.
Thank You.
Hi kayrie,
If you have the ID then you can always look up the username or name using the Joomla! User Object.
If you *must* have the name then look that up in the On Submit Before Email box. Or hand-code the select box to use the username as a value.
Bob