9 years ago
2
Topic

Hi everyone,
I'm trying to create a form to storage 2 fields in a custom user table and 1 field in the standard user table to update an existing user register. If I get the user ID from the custom user table, just the 2 fields from that table are stored. And if I get the user ID from the standard user table, only the field from that table are stored (despite it is the same ID number in both tables). I've tried to get each IDs in differents fields and doesn't work. Is that possible to do with seblod? Any suggestion?
joomla 3.3.6 with seblod 3.x

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
0
Level 1

Hi,

It should work if you set content type object (in configuration) to User and you use Standard - User for fields that should store in user table and for second table fields

Standard - Free - your fieldname
Parameters: name of the table

Be sure to add a column called "id" as a primary key with auto_increment on your custom table.

9 years ago
0
Level 1

Thank you for the help, Octopoos. The content type was already User and the field was configured as you said. But it doesn't work. As I get the user ID from my custom table, only the fields of this table are stored. And if I change the ID for the standard user ID, only the fields of the standard user table are stored. ??

Get a Book for SEBLOD