How to make a custom install package?
|
3 posts
|
I have made some changes to the backend and how it displays certain things (like page titles, etc.) Thanks in advance. rubo |
|
12 posts
|
interesting, I also would like to know :) |
|
3 posts
|
BTT anyone? |
|
257 posts
|
well you need to replace the files in the standard install with the ones you’ve amended. Simples? |
|
3 posts
|
What about the database entries? |
|
343 posts
|
You can make a update.php file, which will contain your extra DB stuff. Example:
But with the raw modified files, you have to copy paste them, because you will mess permissions up on a real server, and that sucks belive me. |