I am creating an exhibition portal based on Joomlart Events II Template and Cobalt 8
Visitors can list exhibitors, products, make filters etc.
Every exhibitor can insert and modify profile information and insert, modify and delete products
Authenticated users are the exhibitors and exhibition organizer (super admins)
Every exhibitor should access only his data.
I tried to accomplish that with User Articles menu module.
With some change on the markup template I removed the "All records" button.
However since filter links are enabled on some fields, if an exhibitor clicks on a filter he can view products from other exhibitors
Is there is a way to restrict filter links only for lists and remove them from forms ?
The workflow that the exhibition organizer requires is that when an exhibitor enters or changes product data the record should be marked as changed.
The organizer can review the record and change it.
My thought is to do that with a boolean field so that the organizer can filter and see the records that require review.
Then I need to automatically change the field value to TRUE when exhibitor save the form and to FALSE when organizer save the form
How can I do that ?
I am creating an exhibition portal based on Joomlart Events II Template and Cobalt 8 Visitors can list exhibitors, products, make filters etc. Every exhibitor can insert and modify profile information and insert, modify and delete products Authenticated users are the exhibitors and exhibition organizer (super admins)
Every exhibitor should access only his data. I tried to accomplish that with User Articles menu module. With some change on the markup template I removed the "All records" button. However since filter links are enabled on some fields, if an exhibitor clicks on a filter he can view products from other exhibitors Is there is a way to restrict filter links only for lists and remove them from forms ?
The workflow that the exhibition organizer requires is that when an exhibitor enters or changes product data the record should be marked as changed. The organizer can review the record and change it. My thought is to do that with a boolean field so that the organizer can filter and see the records that require review. Then I need to automatically change the field value to TRUE when exhibitor save the form and to FALSE when organizer save the form How can I do that ?