
Front End Editing Restricted To Page Creator?
By
prestoav, in General Support
-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By VeiJari
Hello,
I'm trying to create a page via api and populate values to it. I can populate everything except user pages to a page reference array.
Code:
$dataUsers = $data->project->users; foreach($dataUsers as $dataUser) { $newProject->projectUsers->add(wire()->pages->find('template=user, id=' . $dataUser->id)); } I'm receiving my data via JSON.
Is there something I'm missing?
Thanks for help
-
By neonwired
I'm hoping someone has seen this before. There doesn't appear to be an issue with the user info.
-
By DooM
Hey guys!
I try to achieve a possibility for the client's admin account to change other users privileges.
In the CMS I have superadmin account, which is for me. My client got an account with a role user, which is limited administration account. The client also got some other people, who will edit the content with role editor
User story would look somehow like this:
user role can add new roles and users user role can change privileges for all users (except superadmin). Eg. When the user role gives the editor role privilege to edit only articles. The Editor role will be able to edit only them.
I know this functionality is possible for superadmin, but I couldn't simulate it on the user role. Is there any easy way to achieve such a feature? Otherwise, I'll have to make a module for this I guess.
Thanks for any help!
-
By Marcel
Hey,
I am about to use the tool Create Users Batcher. We have 450 users. When I tryed it with like 20 test users it worked but it took a while. Now my concerns are that 450 might be to stressful? Does anyone have experience with several hundreds of users? My thoughts are to split it in smaller goups and upload them one group after another.
best wishes
marcel
-
By louisstephens
So, I really don't know where to begin with this. I have the thought in my head (the basics), but not really sure how to set it up.
The desired effect:
The homepage is set up with a foreach loop that outputs all the child pages (basically just a bunch of pages with pdfs, docs etc stored in a file field). When A user is actually logged in, they can "star" an item or drag and drop (using Dragula) the page to a sidebar. Also, they would be able to reorder the pages in the sidebar.
The question(s):
I guess I have multiple questions regarding how to achieve this.
Would it be best to create a page field in the user template to save the page(s)? How would you actually save the page state (sidebar output, reordering, etc) once the drag and drop has been used? Thanks in advance for any help! A lot of this was just what was in my head, so it might not make full sense. However, I will update this if I can actually wrap my head around everything.
-