• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

[SOLVED] user field

peppe10

Member
Hello to all, in the list I would like to view only the records linked to an email address. I set the user field. the function to modify the record works correctly, connected to the user's email. How to set to display only the records entered by the user?
I would like to see only the record ddddddddddddd
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    28.8 KB · Views: 12
  • Cattura2.PNG
    Cattura2.PNG
    17.1 KB · Views: 14
Last edited:
I try to explain better.
I created a user element in the tab options I have entered, as users, the voice EMAIL.
In the list I would like to see only the records entered by the user who logs in as a registered user.
How should I set the settings? Thanks again to everyone
 
Create a pre-filter on the list ...

WHERE
Field: userid (raw)
Condition: EQUALS
Value: {$my->id}
Type: text

Probably also set the ACL's on the list for edit to "or user" for your userid as well.

-- hugh
 
thanks Ugo, It seems to work well.
The problem remains that accessing all the records should be viewed as Super User.
I attach the ACL screen.
Thanks again
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    35.1 KB · Views: 11
I inserted another filter
OR
Field: userid (raw)
Condition: EQUALS
Value: {$my->id}
Type: text
Apply to SUPERUSER

but it does not work.
how could I solve?
Thanks
 

Attachments

  • Cattura.PNG
    Cattura.PNG
    48.8 KB · Views: 10
The problem remains that accessing all the records should be viewed as Super User.

You mean you want super admins to be able to view all rows in the list, ie. not have the user pre-filter applied to them?

If so, you'll need to create a new access level in J!, called something like "Not Super Admins", and (assuming you have a standard J! group and access level setup) assign "Guest", "Manager" and "Registered" to it. You will then have an access level which includes everyone except super admins.

Then assign that access level to the original "userid" filter (and delete the other one you added). Then that filter will be applied to the "Not Super Admins" group, meaning everyone except super admins.

-- hugh
 
Thank you,
I followed and now it works perfectly.
Thank you so much for your availability and professionalism
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top