Hi guys, I've created a post form where users can edit posts. The goal is the admin have control of the images of the posts, and users are only able to edit the order of images. Can this be done?
PS: So in the picture I want to get rid of the cross and the bin icon.
Also I just realised that I also don't want that users can add images... I really just want them to be able to move pictures position order. is that possible too?
Also I just realised that I also don't want that users can add images... I really just want them to be able to move pictures position order. is that possible too?
Are you saying that you don't want the use to be able to add any images at all ? But just to move around the images? How would the initial images get added to the form if the user isn't allowed to add any images.
Can you explain in a little more detail for me. Also I saw that you provided access but no link to the form itself on the frontend. I need an example post in order to provide the css to hide this.
Ok, so my point is I want as an Admin to add images at the backend of the site or eventually thru Criar Anúncio de Massagista (ID: 2478) form, and at the frontend Editar Anúncio (ID: 870) form, I just want users to move them around. So users cannot delete or add any images... I hope it's clear now 🙂
The form name is that I want users do use is Editar Anúncio (ID: 870)
Will these user's be regular users ? Or users with permissions to edit the posts ?
The reason being, i would advise against allowing regular users to modify the posts on the frontend.
Secondly I've added the css to the site to remove the trash icons. However admins will be the only ones that can make changes and this will need to be done on the backend.
It will be users with permissions only. The website will have costumers adds, where they can only change fixed stuff that admin puts before. So what you did is what I wanted. Just one more thing, is there a way to also hide the "add new" link, like you did with the delete images on the same form?
It will be users with permissions only. The website will have costumers adds, where they can only change fixed stuff that admin puts before. So what you did is what I wanted. Just one more thing, is there a way to also hide the "add new" link, like you did with the delete images on the same form?
I would recommend using a different form, where one link appears for a specific set user roles and the other for another set of user roles.
...also, is there a way to show the pictures at the frontend horizontally, instead of vertically ?