Is it possible & How to

kristina

New Member
Hi :)
It's a real pleasure for me to use Fabrik component and it helped me a lot to organize my work.
But as there is nothing perfect in this world I found myself in a deep confusion...:D
So, my question...
Is it possible each user account to have its own table with Database or in other words if I have 10 registered users each of them to store data in different table with one and the same fields, forms and etc.

I apologize in advance if there is a topic like this...I couldn't find it.
 
Rather than having 10 separate tables/forms, sounds like you just need to store the userid (using a 'username' element), and filter the table on that.

-- hugh
 
Did you manage to set up your table pre-filter? It's on the Fabrik Table admin page, under "Data". The element you want to test will be the 'username' element you added. The value will be:

global $my;
return $my->id;

... with the 'eval' option checked.

Also make sure you set the access level on the filter properly. That is, whatever level you set it to will be the level at which the filter is NO LONGER APPLIED. So if you set it to (say) 'Administrators', then only people below that level will have the filter applied.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top