Dashboard customization - Users
Permalink
I am trying to take basic dashboard users single pages and customize them. I don't want to change the files inside the concrete5 folders so I am trying to copy the /single_pages/dashboard/ pages into my own single_pages folder. Is this the right way to do this?
I am new to the system and I am getting errors related to referenced classes inside the files I have copied. Looking through files it is not always easy for me to understand the various class/file dependencies. Any help would be great.
I am new to the system and I am getting errors related to referenced classes inside the files I have copied. Looking through files it is not always easy for me to understand the various class/file dependencies. Any help would be great.
Yes. This is the way to do it.
Copy a file from the concrete folder into the same folder under root. Be sure to maintain the same folder structure.
concrete/elements/users/search_results.php
would go into
elements/users/search_results.php