magnusjackorr23239 Approved

Member since: 2017-05-09

Recent posts by magnusjackorr23239
Post When

Many thanks - that sounds like the issue. I had presumed the rainlab user plugin was an extension of...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.

The user (tutor) creates a course. Hence requirement to store course in its own table with the tuto...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.

The user logins in and has his own id.

The user creates a course and the users id is stored in the ...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.

This is what I have in my field.yaml

user: label: User relation: user select: id

Just presents a bla...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.

This is what I in my courses.php file:

public $belongsTo = [ 'user' => ['RainLab\User\Models\User' ,...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.

The relationship is one-to-one.

So have table of users and table of courses - all I need to do is st...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.

Hello, I have extended the Rainlabs User plugin, to create a new table to list courses taken by each...

Posted in Extend Rainlabs User Plugin - add user_id to new table column.